From 08f5a180b66a968a237e7b169047d40050157c0e Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Tue, 3 Oct 2023 01:47:01 +0000 Subject: [PATCH] make build_sdks --- sdk/dotnet/Config/Config.cs | 2 +- sdk/dotnet/DatastoreCluster.cs | 18 +- sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs | 6 +- .../Inputs/VirtualMachineCdromGetArgs.cs | 6 +- sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs | 8 +- .../Inputs/VirtualMachineDiskGetArgs.cs | 8 +- sdk/dotnet/Inputs/VnicIpv4Args.cs | 2 +- sdk/dotnet/Inputs/VnicIpv4GetArgs.cs | 2 +- sdk/dotnet/Inputs/VnicIpv6Args.cs | 2 +- sdk/dotnet/Inputs/VnicIpv6GetArgs.cs | 2 +- sdk/dotnet/Outputs/VirtualMachineCdrom.cs | 6 +- sdk/dotnet/Outputs/VirtualMachineDisk.cs | 8 +- sdk/dotnet/Outputs/VnicIpv4.cs | 2 +- sdk/dotnet/Outputs/VnicIpv6.cs | 2 +- sdk/dotnet/VirtualMachine.cs | 18 +- sdk/go/vsphere/datastoreCluster.go | 36 +- sdk/go/vsphere/pulumiTypes.go | 58 +- sdk/go/vsphere/virtualMachine.go | 36 +- .../com/pulumi/vsphere/DatastoreCluster.java | 12 +- .../pulumi/vsphere/DatastoreClusterArgs.java | 24 +- .../com/pulumi/vsphere/VirtualMachine.java | 12 +- .../pulumi/vsphere/VirtualMachineArgs.java | 24 +- .../vsphere/inputs/DatastoreClusterState.java | 24 +- .../inputs/VirtualMachineCdromArgs.java | 24 +- .../inputs/VirtualMachineDiskArgs.java | 32 +- .../vsphere/inputs/VirtualMachineState.java | 24 +- .../pulumi/vsphere/inputs/VnicIpv4Args.java | 8 +- .../pulumi/vsphere/inputs/VnicIpv6Args.java | 8 +- .../vsphere/outputs/VirtualMachineCdrom.java | 12 +- .../vsphere/outputs/VirtualMachineDisk.java | 16 +- .../com/pulumi/vsphere/outputs/VnicIpv4.java | 4 +- .../com/pulumi/vsphere/outputs/VnicIpv6.java | 4 +- sdk/nodejs/datastoreCluster.ts | 18 +- sdk/nodejs/types/input.ts | 18 +- sdk/nodejs/types/output.ts | 18 +- sdk/nodejs/virtualMachine.ts | 18 +- sdk/python/pulumi_vsphere/_inputs.py | 709 +- sdk/python/pulumi_vsphere/compute_cluster.py | 544 +- .../compute_cluster_host_group.py | 44 +- .../compute_cluster_vm_affinity_rule.py | 60 +- .../compute_cluster_vm_anti_affinity_rule.py | 60 +- .../compute_cluster_vm_dependency_rule.py | 68 +- .../compute_cluster_vm_group.py | 44 +- .../compute_cluster_vm_host_rule.py | 76 +- sdk/python/pulumi_vsphere/config/__init__.pyi | 2 +- sdk/python/pulumi_vsphere/config/vars.py | 2 +- sdk/python/pulumi_vsphere/content_library.py | 70 +- .../pulumi_vsphere/content_library_item.py | 68 +- sdk/python/pulumi_vsphere/custom_attribute.py | 36 +- sdk/python/pulumi_vsphere/datacenter.py | 56 +- .../pulumi_vsphere/datastore_cluster.py | 262 +- ...datastore_cluster_vm_anti_affinity_rule.py | 60 +- .../pulumi_vsphere/distributed_port_group.py | 396 +- .../distributed_virtual_switch.py | 776 +- .../pulumi_vsphere/dpm_host_override.py | 52 +- sdk/python/pulumi_vsphere/drs_vm_override.py | 52 +- .../pulumi_vsphere/entity_permissions.py | 44 +- sdk/python/pulumi_vsphere/file.py | 76 +- sdk/python/pulumi_vsphere/folder.py | 60 +- .../pulumi_vsphere/get_compute_cluster.py | 2 +- .../get_compute_cluster_host_group.py | 2 +- .../pulumi_vsphere/get_content_library.py | 2 +- .../get_content_library_item.py | 2 +- .../pulumi_vsphere/get_custom_attribute.py | 2 +- sdk/python/pulumi_vsphere/get_datacenter.py | 2 +- sdk/python/pulumi_vsphere/get_datastore.py | 2 +- .../pulumi_vsphere/get_datastore_cluster.py | 2 +- .../get_distributed_virtual_switch.py | 2 +- sdk/python/pulumi_vsphere/get_dynamic.py | 2 +- sdk/python/pulumi_vsphere/get_folder.py | 2 +- sdk/python/pulumi_vsphere/get_host.py | 2 +- .../pulumi_vsphere/get_host_pci_device.py | 2 +- .../pulumi_vsphere/get_host_thumbprint.py | 2 +- sdk/python/pulumi_vsphere/get_license.py | 2 +- sdk/python/pulumi_vsphere/get_network.py | 2 +- .../pulumi_vsphere/get_ovf_vm_template.py | 2 +- sdk/python/pulumi_vsphere/get_policy.py | 2 +- .../pulumi_vsphere/get_resource_pool.py | 2 +- sdk/python/pulumi_vsphere/get_role.py | 2 +- sdk/python/pulumi_vsphere/get_tag.py | 2 +- sdk/python/pulumi_vsphere/get_tag_category.py | 2 +- .../pulumi_vsphere/get_vapp_container.py | 2 +- .../pulumi_vsphere/get_virtual_machine.py | 2 +- sdk/python/pulumi_vsphere/get_vmfs_disks.py | 2 +- sdk/python/pulumi_vsphere/ha_vm_override.py | 140 +- sdk/python/pulumi_vsphere/host.py | 132 +- sdk/python/pulumi_vsphere/host_port_group.py | 168 +- .../pulumi_vsphere/host_virtual_switch.py | 188 +- sdk/python/pulumi_vsphere/license.py | 52 +- sdk/python/pulumi_vsphere/nas_datastore.py | 140 +- sdk/python/pulumi_vsphere/outputs.py | 771 +- sdk/python/pulumi_vsphere/provider.py | 68 +- sdk/python/pulumi_vsphere/resource_pool.py | 140 +- sdk/python/pulumi_vsphere/role.py | 40 +- .../pulumi_vsphere/storage_drs_vm_override.py | 60 +- sdk/python/pulumi_vsphere/tag.py | 44 +- sdk/python/pulumi_vsphere/tag_category.py | 52 +- sdk/python/pulumi_vsphere/vapp_container.py | 140 +- sdk/python/pulumi_vsphere/vapp_entity.py | 100 +- sdk/python/pulumi_vsphere/virtual_disk.py | 79 +- sdk/python/pulumi_vsphere/virtual_machine.py | 713 +- .../virtual_machine_snapshot.py | 76 +- .../pulumi_vsphere/vm_storage_policy.py | 44 +- sdk/python/pulumi_vsphere/vmfs_datastore.py | 104 +- sdk/python/pulumi_vsphere/vnic.py | 110 +- .../site-packages/_distutils_hack/__init__.py | 132 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5139 bytes .../__pycache__/override.cpython-310.pyc | Bin 0 -> 264 bytes .../site-packages/_distutils_hack/override.py | 1 + .../build-1.0.3.dist-info/INSTALLER | 1 + .../build-1.0.3.dist-info/LICENSE | 20 + .../build-1.0.3.dist-info/METADATA | 90 + .../build-1.0.3.dist-info/RECORD | 23 + .../build-1.0.3.dist-info/REQUESTED | 0 .../site-packages/build-1.0.3.dist-info/WHEEL | 4 + .../build-1.0.3.dist-info/entry_points.txt | 6 + .../site-packages/build/__init__.py | 395 + .../site-packages/build/__main__.py | 412 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 13551 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 12098 bytes .../__pycache__/_exceptions.cpython-310.pyc | Bin 0 -> 3021 bytes .../__pycache__/_importlib.cpython-310.pyc | Bin 0 -> 518 bytes .../build/__pycache__/_util.cpython-310.pyc | Bin 0 -> 2586 bytes .../build/__pycache__/env.cpython-310.pyc | Bin 0 -> 9265 bytes .../build/__pycache__/util.cpython-310.pyc | Bin 0 -> 1832 bytes .../site-packages/build/_exceptions.py | 70 + .../site-packages/build/_importlib.py | 14 + .../python3.10/site-packages/build/_util.py | 88 + .../lib/python3.10/site-packages/build/env.py | 290 + .../python3.10/site-packages/build/py.typed | 0 .../python3.10/site-packages/build/util.py | 60 + .../site-packages/distutils-precedence.pth | 1 + .../packaging-23.2.dist-info/INSTALLER | 1 + .../packaging-23.2.dist-info/LICENSE | 3 + .../packaging-23.2.dist-info/LICENSE.APACHE | 177 + .../packaging-23.2.dist-info/LICENSE.BSD | 23 + .../packaging-23.2.dist-info/METADATA | 102 + .../packaging-23.2.dist-info/RECORD | 36 + .../packaging-23.2.dist-info/WHEEL | 4 + .../site-packages/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 537 bytes .../__pycache__/_elffile.cpython-310.pyc | Bin 0 -> 3329 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 6444 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 3359 bytes .../__pycache__/_parser.cpython-310.pyc | Bin 0 -> 8984 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2719 bytes .../__pycache__/_tokenizer.cpython-310.pyc | Bin 0 -> 5839 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 6913 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 17825 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 2858 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 30276 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 13269 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 4537 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 14182 bytes .../site-packages/packaging/_elffile.py | 108 + .../site-packages/packaging/_manylinux.py | 252 + .../site-packages/packaging/_musllinux.py | 83 + .../site-packages/packaging/_parser.py | 359 + .../site-packages/packaging/_structures.py | 61 + .../site-packages/packaging/_tokenizer.py | 192 + .../site-packages/packaging/markers.py | 252 + .../site-packages/packaging/metadata.py | 822 ++ .../site-packages/packaging/py.typed | 0 .../site-packages/packaging/requirements.py | 90 + .../site-packages/packaging/specifiers.py | 1008 ++ .../site-packages/packaging/tags.py | 553 ++ .../site-packages/packaging/utils.py | 172 + .../site-packages/packaging/version.py | 563 ++ .../pip-22.0.2.dist-info/INSTALLER | 1 + .../pip-22.0.2.dist-info/LICENSE.txt | 20 + .../pip-22.0.2.dist-info/METADATA | 92 + .../site-packages/pip-22.0.2.dist-info/RECORD | 1037 ++ .../pip-22.0.2.dist-info/REQUESTED | 0 .../site-packages/pip-22.0.2.dist-info/WHEEL | 5 + .../pip-22.0.2.dist-info/entry_points.txt | 5 + .../pip-22.0.2.dist-info/top_level.txt | 1 + .../python3.10/site-packages/pip/__init__.py | 13 + .../python3.10/site-packages/pip/__main__.py | 31 + .../pip/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 657 bytes .../pip/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 619 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 778 bytes .../__pycache__/build_env.cpython-310.pyc | Bin 0 -> 9622 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 8405 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 11151 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 23148 bytes .../__pycache__/main.cpython-310.pyc | Bin 0 -> 643 bytes .../__pycache__/pyproject.cpython-310.pyc | Bin 0 -> 3562 bytes .../self_outdated_check.cpython-310.pyc | Bin 0 -> 4602 bytes .../__pycache__/wheel_builder.cpython-310.pyc | Bin 0 -> 9164 bytes .../site-packages/pip/_internal/build_env.py | 296 + .../site-packages/pip/_internal/cache.py | 264 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 298 bytes .../autocompletion.cpython-310.pyc | Bin 0 -> 5331 bytes .../__pycache__/base_command.cpython-310.pyc | Bin 0 -> 6274 bytes .../__pycache__/cmdoptions.cpython-310.pyc | Bin 0 -> 22573 bytes .../command_context.cpython-310.pyc | Bin 0 -> 1332 bytes .../cli/__pycache__/main.cpython-310.pyc | Bin 0 -> 1396 bytes .../__pycache__/main_parser.cpython-310.pyc | Bin 0 -> 2182 bytes .../cli/__pycache__/parser.cpython-310.pyc | Bin 0 -> 9969 bytes .../__pycache__/progress_bars.cpython-310.pyc | Bin 0 -> 9258 bytes .../__pycache__/req_command.cpython-310.pyc | Bin 0 -> 13559 bytes .../cli/__pycache__/spinners.cpython-310.pyc | Bin 0 -> 4972 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 377 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 220 + .../pip/_internal/cli/cmdoptions.py | 1018 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 87 + .../site-packages/pip/_internal/cli/parser.py | 292 + .../pip/_internal/cli/progress_bars.py | 321 + .../pip/_internal/cli/req_command.py | 506 + .../pip/_internal/cli/spinners.py | 157 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 127 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3161 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 6202 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 1595 bytes .../__pycache__/completion.cpython-310.pyc | Bin 0 -> 3162 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 8344 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 6699 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 4009 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 2675 bytes .../commands/__pycache__/hash.cpython-310.pyc | Bin 0 -> 2174 bytes .../commands/__pycache__/help.cpython-310.pyc | Bin 0 -> 1335 bytes .../__pycache__/index.cpython-310.pyc | Bin 0 -> 4658 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 17817 bytes .../commands/__pycache__/list.cpython-310.pyc | Bin 0 -> 10384 bytes .../__pycache__/search.cpython-310.pyc | Bin 0 -> 5388 bytes .../commands/__pycache__/show.cpython-310.pyc | Bin 0 -> 6141 bytes .../__pycache__/uninstall.cpython-310.pyc | Bin 0 -> 3132 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4864 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 96 + .../pip/_internal/commands/configuration.py | 266 + .../pip/_internal/commands/debug.py | 202 + .../pip/_internal/commands/download.py | 140 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/install.py | 771 ++ .../pip/_internal/commands/list.py | 363 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 178 + .../pip/_internal/commands/uninstall.py | 105 + .../pip/_internal/commands/wheel.py | 178 + .../pip/_internal/configuration.py | 366 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 825 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1882 bytes .../__pycache__/installed.cpython-310.pyc | Bin 0 -> 1259 bytes .../__pycache__/sdist.cpython-310.pyc | Bin 0 -> 4471 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1626 bytes .../pip/_internal/distributions/base.py | 36 + .../pip/_internal/distributions/installed.py | 20 + .../pip/_internal/distributions/sdist.py | 127 + .../pip/_internal/distributions/wheel.py | 31 + .../site-packages/pip/_internal/exceptions.py | 658 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 252 bytes .../__pycache__/collector.cpython-310.pyc | Bin 0 -> 19331 bytes .../package_finder.cpython-310.pyc | Bin 0 -> 28140 bytes .../index/__pycache__/sources.cpython-310.pyc | Bin 0 -> 7145 bytes .../pip/_internal/index/collector.py | 648 ++ .../pip/_internal/index/package_finder.py | 1004 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 520 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 12412 bytes .../__pycache__/_distutils.cpython-310.pyc | Bin 0 -> 4680 bytes .../__pycache__/_sysconfig.cpython-310.pyc | Bin 0 -> 6263 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1562 bytes .../pip/_internal/locations/_distutils.py | 169 + .../pip/_internal/locations/_sysconfig.py | 219 + .../pip/_internal/locations/base.py | 52 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 62 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2318 bytes .../metadata/__pycache__/base.cpython-310.pyc | Bin 0 -> 20872 bytes .../__pycache__/pkg_resources.cpython-310.pyc | Bin 0 -> 9888 bytes .../pip/_internal/metadata/base.py | 546 ++ .../pip/_internal/metadata/pkg_resources.py | 256 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 286 bytes .../__pycache__/candidate.cpython-310.pyc | Bin 0 -> 1438 bytes .../__pycache__/direct_url.cpython-310.pyc | Bin 0 -> 7311 bytes .../format_control.cpython-310.pyc | Bin 0 -> 2763 bytes .../models/__pycache__/index.cpython-310.pyc | Bin 0 -> 1255 bytes .../models/__pycache__/link.cpython-310.pyc | Bin 0 -> 10187 bytes .../models/__pycache__/scheme.cpython-310.pyc | Bin 0 -> 1054 bytes .../__pycache__/search_scope.cpython-310.pyc | Bin 0 -> 3509 bytes .../selection_prefs.cpython-310.pyc | Bin 0 -> 1716 bytes .../__pycache__/target_python.cpython-310.pyc | Bin 0 -> 3467 bytes .../models/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4383 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 220 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../pip/_internal/models/link.py | 288 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 129 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 89 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 274 bytes .../network/__pycache__/auth.cpython-310.pyc | Bin 0 -> 7542 bytes .../network/__pycache__/cache.cpython-310.pyc | Bin 0 -> 2955 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 5521 bytes .../__pycache__/lazy_wheel.cpython-310.pyc | Bin 0 -> 8429 bytes .../__pycache__/session.cpython-310.pyc | Bin 0 -> 10750 bytes .../network/__pycache__/utils.cpython-310.pyc | Bin 0 -> 1470 bytes .../__pycache__/xmlrpc.cpython-310.pyc | Bin 0 -> 2087 bytes .../pip/_internal/network/auth.py | 323 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 185 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 454 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 222 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 4035 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 6220 bytes .../__pycache__/prepare.cpython-310.pyc | Bin 0 -> 14918 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 228 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 1455 bytes .../metadata_editable.cpython-310.pyc | Bin 0 -> 1489 bytes .../metadata_legacy.cpython-310.pyc | Bin 0 -> 2400 bytes .../build/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1245 bytes .../wheel_editable.cpython-310.pyc | Bin 0 -> 1469 bytes .../__pycache__/wheel_legacy.cpython-310.pyc | Bin 0 -> 2785 bytes .../_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 | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 286 bytes .../editable_legacy.cpython-310.pyc | Bin 0 -> 1573 bytes .../__pycache__/legacy.cpython-310.pyc | Bin 0 -> 3357 bytes .../install/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 21115 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 642 ++ .../site-packages/pip/_internal/pyproject.py | 168 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2622 bytes .../__pycache__/constructors.cpython-310.pyc | Bin 0 -> 12185 bytes .../req/__pycache__/req_file.cpython-310.pyc | Bin 0 -> 13513 bytes .../__pycache__/req_install.cpython-310.pyc | Bin 0 -> 22202 bytes .../req/__pycache__/req_set.cpython-310.pyc | Bin 0 -> 5862 bytes .../__pycache__/req_tracker.cpython-310.pyc | Bin 0 -> 4330 bytes .../__pycache__/req_uninstall.cpython-310.pyc | Bin 0 -> 18968 bytes .../pip/_internal/req/constructors.py | 490 + .../pip/_internal/req/req_file.py | 536 ++ .../pip/_internal/req/req_install.py | 858 ++ .../pip/_internal/req/req_set.py | 189 + .../pip/_internal/req/req_tracker.py | 124 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 222 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1074 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 229 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 12316 bytes .../_internal/resolution/legacy/resolver.py | 467 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 233 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6476 bytes .../__pycache__/candidates.cpython-310.pyc | Bin 0 -> 18383 bytes .../__pycache__/factory.cpython-310.pyc | Bin 0 -> 19241 bytes .../found_candidates.cpython-310.pyc | Bin 0 -> 4893 bytes .../__pycache__/provider.cpython-310.pyc | Bin 0 -> 7735 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 3202 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 7491 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 8128 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 547 ++ .../resolution/resolvelib/factory.py | 739 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 292 + .../pip/_internal/self_outdated_check.py | 189 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 217 bytes .../utils/__pycache__/_log.cpython-310.pyc | Bin 0 -> 1545 bytes .../utils/__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 1643 bytes .../utils/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1533 bytes .../compatibility_tags.cpython-310.pyc | Bin 0 -> 4102 bytes .../__pycache__/datetime.cpython-310.pyc | Bin 0 -> 540 bytes .../__pycache__/deprecation.cpython-310.pyc | Bin 0 -> 3338 bytes .../direct_url_helpers.cpython-310.pyc | Bin 0 -> 2108 bytes .../distutils_args.cpython-310.pyc | Bin 0 -> 1124 bytes .../__pycache__/egg_link.cpython-310.pyc | Bin 0 -> 2173 bytes .../__pycache__/encoding.cpython-310.pyc | Bin 0 -> 1330 bytes .../__pycache__/entrypoints.cpython-310.pyc | Bin 0 -> 1327 bytes .../__pycache__/filesystem.cpython-310.pyc | Bin 0 -> 5185 bytes .../__pycache__/filetypes.cpython-310.pyc | Bin 0 -> 967 bytes .../utils/__pycache__/glibc.cpython-310.pyc | Bin 0 -> 1696 bytes .../utils/__pycache__/hashes.cpython-310.pyc | Bin 0 -> 5219 bytes .../inject_securetransport.cpython-310.pyc | Bin 0 -> 1012 bytes .../utils/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9656 bytes .../utils/__pycache__/misc.cpython-310.pyc | Bin 0 -> 19422 bytes .../utils/__pycache__/models.cpython-310.pyc | Bin 0 -> 2013 bytes .../__pycache__/packaging.cpython-310.pyc | Bin 0 -> 2105 bytes .../setuptools_build.cpython-310.pyc | Bin 0 -> 4620 bytes .../__pycache__/subprocess.cpython-310.pyc | Bin 0 -> 5799 bytes .../__pycache__/temp_dir.cpython-310.pyc | Bin 0 -> 7322 bytes .../__pycache__/unpacking.cpython-310.pyc | Bin 0 -> 6677 bytes .../utils/__pycache__/urls.cpython-310.pyc | Bin 0 -> 1610 bytes .../__pycache__/virtualenv.cpython-310.pyc | Bin 0 -> 3313 bytes .../utils/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4438 bytes .../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/distutils_args.py | 42 + .../pip/_internal/utils/egg_link.py | 75 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 27 + .../pip/_internal/utils/filesystem.py | 182 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 343 + .../site-packages/pip/_internal/utils/misc.py | 653 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 258 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 540 bytes .../vcs/__pycache__/bazaar.cpython-310.pyc | Bin 0 -> 3367 bytes .../vcs/__pycache__/git.cpython-310.pyc | Bin 0 -> 12570 bytes .../vcs/__pycache__/mercurial.cpython-310.pyc | Bin 0 -> 5086 bytes .../__pycache__/subversion.cpython-310.pyc | Bin 0 -> 8474 bytes .../versioncontrol.cpython-310.pyc | Bin 0 -> 21169 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 101 + .../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 | 377 + .../site-packages/pip/_vendor/__init__.py | 111 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2940 bytes .../__pycache__/distro.cpython-310.pyc | Bin 0 -> 38258 bytes .../_vendor/__pycache__/six.cpython-310.pyc | Bin 0 -> 27607 bytes .../typing_extensions.cpython-310.pyc | Bin 0 -> 66603 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 668 bytes .../__pycache__/_cmd.cpython-310.pyc | Bin 0 -> 1606 bytes .../__pycache__/adapter.cpython-310.pyc | Bin 0 -> 3182 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 1872 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 782 bytes .../__pycache__/controller.cpython-310.pyc | Bin 0 -> 8236 bytes .../__pycache__/filewrapper.cpython-310.pyc | Bin 0 -> 2818 bytes .../__pycache__/heuristics.cpython-310.pyc | Bin 0 -> 4742 bytes .../__pycache__/serialize.cpython-310.pyc | Bin 0 -> 4277 bytes .../__pycache__/wrapper.cpython-310.pyc | Bin 0 -> 713 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 43 + .../_vendor/cachecontrol/caches/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 319 bytes .../__pycache__/file_cache.cpython-310.pyc | Bin 0 -> 3393 bytes .../__pycache__/redis_cache.cpython-310.pyc | Bin 0 -> 1599 bytes .../_vendor/cachecontrol/caches/file_cache.py | 150 + .../cachecontrol/caches/redis_cache.py | 37 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 415 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 186 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 301 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 480 bytes .../certifi/__pycache__/core.cpython-310.pyc | Bin 0 -> 1539 bytes .../pip/_vendor/certifi/cacert.pem | 4362 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 76 + .../pip/_vendor/chardet/__init__.py | 83 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1925 bytes .../__pycache__/big5freq.cpython-310.pyc | Bin 0 -> 27204 bytes .../__pycache__/big5prober.cpython-310.pyc | Bin 0 -> 1155 bytes .../chardistribution.cpython-310.pyc | Bin 0 -> 5765 bytes .../charsetgroupprober.cpython-310.pyc | Bin 0 -> 2254 bytes .../__pycache__/charsetprober.cpython-310.pyc | Bin 0 -> 3508 bytes .../codingstatemachine.cpython-310.pyc | Bin 0 -> 2927 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 426 bytes .../__pycache__/cp949prober.cpython-310.pyc | Bin 0 -> 1162 bytes .../chardet/__pycache__/enums.cpython-310.pyc | Bin 0 -> 2609 bytes .../__pycache__/escprober.cpython-310.pyc | Bin 0 -> 2656 bytes .../chardet/__pycache__/escsm.cpython-310.pyc | Bin 0 -> 8403 bytes .../__pycache__/eucjpprober.cpython-310.pyc | Bin 0 -> 2458 bytes .../__pycache__/euckrfreq.cpython-310.pyc | Bin 0 -> 12088 bytes .../__pycache__/euckrprober.cpython-310.pyc | Bin 0 -> 1163 bytes .../__pycache__/euctwfreq.cpython-310.pyc | Bin 0 -> 27208 bytes .../__pycache__/euctwprober.cpython-310.pyc | Bin 0 -> 1163 bytes .../__pycache__/gb2312freq.cpython-310.pyc | Bin 0 -> 19132 bytes .../__pycache__/gb2312prober.cpython-310.pyc | Bin 0 -> 1171 bytes .../__pycache__/hebrewprober.cpython-310.pyc | Bin 0 -> 3044 bytes .../__pycache__/jisfreq.cpython-310.pyc | Bin 0 -> 22160 bytes .../__pycache__/jpcntx.cpython-310.pyc | Bin 0 -> 37667 bytes .../langbulgarianmodel.cpython-310.pyc | Bin 0 -> 47948 bytes .../langgreekmodel.cpython-310.pyc | Bin 0 -> 46138 bytes .../langhebrewmodel.cpython-310.pyc | Bin 0 -> 44587 bytes .../langhungarianmodel.cpython-310.pyc | Bin 0 -> 47908 bytes .../langrussianmodel.cpython-310.pyc | Bin 0 -> 61041 bytes .../__pycache__/langthaimodel.cpython-310.pyc | Bin 0 -> 44763 bytes .../langturkishmodel.cpython-310.pyc | Bin 0 -> 44604 bytes .../__pycache__/latin1prober.cpython-310.pyc | Bin 0 -> 4454 bytes .../mbcharsetprober.cpython-310.pyc | Bin 0 -> 2273 bytes .../mbcsgroupprober.cpython-310.pyc | Bin 0 -> 1158 bytes .../__pycache__/mbcssm.cpython-310.pyc | Bin 0 -> 18785 bytes .../sbcharsetprober.cpython-310.pyc | Bin 0 -> 3104 bytes .../sbcsgroupprober.cpython-310.pyc | Bin 0 -> 1727 bytes .../__pycache__/sjisprober.cpython-310.pyc | Bin 0 -> 2496 bytes .../universaldetector.cpython-310.pyc | Bin 0 -> 5850 bytes .../__pycache__/utf8prober.cpython-310.pyc | Bin 0 -> 2007 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 464 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 107 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 221 bytes .../__pycache__/chardetect.cpython-310.pyc | Bin 0 -> 2720 bytes .../pip/_vendor/chardet/cli/chardetect.py | 84 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 36 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4398 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5718 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 226 bytes .../__pycache__/languages.cpython-310.pyc | Bin 0 -> 7988 bytes .../pip/_vendor/chardet/metadata/languages.py | 310 + .../pip/_vendor/chardet/sbcharsetprober.py | 145 + .../pip/_vendor/chardet/sbcsgroupprober.py | 83 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 469 bytes .../colorama/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 3030 bytes .../__pycache__/ansitowin32.cpython-310.pyc | Bin 0 -> 7928 bytes .../__pycache__/initialise.cpython-310.pyc | Bin 0 -> 1716 bytes .../__pycache__/win32.cpython-310.pyc | Bin 0 -> 3976 bytes .../__pycache__/winterm.cpython-310.pyc | Bin 0 -> 4593 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 258 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1088 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 31434 bytes .../__pycache__/database.cpython-310.pyc | Bin 0 -> 42889 bytes .../distlib/__pycache__/index.cpython-310.pyc | Bin 0 -> 17343 bytes .../__pycache__/locators.cpython-310.pyc | Bin 0 -> 38402 bytes .../__pycache__/manifest.cpython-310.pyc | Bin 0 -> 10256 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 5060 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 26588 bytes .../__pycache__/resources.cpython-310.pyc | Bin 0 -> 11062 bytes .../__pycache__/scripts.cpython-310.pyc | Bin 0 -> 11278 bytes .../distlib/__pycache__/util.cpython-310.pyc | Bin 0 -> 51721 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 20175 bytes .../distlib/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 27335 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1345 +++ .../pip/_vendor/distlib/index.py | 509 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1058 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 429 + .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1053 ++ .../site-packages/pip/_vendor/distro.py | 1386 +++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1328 bytes .../__pycache__/_ihatexml.cpython-310.pyc | Bin 0 -> 13883 bytes .../__pycache__/_inputstream.cpython-310.pyc | Bin 0 -> 21700 bytes .../__pycache__/_tokenizer.cpython-310.pyc | Bin 0 -> 37346 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 4822 bytes .../__pycache__/constants.cpython-310.pyc | Bin 0 -> 161287 bytes .../__pycache__/html5parser.cpython-310.pyc | Bin 0 -> 88497 bytes .../__pycache__/serializer.cpython-310.pyc | Bin 0 -> 10763 bytes .../pip/_vendor/html5lib/_ihatexml.py | 289 + .../pip/_vendor/html5lib/_inputstream.py | 918 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1735 ++++ .../pip/_vendor/html5lib/_trie/__init__.py | 5 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 378 bytes .../_trie/__pycache__/_base.cpython-310.pyc | Bin 0 -> 1630 bytes .../_trie/__pycache__/py.cpython-310.pyc | Bin 0 -> 2293 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 159 + .../pip/_vendor/html5lib/constants.py | 2946 ++++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 226 bytes .../alphabeticalattributes.cpython-310.pyc | Bin 0 -> 1356 bytes .../filters/__pycache__/base.cpython-310.pyc | Bin 0 -> 896 bytes .../inject_meta_charset.cpython-310.pyc | Bin 0 -> 1894 bytes .../filters/__pycache__/lint.cpython-310.pyc | Bin 0 -> 2602 bytes .../__pycache__/optionaltags.cpython-310.pyc | Bin 0 -> 2753 bytes .../__pycache__/sanitizer.cpython-310.pyc | Bin 0 -> 20050 bytes .../__pycache__/whitespace.cpython-310.pyc | Bin 0 -> 1400 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 916 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2795 ++++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 967 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1579 bytes .../__pycache__/sax.cpython-310.pyc | Bin 0 -> 1486 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3358 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 11349 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 9436 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 11738 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 13053 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 343 + .../html5lib/treebuilders/etree_lxml.py | 392 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4008 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6969 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 1740 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 3498 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 6585 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1946 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 131 + .../html5lib/treewalkers/etree_lxml.py | 215 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 873 bytes .../idna/__pycache__/codec.cpython-310.pyc | Bin 0 -> 2844 bytes .../idna/__pycache__/compat.cpython-310.pyc | Bin 0 -> 773 bytes .../idna/__pycache__/core.cpython-310.pyc | Bin 0 -> 9588 bytes .../idna/__pycache__/idnadata.cpython-310.pyc | Bin 0 -> 38251 bytes .../__pycache__/intranges.cpython-310.pyc | Bin 0 -> 2010 bytes .../__pycache__/package_data.cpython-310.pyc | Bin 0 -> 237 bytes .../__pycache__/uts46data.cpython-310.pyc | Bin 0 -> 150972 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 397 + .../pip/_vendor/idna/idnadata.py | 2137 +++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8512 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 54 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1453 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 244 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 1834 bytes .../msgpack/__pycache__/ext.cpython-310.pyc | Bin 0 -> 6342 bytes .../__pycache__/fallback.cpython-310.pyc | Bin 0 -> 25471 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1012 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 616 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 472 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7326 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4638 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2731 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9313 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4001 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 21553 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12216 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3601 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12951 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/pep517/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 339 bytes .../pep517/__pycache__/build.cpython-310.pyc | Bin 0 -> 3622 bytes .../pep517/__pycache__/check.cpython-310.pyc | Bin 0 -> 4586 bytes .../__pycache__/colorlog.cpython-310.pyc | Bin 0 -> 2990 bytes .../pep517/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1563 bytes .../__pycache__/dirtools.cpython-310.pyc | Bin 0 -> 1381 bytes .../__pycache__/envbuild.cpython-310.pyc | Bin 0 -> 4404 bytes .../pep517/__pycache__/meta.cpython-310.pyc | Bin 0 -> 2986 bytes .../__pycache__/wrappers.cpython-310.pyc | Bin 0 -> 12332 bytes .../site-packages/pip/_vendor/pep517/build.py | 127 + .../site-packages/pip/_vendor/pep517/check.py | 207 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 51 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 171 + .../pip/_vendor/pep517/in_process/__init__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 947 bytes .../__pycache__/_in_process.cpython-310.pyc | Bin 0 -> 10094 bytes .../_vendor/pep517/in_process/_in_process.py | 363 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 375 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 99902 bytes .../__pycache__/py31compat.cpython-310.pyc | Bin 0 -> 686 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 331 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 10502 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 1262 bytes .../__pycache__/android.cpython-310.pyc | Bin 0 -> 4294 bytes .../__pycache__/api.cpython-310.pyc | Bin 0 -> 5228 bytes .../__pycache__/macos.cpython-310.pyc | Bin 0 -> 3216 bytes .../__pycache__/unix.cpython-310.pyc | Bin 0 -> 6917 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 321 bytes .../__pycache__/windows.cpython-310.pyc | Bin 0 -> 6460 bytes .../pip/_vendor/platformdirs/android.py | 119 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 182 + .../pip/_vendor/progress/__init__.py | 189 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5756 bytes .../progress/__pycache__/bar.cpython-310.pyc | Bin 0 -> 2721 bytes .../__pycache__/colors.cpython-310.pyc | Bin 0 -> 1514 bytes .../__pycache__/counter.cpython-310.pyc | Bin 0 -> 1585 bytes .../__pycache__/spinner.cpython-310.pyc | Bin 0 -> 1415 bytes .../site-packages/pip/_vendor/progress/bar.py | 93 + .../pip/_vendor/progress/colors.py | 79 + .../pip/_vendor/progress/counter.py | 47 + .../pip/_vendor/progress/spinner.py | 45 + .../pip/_vendor/pygments/__init__.py | 83 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3018 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 614 bytes .../__pycache__/cmdline.cpython-310.pyc | Bin 0 -> 15477 bytes .../__pycache__/console.cpython-310.pyc | Bin 0 -> 1909 bytes .../__pycache__/filter.cpython-310.pyc | Bin 0 -> 2680 bytes .../__pycache__/formatter.cpython-310.pyc | Bin 0 -> 3036 bytes .../__pycache__/lexer.cpython-310.pyc | Bin 0 -> 24390 bytes .../__pycache__/modeline.cpython-310.pyc | Bin 0 -> 1218 bytes .../__pycache__/plugin.cpython-310.pyc | Bin 0 -> 2070 bytes .../__pycache__/regexopt.cpython-310.pyc | Bin 0 -> 2982 bytes .../__pycache__/scanner.cpython-310.pyc | Bin 0 -> 3583 bytes .../__pycache__/sphinxext.cpython-310.pyc | Bin 0 -> 4568 bytes .../__pycache__/style.cpython-310.pyc | Bin 0 -> 4605 bytes .../__pycache__/token.cpython-310.pyc | Bin 0 -> 4677 bytes .../__pycache__/unistring.cpython-310.pyc | Bin 0 -> 31231 bytes .../pygments/__pycache__/util.cpython-310.pyc | Bin 0 -> 9188 bytes .../pip/_vendor/pygments/cmdline.py | 663 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 937 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 29539 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 153 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4694 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 5561 bytes .../__pycache__/bbcode.cpython-310.pyc | Bin 0 -> 3111 bytes .../__pycache__/groff.cpython-310.pyc | Bin 0 -> 4384 bytes .../__pycache__/html.cpython-310.pyc | Bin 0 -> 29095 bytes .../__pycache__/img.cpython-310.pyc | Bin 0 -> 17523 bytes .../__pycache__/irc.cpython-310.pyc | Bin 0 -> 4614 bytes .../__pycache__/latex.cpython-310.pyc | Bin 0 -> 13520 bytes .../__pycache__/other.cpython-310.pyc | Bin 0 -> 4830 bytes .../__pycache__/pangomarkup.cpython-310.pyc | Bin 0 -> 2130 bytes .../__pycache__/rtf.cpython-310.pyc | Bin 0 -> 4160 bytes .../__pycache__/svg.cpython-310.pyc | Bin 0 -> 6358 bytes .../__pycache__/terminal.cpython-310.pyc | Bin 0 -> 4025 bytes .../__pycache__/terminal256.cpython-310.pyc | Bin 0 -> 9275 bytes .../_vendor/pygments/formatters/_mapping.py | 84 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 168 + .../pip/_vendor/pygments/formatters/html.py | 983 ++ .../pip/_vendor/pygments/formatters/img.py | 641 ++ .../pip/_vendor/pygments/formatters/irc.py | 179 + .../pip/_vendor/pygments/formatters/latex.py | 511 + .../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 | 879 ++ .../pip/_vendor/pygments/lexers/__init__.py | 341 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9210 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 58148 bytes .../lexers/__pycache__/python.cpython-310.pyc | Bin 0 -> 29409 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 580 ++ .../pip/_vendor/pygments/lexers/python.py | 1188 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 69 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 93 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3246 bytes .../pip/_vendor/pygments/token.py | 212 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 328 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 7151 bytes .../__pycache__/actions.cpython-310.pyc | Bin 0 -> 7208 bytes .../__pycache__/common.cpython-310.pyc | Bin 0 -> 10131 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 175261 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 9098 bytes .../__pycache__/helpers.cpython-310.pyc | Bin 0 -> 34793 bytes .../__pycache__/results.cpython-310.pyc | Bin 0 -> 24805 bytes .../__pycache__/testing.cpython-310.pyc | Bin 0 -> 12126 bytes .../__pycache__/unicode.cpython-310.pyc | Bin 0 -> 9840 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 8631 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5789 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 593 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 15671 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1069 +++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 332 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/requests/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4064 bytes .../__pycache__/__version__.cpython-310.pyc | Bin 0 -> 581 bytes .../_internal_utils.cpython-310.pyc | Bin 0 -> 1333 bytes .../__pycache__/adapters.cpython-310.pyc | Bin 0 -> 17069 bytes .../requests/__pycache__/api.cpython-310.pyc | Bin 0 -> 6680 bytes .../requests/__pycache__/auth.cpython-310.pyc | Bin 0 -> 8123 bytes .../__pycache__/certs.cpython-310.pyc | Bin 0 -> 665 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 1700 bytes .../__pycache__/cookies.cpython-310.pyc | Bin 0 -> 18713 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 5274 bytes .../requests/__pycache__/help.cpython-310.pyc | Bin 0 -> 2933 bytes .../__pycache__/hooks.cpython-310.pyc | Bin 0 -> 1020 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 24339 bytes .../__pycache__/packages.cpython-310.pyc | Bin 0 -> 534 bytes .../__pycache__/sessions.cpython-310.pyc | Bin 0 -> 19647 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 4697 bytes .../__pycache__/structures.cpython-310.pyc | Bin 0 -> 4479 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 24422 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 159 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 77 + .../pip/_vendor/requests/cookies.py | 549 ++ .../pip/_vendor/requests/exceptions.py | 133 + .../pip/_vendor/requests/help.py | 132 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 973 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 771 ++ .../pip/_vendor/requests/status_codes.py | 123 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 1060 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 632 bytes .../__pycache__/providers.cpython-310.pyc | Bin 0 -> 6683 bytes .../__pycache__/reporters.cpython-310.pyc | Bin 0 -> 2603 bytes .../__pycache__/resolvers.cpython-310.pyc | Bin 0 -> 15156 bytes .../__pycache__/structs.cpython-310.pyc | Bin 0 -> 7189 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 227 bytes .../collections_abc.cpython-310.pyc | Bin 0 -> 403 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 172 + .../pip/_vendor/rich/__main__.py | 280 + .../rich/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5917 bytes .../rich/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 7351 bytes .../__pycache__/_cell_widths.cpython-310.pyc | Bin 0 -> 7840 bytes .../__pycache__/_emoji_codes.cpython-310.pyc | Bin 0 -> 360080 bytes .../_emoji_replace.cpython-310.pyc | Bin 0 -> 1220 bytes .../__pycache__/_extension.cpython-310.pyc | Bin 0 -> 521 bytes .../rich/__pycache__/_inspect.cpython-310.pyc | Bin 0 -> 6638 bytes .../__pycache__/_log_render.cpython-310.pyc | Bin 0 -> 2666 bytes .../rich/__pycache__/_loop.cpython-310.pyc | Bin 0 -> 1318 bytes .../__pycache__/_lru_cache.cpython-310.pyc | Bin 0 -> 1601 bytes .../__pycache__/_palettes.cpython-310.pyc | Bin 0 -> 5123 bytes .../rich/__pycache__/_pick.cpython-310.pyc | Bin 0 -> 666 bytes .../rich/__pycache__/_ratio.cpython-310.pyc | Bin 0 -> 5183 bytes .../__pycache__/_spinners.cpython-310.pyc | Bin 0 -> 15239 bytes .../rich/__pycache__/_stack.cpython-310.pyc | Bin 0 -> 864 bytes .../rich/__pycache__/_timer.cpython-310.pyc | Bin 0 -> 713 bytes .../rich/__pycache__/_windows.cpython-310.pyc | Bin 0 -> 1904 bytes .../rich/__pycache__/_wrap.cpython-310.pyc | Bin 0 -> 1542 bytes .../rich/__pycache__/abc.cpython-310.pyc | Bin 0 -> 1340 bytes .../rich/__pycache__/align.cpython-310.pyc | Bin 0 -> 7994 bytes .../rich/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 6043 bytes .../rich/__pycache__/bar.cpython-310.pyc | Bin 0 -> 3009 bytes .../rich/__pycache__/box.cpython-310.pyc | Bin 0 -> 7783 bytes .../rich/__pycache__/cells.cpython-310.pyc | Bin 0 -> 3525 bytes .../rich/__pycache__/color.cpython-310.pyc | Bin 0 -> 16781 bytes .../__pycache__/color_triplet.cpython-310.pyc | Bin 0 -> 1463 bytes .../rich/__pycache__/columns.cpython-310.pyc | Bin 0 -> 6223 bytes .../rich/__pycache__/console.cpython-310.pyc | Bin 0 -> 70468 bytes .../__pycache__/constrain.cpython-310.pyc | Bin 0 -> 1780 bytes .../__pycache__/containers.cpython-310.pyc | Bin 0 -> 6512 bytes .../rich/__pycache__/control.cpython-310.pyc | Bin 0 -> 6855 bytes .../default_styles.cpython-310.pyc | Bin 0 -> 6055 bytes .../rich/__pycache__/diagnose.cpython-310.pyc | Bin 0 -> 381 bytes .../rich/__pycache__/emoji.cpython-310.pyc | Bin 0 -> 3293 bytes .../rich/__pycache__/errors.cpython-310.pyc | Bin 0 -> 1553 bytes .../__pycache__/file_proxy.cpython-310.pyc | Bin 0 -> 2290 bytes .../rich/__pycache__/filesize.cpython-310.pyc | Bin 0 -> 2642 bytes .../__pycache__/highlighter.cpython-310.pyc | Bin 0 -> 5369 bytes .../rich/__pycache__/json.cpython-310.pyc | Bin 0 -> 4773 bytes .../rich/__pycache__/jupyter.cpython-310.pyc | Bin 0 -> 3852 bytes .../rich/__pycache__/layout.cpython-310.pyc | Bin 0 -> 14704 bytes .../rich/__pycache__/live.cpython-310.pyc | Bin 0 -> 11594 bytes .../__pycache__/live_render.cpython-310.pyc | Bin 0 -> 3428 bytes .../rich/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9320 bytes .../rich/__pycache__/markup.cpython-310.pyc | Bin 0 -> 5939 bytes .../rich/__pycache__/measure.cpython-310.pyc | Bin 0 -> 5084 bytes .../rich/__pycache__/padding.cpython-310.pyc | Bin 0 -> 4508 bytes .../rich/__pycache__/pager.cpython-310.pyc | Bin 0 -> 1521 bytes .../rich/__pycache__/palette.cpython-310.pyc | Bin 0 -> 3734 bytes .../rich/__pycache__/panel.cpython-310.pyc | Bin 0 -> 6417 bytes .../rich/__pycache__/pretty.cpython-310.pyc | Bin 0 -> 25129 bytes .../rich/__pycache__/progress.cpython-310.pyc | Bin 0 -> 33357 bytes .../__pycache__/progress_bar.cpython-310.pyc | Bin 0 -> 6733 bytes .../rich/__pycache__/prompt.cpython-310.pyc | Bin 0 -> 11325 bytes .../rich/__pycache__/protocol.cpython-310.pyc | Bin 0 -> 1397 bytes .../rich/__pycache__/region.cpython-310.pyc | Bin 0 -> 553 bytes .../rich/__pycache__/repr.cpython-310.pyc | Bin 0 -> 4066 bytes .../rich/__pycache__/rule.cpython-310.pyc | Bin 0 -> 3763 bytes .../rich/__pycache__/scope.cpython-310.pyc | Bin 0 -> 3014 bytes .../rich/__pycache__/screen.cpython-310.pyc | Bin 0 -> 1905 bytes .../rich/__pycache__/segment.cpython-310.pyc | Bin 0 -> 20595 bytes .../rich/__pycache__/spinner.cpython-310.pyc | Bin 0 -> 4425 bytes .../rich/__pycache__/status.cpython-310.pyc | Bin 0 -> 4619 bytes .../rich/__pycache__/style.cpython-310.pyc | Bin 0 -> 20548 bytes .../rich/__pycache__/styled.cpython-310.pyc | Bin 0 -> 1789 bytes .../rich/__pycache__/syntax.cpython-310.pyc | Bin 0 -> 19062 bytes .../rich/__pycache__/table.cpython-310.pyc | Bin 0 -> 27000 bytes .../rich/__pycache__/tabulate.cpython-310.pyc | Bin 0 -> 1782 bytes .../terminal_theme.cpython-310.pyc | Bin 0 -> 1746 bytes .../rich/__pycache__/text.cpython-310.pyc | Bin 0 -> 39310 bytes .../rich/__pycache__/theme.cpython-310.pyc | Bin 0 -> 4726 bytes .../rich/__pycache__/themes.cpython-310.pyc | Bin 0 -> 319 bytes .../__pycache__/traceback.cpython-310.pyc | Bin 0 -> 19563 bytes .../rich/__pycache__/tree.cpython-310.pyc | Bin 0 -> 7343 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/_extension.py | 10 + .../pip/_vendor/rich/_inspect.py | 210 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_lru_cache.py | 34 + .../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 | 848 ++ .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_windows.py | 72 + .../site-packages/pip/_vendor/rich/_wrap.py | 55 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 228 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 483 + .../site-packages/pip/_vendor/rich/cells.py | 147 + .../site-packages/pip/_vendor/rich/color.py | 581 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2211 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 175 + .../pip/_vendor/rich/default_styles.py | 183 + .../pip/_vendor/rich/diagnose.py | 6 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 54 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 147 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 92 + .../site-packages/pip/_vendor/rich/layout.py | 444 + .../site-packages/pip/_vendor/rich/live.py | 365 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 268 + .../site-packages/pip/_vendor/rich/markup.py | 244 + .../site-packages/pip/_vendor/rich/measure.py | 149 + .../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 | 250 + .../site-packages/pip/_vendor/rich/pretty.py | 903 ++ .../pip/_vendor/rich/progress.py | 1036 ++ .../pip/_vendor/rich/progress_bar.py | 216 + .../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 | 151 + .../site-packages/pip/_vendor/rich/rule.py | 115 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 720 ++ .../site-packages/pip/_vendor/rich/spinner.py | 134 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 785 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 735 ++ .../site-packages/pip/_vendor/rich/table.py | 968 ++ .../pip/_vendor/rich/tabulate.py | 51 + .../pip/_vendor/rich/terminal_theme.py | 55 + .../site-packages/pip/_vendor/rich/text.py | 1282 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 678 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 517 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 16400 bytes .../__pycache__/_asyncio.cpython-310.pyc | Bin 0 -> 2640 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 1253 bytes .../__pycache__/after.cpython-310.pyc | Bin 0 -> 1257 bytes .../__pycache__/before.cpython-310.pyc | Bin 0 -> 1135 bytes .../__pycache__/before_sleep.cpython-310.pyc | Bin 0 -> 1437 bytes .../tenacity/__pycache__/nap.cpython-310.pyc | Bin 0 -> 1225 bytes .../__pycache__/retry.cpython-310.pyc | Bin 0 -> 8455 bytes .../tenacity/__pycache__/stop.cpython-310.pyc | Bin 0 -> 4043 bytes .../__pycache__/tornadoweb.cpython-310.pyc | Bin 0 -> 1790 bytes .../tenacity/__pycache__/wait.cpython-310.pyc | Bin 0 -> 7987 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 213 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 191 + .../pip/_vendor/tomli/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 405 bytes .../tomli/__pycache__/_parser.cpython-310.pyc | Bin 0 -> 16359 bytes .../tomli/__pycache__/_re.cpython-310.pyc | Bin 0 -> 2449 bytes .../pip/_vendor/tomli/_parser.py | 703 ++ .../site-packages/pip/_vendor/tomli/_re.py | 83 + .../pip/_vendor/typing_extensions.py | 2296 +++++ .../pip/_vendor/urllib3/__init__.py | 85 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2215 bytes .../__pycache__/_collections.cpython-310.pyc | Bin 0 -> 10889 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 239 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 13662 bytes .../connectionpool.cpython-310.pyc | Bin 0 -> 25400 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 11020 bytes .../__pycache__/fields.cpython-310.pyc | Bin 0 -> 8209 bytes .../__pycache__/filepost.cpython-310.pyc | Bin 0 -> 2776 bytes .../__pycache__/poolmanager.cpython-310.pyc | Bin 0 -> 15228 bytes .../__pycache__/request.cpython-310.pyc | Bin 0 -> 5652 bytes .../__pycache__/response.cpython-310.pyc | Bin 0 -> 20943 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 569 ++ .../pip/_vendor/urllib3/connectionpool.py | 1108 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 225 bytes .../_appengine_environ.cpython-310.pyc | Bin 0 -> 1405 bytes .../__pycache__/appengine.cpython-310.pyc | Bin 0 -> 8221 bytes .../__pycache__/ntlmpool.cpython-310.pyc | Bin 0 -> 3660 bytes .../__pycache__/pyopenssl.cpython-310.pyc | Bin 0 -> 15562 bytes .../securetransport.cpython-310.pyc | Bin 0 -> 21967 bytes .../contrib/__pycache__/socks.cpython-310.pyc | Bin 0 -> 5627 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 242 bytes .../__pycache__/bindings.cpython-310.pyc | Bin 0 -> 10738 bytes .../__pycache__/low_level.cpython-310.pyc | Bin 0 -> 9125 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 | 511 + .../urllib3/contrib/securetransport.py | 922 ++ .../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-310.pyc | Bin 0 -> 226 bytes .../packages/__pycache__/six.cpython-310.pyc | Bin 0 -> 27680 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 236 bytes .../__pycache__/makefile.cpython-310.pyc | Bin 0 -> 1336 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1077 +++ .../pip/_vendor/urllib3/poolmanager.py | 536 ++ .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 821 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1135 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 3463 bytes .../util/__pycache__/proxy.cpython-310.pyc | Bin 0 -> 1368 bytes .../util/__pycache__/queue.cpython-310.pyc | Bin 0 -> 1090 bytes .../util/__pycache__/request.cpython-310.pyc | Bin 0 -> 3498 bytes .../util/__pycache__/response.cpython-310.pyc | Bin 0 -> 2383 bytes .../util/__pycache__/retry.cpython-310.pyc | Bin 0 -> 16168 bytes .../util/__pycache__/ssl_.cpython-310.pyc | Bin 0 -> 11335 bytes .../ssl_match_hostname.cpython-310.pyc | Bin 0 -> 3307 bytes .../__pycache__/ssltransport.cpython-310.pyc | Bin 0 -> 7425 bytes .../util/__pycache__/timeout.cpython-310.pyc | Bin 0 -> 8959 bytes .../util/__pycache__/url.cpython-310.pyc | Bin 0 -> 10704 bytes .../util/__pycache__/wait.cpython-310.pyc | Bin 0 -> 3119 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 | 143 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 161 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 432 + .../pip/_vendor/urllib3/util/wait.py | 153 + .../site-packages/pip/_vendor/vendor.txt | 25 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9772 bytes .../__pycache__/labels.cpython-310.pyc | Bin 0 -> 5262 bytes .../__pycache__/mklabels.cpython-310.pyc | Bin 0 -> 1967 bytes .../__pycache__/tests.cpython-310.pyc | Bin 0 -> 5069 bytes .../x_user_defined.cpython-310.pyc | Bin 0 -> 2618 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.10/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3303 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 100627 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 219 bytes .../__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 20280 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198772 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 626 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 482 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7336 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4648 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3006 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9332 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4020 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22224 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12250 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3611 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12961 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../pkg_resources/_vendor/packaging/tags.py | 484 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2927 bytes .../__pycache__/setup.cpython-310.pyc | Bin 0 -> 347 bytes .../data/my-test-package-source/setup.py | 6 + .../pyproject_hooks-1.0.0.dist-info/INSTALLER | 1 + .../pyproject_hooks-1.0.0.dist-info/LICENSE | 21 + .../pyproject_hooks-1.0.0.dist-info/METADATA | 26 + .../pyproject_hooks-1.0.0.dist-info/RECORD | 15 + .../pyproject_hooks-1.0.0.dist-info/WHEEL | 4 + .../site-packages/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 600 bytes .../__pycache__/_compat.cpython-310.pyc | Bin 0 -> 327 bytes .../__pycache__/_impl.cpython-310.pyc | Bin 0 -> 11403 bytes .../site-packages/pyproject_hooks/_compat.py | 8 + .../site-packages/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 838 bytes .../__pycache__/_in_process.cpython-310.pyc | Bin 0 -> 9720 bytes .../_in_process/_in_process.py | 353 + .../setuptools-59.6.0.dist-info/INSTALLER | 1 + .../setuptools-59.6.0.dist-info/LICENSE | 19 + .../setuptools-59.6.0.dist-info/METADATA | 124 + .../setuptools-59.6.0.dist-info/RECORD | 298 + .../setuptools-59.6.0.dist-info/REQUESTED | 0 .../setuptools-59.6.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-59.6.0.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 8623 bytes .../_deprecation_warning.cpython-310.pyc | Bin 0 -> 580 bytes .../__pycache__/_imp.cpython-310.pyc | Bin 0 -> 2106 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 5876 bytes .../__pycache__/build_meta.cpython-310.pyc | Bin 0 -> 9490 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 20959 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 887 bytes .../__pycache__/depends.cpython-310.pyc | Bin 0 -> 5326 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 36367 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 1532 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 1976 bytes .../__pycache__/glob.cpython-310.pyc | Bin 0 -> 3765 bytes .../__pycache__/installer.cpython-310.pyc | Bin 0 -> 3011 bytes .../__pycache__/launch.cpython-310.pyc | Bin 0 -> 937 bytes .../__pycache__/monkey.cpython-310.pyc | Bin 0 -> 4665 bytes .../__pycache__/msvc.cpython-310.pyc | Bin 0 -> 42669 bytes .../__pycache__/namespaces.cpython-310.pyc | Bin 0 -> 3648 bytes .../__pycache__/package_index.cpython-310.pyc | Bin 0 -> 32761 bytes .../__pycache__/py34compat.cpython-310.pyc | Bin 0 -> 512 bytes .../__pycache__/sandbox.cpython-310.pyc | Bin 0 -> 15788 bytes .../__pycache__/unicode_utils.cpython-310.pyc | Bin 0 -> 1142 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 354 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 7380 bytes .../windows_support.cpython-310.pyc | Bin 0 -> 1055 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 24 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 588 bytes .../__pycache__/_msvccompiler.cpython-310.pyc | Bin 0 -> 13865 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 6593 bytes .../__pycache__/bcppcompiler.cpython-310.pyc | Bin 0 -> 6580 bytes .../__pycache__/ccompiler.cpython-310.pyc | Bin 0 -> 33337 bytes .../__pycache__/cmd.cpython-310.pyc | Bin 0 -> 13980 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 3619 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 7120 bytes .../cygwinccompiler.cpython-310.pyc | Bin 0 -> 9027 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 282 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 2803 bytes .../__pycache__/dir_util.cpython-310.pyc | Bin 0 -> 5914 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 34079 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 5024 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 7038 bytes .../__pycache__/fancy_getopt.cpython-310.pyc | Bin 0 -> 10662 bytes .../__pycache__/file_util.cpython-310.pyc | Bin 0 -> 6008 bytes .../__pycache__/filelist.cpython-310.pyc | Bin 0 -> 10854 bytes .../__pycache__/log.cpython-310.pyc | Bin 0 -> 2339 bytes .../__pycache__/msvc9compiler.cpython-310.pyc | Bin 0 -> 17594 bytes .../__pycache__/msvccompiler.cpython-310.pyc | Bin 0 -> 14813 bytes .../__pycache__/py35compat.cpython-310.pyc | Bin 0 -> 658 bytes .../__pycache__/py38compat.cpython-310.pyc | Bin 0 -> 455 bytes .../__pycache__/spawn.cpython-310.pyc | Bin 0 -> 2925 bytes .../__pycache__/sysconfig.cpython-310.pyc | Bin 0 -> 12906 bytes .../__pycache__/text_file.cpython-310.pyc | Bin 0 -> 8501 bytes .../__pycache__/unixccompiler.cpython-310.pyc | Bin 0 -> 6833 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 14774 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 7875 bytes .../versionpredicate.cpython-310.pyc | Bin 0 -> 5368 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 561 bytes .../command/__pycache__/bdist.cpython-310.pyc | Bin 0 -> 3695 bytes .../__pycache__/bdist_dumb.cpython-310.pyc | Bin 0 -> 3674 bytes .../__pycache__/bdist_msi.cpython-310.pyc | Bin 0 -> 19750 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 12318 bytes .../__pycache__/bdist_wininst.cpython-310.pyc | Bin 0 -> 8661 bytes .../command/__pycache__/build.cpython-310.pyc | Bin 0 -> 3923 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 4900 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 16248 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 9919 bytes .../__pycache__/build_scripts.cpython-310.pyc | Bin 0 -> 4042 bytes .../command/__pycache__/check.cpython-310.pyc | Bin 0 -> 5039 bytes .../command/__pycache__/clean.cpython-310.pyc | Bin 0 -> 2178 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 10360 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 15298 bytes .../__pycache__/install_data.cpython-310.pyc | Bin 0 -> 2377 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 3342 bytes .../install_headers.cpython-310.pyc | Bin 0 -> 1800 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5202 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2229 bytes .../__pycache__/py37compat.cpython-310.pyc | Bin 0 -> 1070 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 8713 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 14529 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 5405 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 755 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 721 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 84 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 249 + .../setuptools/_distutils/cygwinccompiler.py | 425 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 601 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 325 + .../setuptools/_distutils/util.py | 548 ++ .../setuptools/_distutils/version.py | 363 + .../setuptools/_distutils/versionpredicate.py | 169 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 216 bytes .../__pycache__/ordered_set.cpython-310.pyc | Bin 0 -> 16352 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198769 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 297 bytes .../__pycache__/more.cpython-310.pyc | Bin 0 -> 110015 bytes .../__pycache__/recipes.cpython-310.pyc | Bin 0 -> 17997 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 623 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 479 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7333 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4645 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3003 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9326 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4014 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22221 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12247 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3608 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12958 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../setuptools/_vendor/packaging/tags.py | 484 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 290 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 405 bytes .../command/__pycache__/alias.cpython-310.pyc | Bin 0 -> 2407 bytes .../__pycache__/bdist_egg.cpython-310.pyc | Bin 0 -> 13133 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 1620 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 2494 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 9923 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 8296 bytes .../__pycache__/develop.cpython-310.pyc | Bin 0 -> 6183 bytes .../__pycache__/dist_info.cpython-310.pyc | Bin 0 -> 1425 bytes .../__pycache__/easy_install.cpython-310.pyc | Bin 0 -> 65202 bytes .../__pycache__/egg_info.cpython-310.pyc | Bin 0 -> 22781 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 4231 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 2956 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5171 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2460 bytes .../__pycache__/py36compat.cpython-310.pyc | Bin 0 -> 4567 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 871 bytes .../__pycache__/rotate.cpython-310.pyc | Bin 0 -> 2538 bytes .../__pycache__/saveopts.cpython-310.pyc | Bin 0 -> 957 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 6986 bytes .../__pycache__/setopt.cpython-310.pyc | Bin 0 -> 4719 bytes .../command/__pycache__/test.cpython-310.pyc | Bin 0 -> 8163 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 844 bytes .../__pycache__/upload_docs.cpython-310.pyc | Bin 0 -> 6213 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 242 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2354 +++++ .../setuptools/command/egg_info.py | 755 ++ .../setuptools/command/install.py | 132 + .../setuptools/command/install_egg_info.py | 82 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 69 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 196 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 751 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/dist.py | 1156 +++ .../site-packages/setuptools/errors.py | 40 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2966 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1127 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../tomli-2.0.1.dist-info/INSTALLER | 1 + .../tomli-2.0.1.dist-info/LICENSE | 21 + .../tomli-2.0.1.dist-info/METADATA | 206 + .../tomli-2.0.1.dist-info/RECORD | 14 + .../site-packages/tomli-2.0.1.dist-info/WHEEL | 4 + .../site-packages/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 369 bytes .../tomli/__pycache__/_parser.cpython-310.pyc | Bin 0 -> 17083 bytes .../tomli/__pycache__/_re.cpython-310.pyc | Bin 0 -> 2915 bytes .../tomli/__pycache__/_types.cpython-310.pyc | Bin 0 -> 339 bytes .../python3.10/site-packages/tomli/_parser.py | 691 ++ .../lib/python3.10/site-packages/tomli/_re.py | 107 + .../python3.10/site-packages/tomli/_types.py | 10 + .../python3.10/site-packages/tomli/py.typed | 1 + sdk/python/venv/lib64 | 1 + sdk/python/venv/pyvenv.cfg | 3 + 1525 files changed, 260126 insertions(+), 1949 deletions(-) create mode 100644 sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/override.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/REQUESTED create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/entry_points.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_importlib.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/env.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/_exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/_importlib.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/env.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/py.typed create mode 100644 sdk/python/venv/lib/python3.10/site-packages/build/util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/distutils-precedence.pth create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.APACHE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.BSD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_elffile.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/metadata.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_elffile.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/_tokenizer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/metadata.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/py.typed create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/build_env.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/configuration.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/main.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/index.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/link.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/auth.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/download.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/session.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distro.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/build.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/check.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/colors.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/bar.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/colors.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/counter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_lru_cache.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/tabulate.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/six.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pip/py.typed create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks-1.0.0.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/__pycache__/_compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/__pycache__/_impl.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_impl.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/REQUESTED create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/entry_points.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/top_level.txt create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/config.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/log.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_imp.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/archive_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/build_meta.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/cli-32.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/cli-64.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/cli.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/alias.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/build_clib.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/build_ext.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/build_py.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/develop.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/dist_info.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/easy_install.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/install.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/install_lib.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/py36compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/register.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/rotate.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/saveopts.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/sdist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/setopt.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/test.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/upload.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/config.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/dep_util.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/depends.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/dist.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/errors.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/extension.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/extern/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/glob.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/gui-32.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/gui-64.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/gui.exe create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/installer.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/launch.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/monkey.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/msvc.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/namespaces.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/package_index.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/py34compat.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/sandbox.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/script.tmpl create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/unicode_utils.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/version.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/wheel.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/setuptools/windows_support.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli-2.0.1.dist-info/INSTALLER create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli-2.0.1.dist-info/LICENSE create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli-2.0.1.dist-info/METADATA create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli-2.0.1.dist-info/RECORD create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli-2.0.1.dist-info/WHEEL create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/__init__.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/__pycache__/_types.cpython-310.pyc create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/_parser.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/_re.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/_types.py create mode 100644 sdk/python/venv/lib/python3.10/site-packages/tomli/py.typed create mode 120000 sdk/python/venv/lib64 create mode 100644 sdk/python/venv/pyvenv.cfg diff --git a/sdk/dotnet/Config/Config.cs b/sdk/dotnet/Config/Config.cs index 3f44e0d2..01c95d8f 100644 --- a/sdk/dotnet/Config/Config.cs +++ b/sdk/dotnet/Config/Config.cs @@ -8,7 +8,7 @@ namespace Pulumi.VSphere { public static class Config { - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "IDE1006", Justification = + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "IDE1006", Justification = "Double underscore prefix used to avoid conflicts with variable names.")] private sealed class __Value { diff --git a/sdk/dotnet/DatastoreCluster.cs b/sdk/dotnet/DatastoreCluster.cs index 4fcdd87f..5286484c 100644 --- a/sdk/dotnet/DatastoreCluster.cs +++ b/sdk/dotnet/DatastoreCluster.cs @@ -81,9 +81,7 @@ public partial class DatastoreCluster : global::Pulumi.CustomResource public Output SdrsEnabled { get; private set; } = null!; /// - /// The threshold, in GB, that storage - /// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - /// GB. + /// The free space threshold to use. /// When set to `utilization`, `drs_space_utilization_threshold` is used, and /// when set to `freeSpace`, `drs_free_space_threshold` is used. Default: /// `utilization`. @@ -100,8 +98,6 @@ public partial class DatastoreCluster : global::Pulumi.CustomResource /// /// The threshold, in - /// percent of used space, that storage DRS uses to make decisions to migrate VMs - /// out of a datastore. Default: `80` percent. /// percent, of difference between space utilization in datastores before storage /// DRS makes decisions to balance the space. Default: `5` percent. /// @@ -345,9 +341,7 @@ public InputMap SdrsAdvancedOptions public Input? SdrsEnabled { get; set; } /// - /// The threshold, in GB, that storage - /// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - /// GB. + /// The free space threshold to use. /// When set to `utilization`, `drs_space_utilization_threshold` is used, and /// when set to `freeSpace`, `drs_free_space_threshold` is used. Default: /// `utilization`. @@ -364,8 +358,6 @@ public InputMap SdrsAdvancedOptions /// /// The threshold, in - /// percent of used space, that storage DRS uses to make decisions to migrate VMs - /// out of a datastore. Default: `80` percent. /// percent, of difference between space utilization in datastores before storage /// DRS makes decisions to balance the space. Default: `5` percent. /// @@ -577,9 +569,7 @@ public InputMap SdrsAdvancedOptions public Input? SdrsEnabled { get; set; } /// - /// The threshold, in GB, that storage - /// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - /// GB. + /// The free space threshold to use. /// When set to `utilization`, `drs_space_utilization_threshold` is used, and /// when set to `freeSpace`, `drs_free_space_threshold` is used. Default: /// `utilization`. @@ -596,8 +586,6 @@ public InputMap SdrsAdvancedOptions /// /// The threshold, in - /// percent of used space, that storage DRS uses to make decisions to migrate VMs - /// out of a datastore. Default: `80` percent. /// percent, of difference between space utilization in datastores before storage /// DRS makes decisions to balance the space. Default: `5` percent. /// diff --git a/sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs b/sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs index 1a41c735..8e546983 100644 --- a/sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs +++ b/sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs @@ -19,9 +19,7 @@ public sealed class VirtualMachineCdromArgs : global::Pulumi.ResourceArgs public Input? ClientDevice { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -36,7 +34,7 @@ public sealed class VirtualMachineCdromArgs : global::Pulumi.ResourceArgs public Input? Key { get; set; } /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// diff --git a/sdk/dotnet/Inputs/VirtualMachineCdromGetArgs.cs b/sdk/dotnet/Inputs/VirtualMachineCdromGetArgs.cs index 2dc0ead1..fb6bf25b 100644 --- a/sdk/dotnet/Inputs/VirtualMachineCdromGetArgs.cs +++ b/sdk/dotnet/Inputs/VirtualMachineCdromGetArgs.cs @@ -19,9 +19,7 @@ public sealed class VirtualMachineCdromGetArgs : global::Pulumi.ResourceArgs public Input? ClientDevice { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -36,7 +34,7 @@ public sealed class VirtualMachineCdromGetArgs : global::Pulumi.ResourceArgs public Input? Key { get; set; } /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// diff --git a/sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs b/sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs index 81763b76..694f2af1 100644 --- a/sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs +++ b/sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs @@ -27,9 +27,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs public Input? ControllerType { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -99,7 +97,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs public Input Label { get; set; } = null!; /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// @@ -115,7 +113,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs public Input? Size { get; set; } /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// [Input("storagePolicyId")] public Input? StoragePolicyId { get; set; } diff --git a/sdk/dotnet/Inputs/VirtualMachineDiskGetArgs.cs b/sdk/dotnet/Inputs/VirtualMachineDiskGetArgs.cs index 9b504384..cb162fbf 100644 --- a/sdk/dotnet/Inputs/VirtualMachineDiskGetArgs.cs +++ b/sdk/dotnet/Inputs/VirtualMachineDiskGetArgs.cs @@ -27,9 +27,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs public Input? ControllerType { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -99,7 +97,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs public Input Label { get; set; } = null!; /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// @@ -115,7 +113,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs public Input? Size { get; set; } /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// [Input("storagePolicyId")] public Input? StoragePolicyId { get; set; } diff --git a/sdk/dotnet/Inputs/VnicIpv4Args.cs b/sdk/dotnet/Inputs/VnicIpv4Args.cs index b84bb26f..597a1b34 100644 --- a/sdk/dotnet/Inputs/VnicIpv4Args.cs +++ b/sdk/dotnet/Inputs/VnicIpv4Args.cs @@ -19,7 +19,7 @@ public sealed class VnicIpv4Args : global::Pulumi.ResourceArgs public Input? Dhcp { get; set; } /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// [Input("gw")] public Input? Gw { get; set; } diff --git a/sdk/dotnet/Inputs/VnicIpv4GetArgs.cs b/sdk/dotnet/Inputs/VnicIpv4GetArgs.cs index 976fe14f..9e987a76 100644 --- a/sdk/dotnet/Inputs/VnicIpv4GetArgs.cs +++ b/sdk/dotnet/Inputs/VnicIpv4GetArgs.cs @@ -19,7 +19,7 @@ public sealed class VnicIpv4GetArgs : global::Pulumi.ResourceArgs public Input? Dhcp { get; set; } /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// [Input("gw")] public Input? Gw { get; set; } diff --git a/sdk/dotnet/Inputs/VnicIpv6Args.cs b/sdk/dotnet/Inputs/VnicIpv6Args.cs index 2e0e8d32..349ecbaa 100644 --- a/sdk/dotnet/Inputs/VnicIpv6Args.cs +++ b/sdk/dotnet/Inputs/VnicIpv6Args.cs @@ -37,7 +37,7 @@ public InputList Addresses public Input? Dhcp { get; set; } /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// [Input("gw")] public Input? Gw { get; set; } diff --git a/sdk/dotnet/Inputs/VnicIpv6GetArgs.cs b/sdk/dotnet/Inputs/VnicIpv6GetArgs.cs index af0f754a..67bac855 100644 --- a/sdk/dotnet/Inputs/VnicIpv6GetArgs.cs +++ b/sdk/dotnet/Inputs/VnicIpv6GetArgs.cs @@ -37,7 +37,7 @@ public InputList Addresses public Input? Dhcp { get; set; } /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// [Input("gw")] public Input? Gw { get; set; } diff --git a/sdk/dotnet/Outputs/VirtualMachineCdrom.cs b/sdk/dotnet/Outputs/VirtualMachineCdrom.cs index e491cf74..d52b2901 100644 --- a/sdk/dotnet/Outputs/VirtualMachineCdrom.cs +++ b/sdk/dotnet/Outputs/VirtualMachineCdrom.cs @@ -18,9 +18,7 @@ public sealed class VirtualMachineCdrom /// public readonly bool? ClientDevice; /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// public readonly string? DatastoreId; public readonly string? DeviceAddress; @@ -29,7 +27,7 @@ public sealed class VirtualMachineCdrom /// public readonly int? Key; /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// diff --git a/sdk/dotnet/Outputs/VirtualMachineDisk.cs b/sdk/dotnet/Outputs/VirtualMachineDisk.cs index 659c57db..cbe8368c 100644 --- a/sdk/dotnet/Outputs/VirtualMachineDisk.cs +++ b/sdk/dotnet/Outputs/VirtualMachineDisk.cs @@ -24,9 +24,7 @@ public sealed class VirtualMachineDisk /// public readonly string? ControllerType; /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// public readonly string? DatastoreId; public readonly string? DeviceAddress; @@ -72,7 +70,7 @@ public sealed class VirtualMachineDisk public readonly int? Key; public readonly string Label; /// - /// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + /// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. /// /// > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . /// @@ -84,7 +82,7 @@ public sealed class VirtualMachineDisk /// public readonly int? Size; /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// public readonly string? StoragePolicyId; /// diff --git a/sdk/dotnet/Outputs/VnicIpv4.cs b/sdk/dotnet/Outputs/VnicIpv4.cs index e2d3e5b4..8e504b17 100644 --- a/sdk/dotnet/Outputs/VnicIpv4.cs +++ b/sdk/dotnet/Outputs/VnicIpv4.cs @@ -18,7 +18,7 @@ public sealed class VnicIpv4 /// public readonly bool? Dhcp; /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// public readonly string? Gw; /// diff --git a/sdk/dotnet/Outputs/VnicIpv6.cs b/sdk/dotnet/Outputs/VnicIpv6.cs index 1df65086..e3272e2c 100644 --- a/sdk/dotnet/Outputs/VnicIpv6.cs +++ b/sdk/dotnet/Outputs/VnicIpv6.cs @@ -26,7 +26,7 @@ public sealed class VnicIpv6 /// public readonly bool? Dhcp; /// - /// IP address of the default gateway, if DHCP is not set. + /// IP address of the default gateway, if DHCP or autoconfig is not set. /// public readonly string? Gw; diff --git a/sdk/dotnet/VirtualMachine.cs b/sdk/dotnet/VirtualMachine.cs index c78e2fd3..3ffce042 100644 --- a/sdk/dotnet/VirtualMachine.cs +++ b/sdk/dotnet/VirtualMachine.cs @@ -129,9 +129,7 @@ public partial class VirtualMachine : global::Pulumi.CustomResource public Output DatastoreClusterId { get; private set; } = null!; /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Output("datastoreId")] public Output DatastoreId { get; private set; } = null!; @@ -465,7 +463,7 @@ public partial class VirtualMachine : global::Pulumi.CustomResource public Output ShutdownWaitTimeout { get; private set; } = null!; /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// [Output("storagePolicyId")] public Output StoragePolicyId { get; private set; } = null!; @@ -731,9 +729,7 @@ public InputMap CustomAttributes public Input? DatastoreClusterId { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -1061,7 +1057,7 @@ public InputList PciDeviceIds public Input? ShutdownWaitTimeout { get; set; } /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// [Input("storagePolicyId")] public Input? StoragePolicyId { get; set; } @@ -1277,9 +1273,7 @@ public InputMap CustomAttributes public Input? DatastoreClusterId { get; set; } /// - /// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - /// - /// > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + /// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. /// [Input("datastoreId")] public Input? DatastoreId { get; set; } @@ -1649,7 +1643,7 @@ public InputList PciDeviceIds public Input? ShutdownWaitTimeout { get; set; } /// - /// The ID of the storage policy to assign to the home directory of a virtual machine. + /// The UUID of the storage policy to assign to the virtual disk. /// [Input("storagePolicyId")] public Input? StoragePolicyId { get; set; } diff --git a/sdk/go/vsphere/datastoreCluster.go b/sdk/go/vsphere/datastoreCluster.go index 4a705aa4..560d75c2 100644 --- a/sdk/go/vsphere/datastoreCluster.go +++ b/sdk/go/vsphere/datastoreCluster.go @@ -52,9 +52,7 @@ type DatastoreCluster struct { // Enable Storage DRS for this datastore cluster. // Default: `false`. SdrsEnabled pulumi.BoolPtrOutput `pulumi:"sdrsEnabled"` - // The threshold, in GB, that storage - // DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - // GB. + // The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -63,8 +61,6 @@ type DatastoreCluster struct { // freeSpace, drs_free_space_threshold is used. SdrsFreeSpaceThresholdMode pulumi.StringPtrOutput `pulumi:"sdrsFreeSpaceThresholdMode"` // The threshold, in - // percent of used space, that storage DRS uses to make decisions to migrate VMs - // out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. SdrsFreeSpaceUtilizationDifference pulumi.IntPtrOutput `pulumi:"sdrsFreeSpaceUtilizationDifference"` @@ -193,9 +189,7 @@ type datastoreClusterState struct { // Enable Storage DRS for this datastore cluster. // Default: `false`. SdrsEnabled *bool `pulumi:"sdrsEnabled"` - // The threshold, in GB, that storage - // DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - // GB. + // The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -204,8 +198,6 @@ type datastoreClusterState struct { // freeSpace, drs_free_space_threshold is used. SdrsFreeSpaceThresholdMode *string `pulumi:"sdrsFreeSpaceThresholdMode"` // The threshold, in - // percent of used space, that storage DRS uses to make decisions to migrate VMs - // out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. SdrsFreeSpaceUtilizationDifference *int `pulumi:"sdrsFreeSpaceUtilizationDifference"` @@ -302,9 +294,7 @@ type DatastoreClusterState struct { // Enable Storage DRS for this datastore cluster. // Default: `false`. SdrsEnabled pulumi.BoolPtrInput - // The threshold, in GB, that storage - // DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - // GB. + // The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -313,8 +303,6 @@ type DatastoreClusterState struct { // freeSpace, drs_free_space_threshold is used. SdrsFreeSpaceThresholdMode pulumi.StringPtrInput // The threshold, in - // percent of used space, that storage DRS uses to make decisions to migrate VMs - // out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. SdrsFreeSpaceUtilizationDifference pulumi.IntPtrInput @@ -415,9 +403,7 @@ type datastoreClusterArgs struct { // Enable Storage DRS for this datastore cluster. // Default: `false`. SdrsEnabled *bool `pulumi:"sdrsEnabled"` - // The threshold, in GB, that storage - // DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - // GB. + // The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -426,8 +412,6 @@ type datastoreClusterArgs struct { // freeSpace, drs_free_space_threshold is used. SdrsFreeSpaceThresholdMode *string `pulumi:"sdrsFreeSpaceThresholdMode"` // The threshold, in - // percent of used space, that storage DRS uses to make decisions to migrate VMs - // out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. SdrsFreeSpaceUtilizationDifference *int `pulumi:"sdrsFreeSpaceUtilizationDifference"` @@ -525,9 +509,7 @@ type DatastoreClusterArgs struct { // Enable Storage DRS for this datastore cluster. // Default: `false`. SdrsEnabled pulumi.BoolPtrInput - // The threshold, in GB, that storage - // DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - // GB. + // The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -536,8 +518,6 @@ type DatastoreClusterArgs struct { // freeSpace, drs_free_space_threshold is used. SdrsFreeSpaceThresholdMode pulumi.StringPtrInput // The threshold, in - // percent of used space, that storage DRS uses to make decisions to migrate VMs - // out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. SdrsFreeSpaceUtilizationDifference pulumi.IntPtrInput @@ -768,9 +748,7 @@ func (o DatastoreClusterOutput) SdrsEnabled() pulumi.BoolPtrOutput { return o.ApplyT(func(v *DatastoreCluster) pulumi.BoolPtrOutput { return v.SdrsEnabled }).(pulumi.BoolPtrOutput) } -// The threshold, in GB, that storage -// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` -// GB. +// The free space threshold to use. // When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and // when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: // `utilization`. @@ -785,8 +763,6 @@ func (o DatastoreClusterOutput) SdrsFreeSpaceThresholdMode() pulumi.StringPtrOut } // The threshold, in -// percent of used space, that storage DRS uses to make decisions to migrate VMs -// out of a datastore. Default: `80` percent. // percent, of difference between space utilization in datastores before storage // DRS makes decisions to balance the space. Default: `5` percent. func (o DatastoreClusterOutput) SdrsFreeSpaceUtilizationDifference() pulumi.IntPtrOutput { diff --git a/sdk/go/vsphere/pulumiTypes.go b/sdk/go/vsphere/pulumiTypes.go index eec739ef..351de32b 100644 --- a/sdk/go/vsphere/pulumiTypes.go +++ b/sdk/go/vsphere/pulumiTypes.go @@ -1587,14 +1587,12 @@ func (o HostPortGroupPortArrayOutput) Index(i pulumi.IntInput) HostPortGroupPort type VirtualMachineCdrom struct { // Indicates whether the device should be backed by remote client device. Conflicts with `datastoreId` and `path`. ClientDevice *bool `pulumi:"clientDevice"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId *string `pulumi:"datastoreId"` DeviceAddress *string `pulumi:"deviceAddress"` // The ID of the device within the virtual machine. Key *int `pulumi:"key"` - // When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + // The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -1616,14 +1614,12 @@ type VirtualMachineCdromInput interface { type VirtualMachineCdromArgs struct { // Indicates whether the device should be backed by remote client device. Conflicts with `datastoreId` and `path`. ClientDevice pulumi.BoolPtrInput `pulumi:"clientDevice"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId pulumi.StringPtrInput `pulumi:"datastoreId"` DeviceAddress pulumi.StringPtrInput `pulumi:"deviceAddress"` // The ID of the device within the virtual machine. Key pulumi.IntPtrInput `pulumi:"key"` - // When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + // The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -1705,9 +1701,7 @@ func (o VirtualMachineCdromOutput) ClientDevice() pulumi.BoolPtrOutput { return o.ApplyT(func(v VirtualMachineCdrom) *bool { return v.ClientDevice }).(pulumi.BoolPtrOutput) } -// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. -// -// > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. +// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. func (o VirtualMachineCdromOutput) DatastoreId() pulumi.StringPtrOutput { return o.ApplyT(func(v VirtualMachineCdrom) *string { return v.DatastoreId }).(pulumi.StringPtrOutput) } @@ -1721,7 +1715,7 @@ func (o VirtualMachineCdromOutput) Key() pulumi.IntPtrOutput { return o.ApplyT(func(v VirtualMachineCdrom) *int { return v.Key }).(pulumi.IntPtrOutput) } -// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. +// The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -2982,9 +2976,7 @@ type VirtualMachineDisk struct { Attach *bool `pulumi:"attach"` // The type of storage controller to attach the disk to. Can be `scsi`, `sata`, or `ide`. You must have the appropriate number of controllers enabled for the selected type. Default `scsi`. ControllerType *string `pulumi:"controllerType"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId *string `pulumi:"datastoreId"` DeviceAddress *string `pulumi:"deviceAddress"` // The mode of this this virtual disk for purposes of writes and snapshots. One of `append`, `independentNonpersistent`, `independentPersistent`, `nonpersistent`, `persistent`, or `undoable`. Default: `persistent`. For more information on these option, please refer to the [product documentation][vmware-docs-disk-mode]. @@ -3010,7 +3002,7 @@ type VirtualMachineDisk struct { // The ID of the device within the virtual machine. Key *int `pulumi:"key"` Label string `pulumi:"label"` - // When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + // The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -3018,7 +3010,7 @@ type VirtualMachineDisk struct { Path *string `pulumi:"path"` // The size of the disk, in GB. Must be a whole number. Size *int `pulumi:"size"` - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId *string `pulumi:"storagePolicyId"` // If `true`, the disk is thin provisioned, with space for the file being allocated on an as-needed basis. Cannot be set to `true` when `eagerlyScrub` is `true`. See the section on selecting a disk type for more information. Default: `true`. ThinProvisioned *bool `pulumi:"thinProvisioned"` @@ -3048,9 +3040,7 @@ type VirtualMachineDiskArgs struct { Attach pulumi.BoolPtrInput `pulumi:"attach"` // The type of storage controller to attach the disk to. Can be `scsi`, `sata`, or `ide`. You must have the appropriate number of controllers enabled for the selected type. Default `scsi`. ControllerType pulumi.StringPtrInput `pulumi:"controllerType"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId pulumi.StringPtrInput `pulumi:"datastoreId"` DeviceAddress pulumi.StringPtrInput `pulumi:"deviceAddress"` // The mode of this this virtual disk for purposes of writes and snapshots. One of `append`, `independentNonpersistent`, `independentPersistent`, `nonpersistent`, `persistent`, or `undoable`. Default: `persistent`. For more information on these option, please refer to the [product documentation][vmware-docs-disk-mode]. @@ -3076,7 +3066,7 @@ type VirtualMachineDiskArgs struct { // The ID of the device within the virtual machine. Key pulumi.IntPtrInput `pulumi:"key"` Label pulumi.StringInput `pulumi:"label"` - // When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + // The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -3084,7 +3074,7 @@ type VirtualMachineDiskArgs struct { Path pulumi.StringPtrInput `pulumi:"path"` // The size of the disk, in GB. Must be a whole number. Size pulumi.IntPtrInput `pulumi:"size"` - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId pulumi.StringPtrInput `pulumi:"storagePolicyId"` // If `true`, the disk is thin provisioned, with space for the file being allocated on an as-needed basis. Cannot be set to `true` when `eagerlyScrub` is `true`. See the section on selecting a disk type for more information. Default: `true`. ThinProvisioned pulumi.BoolPtrInput `pulumi:"thinProvisioned"` @@ -3177,9 +3167,7 @@ func (o VirtualMachineDiskOutput) ControllerType() pulumi.StringPtrOutput { return o.ApplyT(func(v VirtualMachineDisk) *string { return v.ControllerType }).(pulumi.StringPtrOutput) } -// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. -// -// > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. +// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. func (o VirtualMachineDiskOutput) DatastoreId() pulumi.StringPtrOutput { return o.ApplyT(func(v VirtualMachineDisk) *string { return v.DatastoreId }).(pulumi.StringPtrOutput) } @@ -3241,7 +3229,7 @@ func (o VirtualMachineDiskOutput) Label() pulumi.StringOutput { return o.ApplyT(func(v VirtualMachineDisk) string { return v.Label }).(pulumi.StringOutput) } -// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. +// The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. // // > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . // @@ -3255,7 +3243,7 @@ func (o VirtualMachineDiskOutput) Size() pulumi.IntPtrOutput { return o.ApplyT(func(v VirtualMachineDisk) *int { return v.Size }).(pulumi.IntPtrOutput) } -// The ID of the storage policy to assign to the home directory of a virtual machine. +// The UUID of the storage policy to assign to the virtual disk. func (o VirtualMachineDiskOutput) StoragePolicyId() pulumi.StringPtrOutput { return o.ApplyT(func(v VirtualMachineDisk) *string { return v.StoragePolicyId }).(pulumi.StringPtrOutput) } @@ -4090,7 +4078,7 @@ func (o VmStoragePolicyTagRuleArrayOutput) Index(i pulumi.IntInput) VmStoragePol type VnicIpv4 struct { // Use DHCP to configure the interface's IPv4 stack. Dhcp *bool `pulumi:"dhcp"` - // IP address of the default gateway, if DHCP is not set. + // IP address of the default gateway, if DHCP or autoconfig is not set. Gw *string `pulumi:"gw"` // Address of the interface, if DHCP is not set. Ip *string `pulumi:"ip"` @@ -4112,7 +4100,7 @@ type VnicIpv4Input interface { type VnicIpv4Args struct { // Use DHCP to configure the interface's IPv4 stack. Dhcp pulumi.BoolPtrInput `pulumi:"dhcp"` - // IP address of the default gateway, if DHCP is not set. + // IP address of the default gateway, if DHCP or autoconfig is not set. Gw pulumi.StringPtrInput `pulumi:"gw"` // Address of the interface, if DHCP is not set. Ip pulumi.StringPtrInput `pulumi:"ip"` @@ -4220,7 +4208,7 @@ func (o VnicIpv4Output) Dhcp() pulumi.BoolPtrOutput { return o.ApplyT(func(v VnicIpv4) *bool { return v.Dhcp }).(pulumi.BoolPtrOutput) } -// IP address of the default gateway, if DHCP is not set. +// IP address of the default gateway, if DHCP or autoconfig is not set. func (o VnicIpv4Output) Gw() pulumi.StringPtrOutput { return o.ApplyT(func(v VnicIpv4) *string { return v.Gw }).(pulumi.StringPtrOutput) } @@ -4275,7 +4263,7 @@ func (o VnicIpv4PtrOutput) Dhcp() pulumi.BoolPtrOutput { }).(pulumi.BoolPtrOutput) } -// IP address of the default gateway, if DHCP is not set. +// IP address of the default gateway, if DHCP or autoconfig is not set. func (o VnicIpv4PtrOutput) Gw() pulumi.StringPtrOutput { return o.ApplyT(func(v *VnicIpv4) *string { if v == nil { @@ -4312,7 +4300,7 @@ type VnicIpv6 struct { Autoconfig *bool `pulumi:"autoconfig"` // Use DHCP to configure the interface's IPv4 stack. Dhcp *bool `pulumi:"dhcp"` - // IP address of the default gateway, if DHCP is not set. + // IP address of the default gateway, if DHCP or autoconfig is not set. Gw *string `pulumi:"gw"` } @@ -4334,7 +4322,7 @@ type VnicIpv6Args struct { Autoconfig pulumi.BoolPtrInput `pulumi:"autoconfig"` // Use DHCP to configure the interface's IPv4 stack. Dhcp pulumi.BoolPtrInput `pulumi:"dhcp"` - // IP address of the default gateway, if DHCP is not set. + // IP address of the default gateway, if DHCP or autoconfig is not set. Gw pulumi.StringPtrInput `pulumi:"gw"` } @@ -4448,7 +4436,7 @@ func (o VnicIpv6Output) Dhcp() pulumi.BoolPtrOutput { return o.ApplyT(func(v VnicIpv6) *bool { return v.Dhcp }).(pulumi.BoolPtrOutput) } -// IP address of the default gateway, if DHCP is not set. +// IP address of the default gateway, if DHCP or autoconfig is not set. func (o VnicIpv6Output) Gw() pulumi.StringPtrOutput { return o.ApplyT(func(v VnicIpv6) *string { return v.Gw }).(pulumi.StringPtrOutput) } @@ -4513,7 +4501,7 @@ func (o VnicIpv6PtrOutput) Dhcp() pulumi.BoolPtrOutput { }).(pulumi.BoolPtrOutput) } -// IP address of the default gateway, if DHCP is not set. +// IP address of the default gateway, if DHCP or autoconfig is not set. func (o VnicIpv6PtrOutput) Gw() pulumi.StringPtrOutput { return o.ApplyT(func(v *VnicIpv6) *string { if v == nil { diff --git a/sdk/go/vsphere/virtualMachine.go b/sdk/go/vsphere/virtualMachine.go index 5db86f97..cbb9725b 100644 --- a/sdk/go/vsphere/virtualMachine.go +++ b/sdk/go/vsphere/virtualMachine.go @@ -60,9 +60,7 @@ type VirtualMachine struct { // // > **NOTE:** The `datastoreClusterId` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. DatastoreClusterId pulumi.StringPtrOutput `pulumi:"datastoreClusterId"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId pulumi.StringOutput `pulumi:"datastoreId"` // The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank. DefaultIpAddress pulumi.StringOutput `pulumi:"defaultIpAddress"` @@ -192,7 +190,7 @@ type VirtualMachine struct { ScsiType pulumi.StringPtrOutput `pulumi:"scsiType"` // The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `forcePowerOff` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. ShutdownWaitTimeout pulumi.IntPtrOutput `pulumi:"shutdownWaitTimeout"` - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId pulumi.StringOutput `pulumi:"storagePolicyId"` // The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. SwapPlacementPolicy pulumi.StringPtrOutput `pulumi:"swapPlacementPolicy"` @@ -305,9 +303,7 @@ type virtualMachineState struct { // // > **NOTE:** The `datastoreClusterId` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. DatastoreClusterId *string `pulumi:"datastoreClusterId"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId *string `pulumi:"datastoreId"` // The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank. DefaultIpAddress *string `pulumi:"defaultIpAddress"` @@ -437,7 +433,7 @@ type virtualMachineState struct { ScsiType *string `pulumi:"scsiType"` // The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `forcePowerOff` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. ShutdownWaitTimeout *int `pulumi:"shutdownWaitTimeout"` - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId *string `pulumi:"storagePolicyId"` // The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. SwapPlacementPolicy *string `pulumi:"swapPlacementPolicy"` @@ -518,9 +514,7 @@ type VirtualMachineState struct { // // > **NOTE:** The `datastoreClusterId` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. DatastoreClusterId pulumi.StringPtrInput - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId pulumi.StringPtrInput // The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank. DefaultIpAddress pulumi.StringPtrInput @@ -650,7 +644,7 @@ type VirtualMachineState struct { ScsiType pulumi.StringPtrInput // The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `forcePowerOff` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. ShutdownWaitTimeout pulumi.IntPtrInput - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId pulumi.StringPtrInput // The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. SwapPlacementPolicy pulumi.StringPtrInput @@ -733,9 +727,7 @@ type virtualMachineArgs struct { // // > **NOTE:** The `datastoreClusterId` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. DatastoreClusterId *string `pulumi:"datastoreClusterId"` - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId *string `pulumi:"datastoreId"` // A specification for a virtual disk device on the virtual machine. See disk options for more information. Disks []VirtualMachineDisk `pulumi:"disks"` @@ -853,7 +845,7 @@ type virtualMachineArgs struct { ScsiType *string `pulumi:"scsiType"` // The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `forcePowerOff` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. ShutdownWaitTimeout *int `pulumi:"shutdownWaitTimeout"` - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId *string `pulumi:"storagePolicyId"` // The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. SwapPlacementPolicy *string `pulumi:"swapPlacementPolicy"` @@ -925,9 +917,7 @@ type VirtualMachineArgs struct { // // > **NOTE:** The `datastoreClusterId` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. DatastoreClusterId pulumi.StringPtrInput - // The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - // - // > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + // The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. DatastoreId pulumi.StringPtrInput // A specification for a virtual disk device on the virtual machine. See disk options for more information. Disks VirtualMachineDiskArrayInput @@ -1045,7 +1035,7 @@ type VirtualMachineArgs struct { ScsiType pulumi.StringPtrInput // The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `forcePowerOff` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. ShutdownWaitTimeout pulumi.IntPtrInput - // The ID of the storage policy to assign to the home directory of a virtual machine. + // The UUID of the storage policy to assign to the virtual disk. StoragePolicyId pulumi.StringPtrInput // The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. SwapPlacementPolicy pulumi.StringPtrInput @@ -1282,9 +1272,7 @@ func (o VirtualMachineOutput) DatastoreClusterId() pulumi.StringPtrOutput { return o.ApplyT(func(v *VirtualMachine) pulumi.StringPtrOutput { return v.DatastoreClusterId }).(pulumi.StringPtrOutput) } -// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. -// -// > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. +// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. func (o VirtualMachineOutput) DatastoreId() pulumi.StringOutput { return o.ApplyT(func(v *VirtualMachine) pulumi.StringOutput { return v.DatastoreId }).(pulumi.StringOutput) } @@ -1566,7 +1554,7 @@ func (o VirtualMachineOutput) ShutdownWaitTimeout() pulumi.IntPtrOutput { return o.ApplyT(func(v *VirtualMachine) pulumi.IntPtrOutput { return v.ShutdownWaitTimeout }).(pulumi.IntPtrOutput) } -// The ID of the storage policy to assign to the home directory of a virtual machine. +// The UUID of the storage policy to assign to the virtual disk. func (o VirtualMachineOutput) StoragePolicyId() pulumi.StringOutput { return o.ApplyT(func(v *VirtualMachine) pulumi.StringOutput { return v.StoragePolicyId }).(pulumi.StringOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreCluster.java b/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreCluster.java index 8c828f89..e119f096 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreCluster.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreCluster.java @@ -173,9 +173,7 @@ public Output> sdrsEnabled() { return Codegen.optional(this.sdrsEnabled); } /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -185,9 +183,7 @@ public Output> sdrsEnabled() { private Output sdrsFreeSpaceThreshold; /** - * @return The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @return The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -214,8 +210,6 @@ public Output> sdrsFreeSpaceThresholdMode() { } /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -225,8 +219,6 @@ public Output> sdrsFreeSpaceThresholdMode() { /** * @return The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreClusterArgs.java b/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreClusterArgs.java index fdf591c4..0dec943a 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreClusterArgs.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/DatastoreClusterArgs.java @@ -180,9 +180,7 @@ public Optional> sdrsEnabled() { } /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -192,9 +190,7 @@ public Optional> sdrsEnabled() { private @Nullable Output sdrsFreeSpaceThreshold; /** - * @return The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @return The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -223,8 +219,6 @@ public Optional> sdrsFreeSpaceThresholdMode() { /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -234,8 +228,6 @@ public Optional> sdrsFreeSpaceThresholdMode() { /** * @return The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -763,9 +755,7 @@ public Builder sdrsEnabled(Boolean sdrsEnabled) { } /** - * @param sdrsFreeSpaceThreshold The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @param sdrsFreeSpaceThreshold The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -779,9 +769,7 @@ public Builder sdrsFreeSpaceThreshold(@Nullable Output sdrsFreeSpaceThr } /** - * @param sdrsFreeSpaceThreshold The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @param sdrsFreeSpaceThreshold The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -818,8 +806,6 @@ public Builder sdrsFreeSpaceThresholdMode(String sdrsFreeSpaceThresholdMode) { /** * @param sdrsFreeSpaceUtilizationDifference The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -833,8 +819,6 @@ public Builder sdrsFreeSpaceUtilizationDifference(@Nullable Output sdrs /** * @param sdrsFreeSpaceUtilizationDifference The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachine.java b/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachine.java index 8c9df190..ddb6e5d4 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachine.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachine.java @@ -295,18 +295,14 @@ public Output> datastoreClusterId() { return Codegen.optional(this.datastoreClusterId); } /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ @Export(name="datastoreId", type=String.class, parameters={}) private Output datastoreId; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Output datastoreId() { @@ -1069,14 +1065,14 @@ public Output> shutdownWaitTimeout() { return Codegen.optional(this.shutdownWaitTimeout); } /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. * */ @Export(name="storagePolicyId", type=String.class, parameters={}) private Output storagePolicyId; /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ public Output storagePolicyId() { diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachineArgs.java b/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachineArgs.java index 40a79d2b..c419efea 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachineArgs.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/VirtualMachineArgs.java @@ -297,18 +297,14 @@ public Optional> datastoreClusterId() { } /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ @Import(name="datastoreId") private @Nullable Output datastoreId; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional> datastoreId() { @@ -1032,14 +1028,14 @@ public Optional> shutdownWaitTimeout() { } /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. * */ @Import(name="storagePolicyId") private @Nullable Output storagePolicyId; /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ public Optional> storagePolicyId() { @@ -1696,9 +1692,7 @@ public Builder datastoreClusterId(String datastoreClusterId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -1709,9 +1703,7 @@ public Builder datastoreId(@Nullable Output datastoreId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -2743,7 +2735,7 @@ public Builder shutdownWaitTimeout(Integer shutdownWaitTimeout) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * @@ -2754,7 +2746,7 @@ public Builder storagePolicyId(@Nullable Output storagePolicyId) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/DatastoreClusterState.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/DatastoreClusterState.java index 18e7a494..957801dd 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/DatastoreClusterState.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/DatastoreClusterState.java @@ -180,9 +180,7 @@ public Optional> sdrsEnabled() { } /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -192,9 +190,7 @@ public Optional> sdrsEnabled() { private @Nullable Output sdrsFreeSpaceThreshold; /** - * @return The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @return The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -223,8 +219,6 @@ public Optional> sdrsFreeSpaceThresholdMode() { /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -234,8 +228,6 @@ public Optional> sdrsFreeSpaceThresholdMode() { /** * @return The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -763,9 +755,7 @@ public Builder sdrsEnabled(Boolean sdrsEnabled) { } /** - * @param sdrsFreeSpaceThreshold The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @param sdrsFreeSpaceThreshold The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -779,9 +769,7 @@ public Builder sdrsFreeSpaceThreshold(@Nullable Output sdrsFreeSpaceThr } /** - * @param sdrsFreeSpaceThreshold The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * @param sdrsFreeSpaceThreshold The free space threshold to use. * When set to `utilization`, `drs_space_utilization_threshold` is used, and * when set to `freeSpace`, `drs_free_space_threshold` is used. Default: * `utilization`. @@ -818,8 +806,6 @@ public Builder sdrsFreeSpaceThresholdMode(String sdrsFreeSpaceThresholdMode) { /** * @param sdrsFreeSpaceUtilizationDifference The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * @@ -833,8 +819,6 @@ public Builder sdrsFreeSpaceUtilizationDifference(@Nullable Output sdrs /** * @param sdrsFreeSpaceUtilizationDifference The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineCdromArgs.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineCdromArgs.java index ff6fb6a0..9b3eaca4 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineCdromArgs.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineCdromArgs.java @@ -33,18 +33,14 @@ public Optional> clientDevice() { } /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ @Import(name="datastoreId") private @Nullable Output datastoreId; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional> datastoreId() { @@ -74,7 +70,7 @@ public Optional> key() { } /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -85,7 +81,7 @@ public Optional> key() { private @Nullable Output path; /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -146,9 +142,7 @@ public Builder clientDevice(Boolean clientDevice) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -159,9 +153,7 @@ public Builder datastoreId(@Nullable Output datastoreId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -201,7 +193,7 @@ public Builder key(Integer key) { } /** - * @param path When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @param path The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -216,7 +208,7 @@ public Builder path(@Nullable Output path) { } /** - * @param path When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @param path The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineDiskArgs.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineDiskArgs.java index 896629b6..3fc6296b 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineDiskArgs.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineDiskArgs.java @@ -52,18 +52,14 @@ public Optional> controllerType() { } /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ @Import(name="datastoreId") private @Nullable Output datastoreId; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional> datastoreId() { @@ -228,7 +224,7 @@ public Output label() { } /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -239,7 +235,7 @@ public Output label() { private @Nullable Output path; /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -266,14 +262,14 @@ public Optional> size() { } /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. * */ @Import(name="storagePolicyId") private @Nullable Output storagePolicyId; /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ public Optional> storagePolicyId() { @@ -431,9 +427,7 @@ public Builder controllerType(String controllerType) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -444,9 +438,7 @@ public Builder datastoreId(@Nullable Output datastoreId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -671,7 +663,7 @@ public Builder label(String label) { } /** - * @param path When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @param path The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -686,7 +678,7 @@ public Builder path(@Nullable Output path) { } /** - * @param path When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @param path The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -721,7 +713,7 @@ public Builder size(Integer size) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * @@ -732,7 +724,7 @@ public Builder storagePolicyId(@Nullable Output storagePolicyId) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineState.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineState.java index f8802407..1046796f 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineState.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VirtualMachineState.java @@ -312,18 +312,14 @@ public Optional> datastoreClusterId() { } /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ @Import(name="datastoreId") private @Nullable Output datastoreId; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional> datastoreId() { @@ -1137,14 +1133,14 @@ public Optional> shutdownWaitTimeout() { } /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. * */ @Import(name="storagePolicyId") private @Nullable Output storagePolicyId; /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ public Optional> storagePolicyId() { @@ -1893,9 +1889,7 @@ public Builder datastoreClusterId(String datastoreClusterId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -1906,9 +1900,7 @@ public Builder datastoreId(@Nullable Output datastoreId) { } /** - * @param datastoreId The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @param datastoreId The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * * @return builder * @@ -3076,7 +3068,7 @@ public Builder shutdownWaitTimeout(Integer shutdownWaitTimeout) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * @@ -3087,7 +3079,7 @@ public Builder storagePolicyId(@Nullable Output storagePolicyId) { } /** - * @param storagePolicyId The ID of the storage policy to assign to the home directory of a virtual machine. + * @param storagePolicyId The UUID of the storage policy to assign to the virtual disk. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv4Args.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv4Args.java index 846919c6..8bf37f03 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv4Args.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv4Args.java @@ -32,14 +32,14 @@ public Optional> dhcp() { } /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. * */ @Import(name="gw") private @Nullable Output gw; /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ public Optional> gw() { @@ -125,7 +125,7 @@ public Builder dhcp(Boolean dhcp) { } /** - * @param gw IP address of the default gateway, if DHCP is not set. + * @param gw IP address of the default gateway, if DHCP or autoconfig is not set. * * @return builder * @@ -136,7 +136,7 @@ public Builder gw(@Nullable Output gw) { } /** - * @param gw IP address of the default gateway, if DHCP is not set. + * @param gw IP address of the default gateway, if DHCP or autoconfig is not set. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv6Args.java b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv6Args.java index c92fe625..a331d624 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv6Args.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/inputs/VnicIpv6Args.java @@ -63,14 +63,14 @@ public Optional> dhcp() { } /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. * */ @Import(name="gw") private @Nullable Output gw; /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ public Optional> gw() { @@ -178,7 +178,7 @@ public Builder dhcp(Boolean dhcp) { } /** - * @param gw IP address of the default gateway, if DHCP is not set. + * @param gw IP address of the default gateway, if DHCP or autoconfig is not set. * * @return builder * @@ -189,7 +189,7 @@ public Builder gw(@Nullable Output gw) { } /** - * @param gw IP address of the default gateway, if DHCP is not set. + * @param gw IP address of the default gateway, if DHCP or autoconfig is not set. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineCdrom.java b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineCdrom.java index 4744a0ac..d082ebcd 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineCdrom.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineCdrom.java @@ -19,9 +19,7 @@ public final class VirtualMachineCdrom { */ private @Nullable Boolean clientDevice; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ private @Nullable String datastoreId; @@ -32,7 +30,7 @@ public final class VirtualMachineCdrom { */ private @Nullable Integer key; /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -50,9 +48,7 @@ public Optional clientDevice() { return Optional.ofNullable(this.clientDevice); } /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional datastoreId() { @@ -69,7 +65,7 @@ public Optional key() { return Optional.ofNullable(this.key); } /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineDisk.java b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineDisk.java index aada38f6..416cc7ca 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineDisk.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VirtualMachineDisk.java @@ -26,9 +26,7 @@ public final class VirtualMachineDisk { */ private @Nullable String controllerType; /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ private @Nullable String datastoreId; @@ -84,7 +82,7 @@ public final class VirtualMachineDisk { private @Nullable Integer key; private String label; /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -98,7 +96,7 @@ public final class VirtualMachineDisk { */ private @Nullable Integer size; /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ private @Nullable String storagePolicyId; @@ -141,9 +139,7 @@ public Optional controllerType() { return Optional.ofNullable(this.controllerType); } /** - * @return The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + * @return The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. * */ public Optional datastoreId() { @@ -223,7 +219,7 @@ public String label() { return this.label; } /** - * @return When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * @return The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. * * > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -241,7 +237,7 @@ public Optional size() { return Optional.ofNullable(this.size); } /** - * @return The ID of the storage policy to assign to the home directory of a virtual machine. + * @return The UUID of the storage policy to assign to the virtual disk. * */ public Optional storagePolicyId() { diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv4.java b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv4.java index df6363d0..03bcf698 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv4.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv4.java @@ -18,7 +18,7 @@ public final class VnicIpv4 { */ private @Nullable Boolean dhcp; /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ private @Nullable String gw; @@ -42,7 +42,7 @@ public Optional dhcp() { return Optional.ofNullable(this.dhcp); } /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ public Optional gw() { diff --git a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv6.java b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv6.java index 80cf7855..a4b3a524 100644 --- a/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv6.java +++ b/sdk/java/src/main/java/com/pulumi/vsphere/outputs/VnicIpv6.java @@ -29,7 +29,7 @@ public final class VnicIpv6 { */ private @Nullable Boolean dhcp; /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ private @Nullable String gw; @@ -57,7 +57,7 @@ public Optional dhcp() { return Optional.ofNullable(this.dhcp); } /** - * @return IP address of the default gateway, if DHCP is not set. + * @return IP address of the default gateway, if DHCP or autoconfig is not set. * */ public Optional gw() { diff --git a/sdk/nodejs/datastoreCluster.ts b/sdk/nodejs/datastoreCluster.ts index 552358b2..1bd8eabe 100644 --- a/sdk/nodejs/datastoreCluster.ts +++ b/sdk/nodejs/datastoreCluster.ts @@ -85,9 +85,7 @@ export class DatastoreCluster extends pulumi.CustomResource { */ public readonly sdrsEnabled!: pulumi.Output; /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and * when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: * `utilization`. @@ -100,8 +98,6 @@ export class DatastoreCluster extends pulumi.CustomResource { public readonly sdrsFreeSpaceThresholdMode!: pulumi.Output; /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. */ @@ -320,9 +316,7 @@ export interface DatastoreClusterState { */ sdrsEnabled?: pulumi.Input; /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and * when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: * `utilization`. @@ -335,8 +329,6 @@ export interface DatastoreClusterState { sdrsFreeSpaceThresholdMode?: pulumi.Input; /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. */ @@ -482,9 +474,7 @@ export interface DatastoreClusterArgs { */ sdrsEnabled?: pulumi.Input; /** - * The threshold, in GB, that storage - * DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - * GB. + * The free space threshold to use. * When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and * when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default: * `utilization`. @@ -497,8 +487,6 @@ export interface DatastoreClusterArgs { sdrsFreeSpaceThresholdMode?: pulumi.Input; /** * The threshold, in - * percent of used space, that storage DRS uses to make decisions to migrate VMs - * out of a datastore. Default: `80` percent. * percent, of difference between space utilization in datastores before storage * DRS makes decisions to balance the space. Default: `5` percent. */ diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index 4f8577f0..e7354c12 100644 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -178,9 +178,7 @@ export interface VirtualMachineCdrom { */ clientDevice?: pulumi.Input; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId?: pulumi.Input; deviceAddress?: pulumi.Input; @@ -189,7 +187,7 @@ export interface VirtualMachineCdrom { */ key?: pulumi.Input; /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. * * > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -267,9 +265,7 @@ export interface VirtualMachineDisk { */ controllerType?: pulumi.Input; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId?: pulumi.Input; deviceAddress?: pulumi.Input; @@ -315,7 +311,7 @@ export interface VirtualMachineDisk { key?: pulumi.Input; label: pulumi.Input; /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. * * > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -327,7 +323,7 @@ export interface VirtualMachineDisk { */ size?: pulumi.Input; /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. */ storagePolicyId?: pulumi.Input; /** @@ -429,7 +425,7 @@ export interface VnicIpv4 { */ dhcp?: pulumi.Input; /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. */ gw?: pulumi.Input; /** @@ -456,7 +452,7 @@ export interface VnicIpv6 { */ dhcp?: pulumi.Input; /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. */ gw?: pulumi.Input; } diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index 82d182c8..bcd85691 100644 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -235,9 +235,7 @@ export interface VirtualMachineCdrom { */ clientDevice?: boolean; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId?: string; deviceAddress: string; @@ -246,7 +244,7 @@ export interface VirtualMachineCdrom { */ key: number; /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. * * > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -324,9 +322,7 @@ export interface VirtualMachineDisk { */ controllerType?: string; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId: string; deviceAddress: string; @@ -372,7 +368,7 @@ export interface VirtualMachineDisk { key: number; label: string; /** - * When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + * The path to the ISO file. Required for using a datastore ISO. Conflicts with `clientDevice`. * * > **NOTE:** Either `clientDevice` (for a remote backed CD-ROM) or `datastoreId` and `path` (for a datastore ISO backed CD-ROM) are required to . * @@ -384,7 +380,7 @@ export interface VirtualMachineDisk { */ size?: number; /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. */ storagePolicyId: string; /** @@ -486,7 +482,7 @@ export interface VnicIpv4 { */ dhcp?: boolean; /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. */ gw?: string; /** @@ -513,7 +509,7 @@ export interface VnicIpv6 { */ dhcp?: boolean; /** - * IP address of the default gateway, if DHCP is not set. + * IP address of the default gateway, if DHCP or autoconfig is not set. */ gw?: string; } diff --git a/sdk/nodejs/virtualMachine.ts b/sdk/nodejs/virtualMachine.ts index e9e3f009..ce82ed2d 100644 --- a/sdk/nodejs/virtualMachine.ts +++ b/sdk/nodejs/virtualMachine.ts @@ -115,9 +115,7 @@ export class VirtualMachine extends pulumi.CustomResource { */ public readonly datastoreClusterId!: pulumi.Output; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ public readonly datastoreId!: pulumi.Output; /** @@ -349,7 +347,7 @@ export class VirtualMachine extends pulumi.CustomResource { */ public readonly shutdownWaitTimeout!: pulumi.Output; /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. */ public readonly storagePolicyId!: pulumi.Output; /** @@ -694,9 +692,7 @@ export interface VirtualMachineState { */ datastoreClusterId?: pulumi.Input; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId?: pulumi.Input; /** @@ -928,7 +924,7 @@ export interface VirtualMachineState { */ shutdownWaitTimeout?: pulumi.Input; /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. */ storagePolicyId?: pulumi.Input; /** @@ -1076,9 +1072,7 @@ export interface VirtualMachineArgs { */ datastoreClusterId?: pulumi.Input; /** - * The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - * - * > **NOTE:** Datastores cannot be assigned to individual disks when `datastoreClusterId` is used. + * The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `clientDevice`. */ datastoreId?: pulumi.Input; /** @@ -1286,7 +1280,7 @@ export interface VirtualMachineArgs { */ shutdownWaitTimeout?: pulumi.Input; /** - * The ID of the storage policy to assign to the home directory of a virtual machine. + * The UUID of the storage policy to assign to the virtual disk. */ storagePolicyId?: pulumi.Input; /** diff --git a/sdk/python/pulumi_vsphere/_inputs.py b/sdk/python/pulumi_vsphere/_inputs.py index 6aa30f0e..2490c3d1 100644 --- a/sdk/python/pulumi_vsphere/_inputs.py +++ b/sdk/python/pulumi_vsphere/_inputs.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ @@ -72,10 +72,21 @@ def __init__(__self__, *, )]) ``` """ + ComputeClusterVsanDiskGroupArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + cache=cache, + storages=storages, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + cache: Optional[pulumi.Input[str]] = None, + storages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if cache is not None: - pulumi.set(__self__, "cache", cache) + _setter("cache", cache) if storages is not None: - pulumi.set(__self__, "storages", storages) + _setter("storages", storages) @property @pulumi.getter @@ -145,16 +156,33 @@ def __init__(__self__, *, :param pulumi.Input[bool] published: Publish the content library. Default `false`. :param pulumi.Input[str] username: Username used for authentication. """ + ContentLibraryPublicationArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + authentication_method=authentication_method, + password=password, + publish_url=publish_url, + published=published, + username=username, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + authentication_method: Optional[pulumi.Input[str]] = None, + password: Optional[pulumi.Input[str]] = None, + publish_url: Optional[pulumi.Input[str]] = None, + published: Optional[pulumi.Input[bool]] = None, + username: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if authentication_method is not None: - pulumi.set(__self__, "authentication_method", authentication_method) + _setter("authentication_method", authentication_method) if password is not None: - pulumi.set(__self__, "password", password) + _setter("password", password) if publish_url is not None: - pulumi.set(__self__, "publish_url", publish_url) + _setter("publish_url", publish_url) if published is not None: - pulumi.set(__self__, "published", published) + _setter("published", published) if username is not None: - pulumi.set(__self__, "username", username) + _setter("username", username) @property @pulumi.getter(name="authenticationMethod") @@ -234,18 +262,37 @@ def __init__(__self__, *, :param pulumi.Input[str] subscription_url: URL of the published content library. :param pulumi.Input[str] username: Username used for authentication. """ + ContentLibrarySubscriptionArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + authentication_method=authentication_method, + automatic_sync=automatic_sync, + on_demand=on_demand, + password=password, + subscription_url=subscription_url, + username=username, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + authentication_method: Optional[pulumi.Input[str]] = None, + automatic_sync: Optional[pulumi.Input[bool]] = None, + on_demand: Optional[pulumi.Input[bool]] = None, + password: Optional[pulumi.Input[str]] = None, + subscription_url: Optional[pulumi.Input[str]] = None, + username: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if authentication_method is not None: - pulumi.set(__self__, "authentication_method", authentication_method) + _setter("authentication_method", authentication_method) if automatic_sync is not None: - pulumi.set(__self__, "automatic_sync", automatic_sync) + _setter("automatic_sync", automatic_sync) if on_demand is not None: - pulumi.set(__self__, "on_demand", on_demand) + _setter("on_demand", on_demand) if password is not None: - pulumi.set(__self__, "password", password) + _setter("password", password) if subscription_url is not None: - pulumi.set(__self__, "subscription_url", subscription_url) + _setter("subscription_url", subscription_url) if username is not None: - pulumi.set(__self__, "username", username) + _setter("username", username) @property @pulumi.getter(name="authenticationMethod") @@ -325,8 +372,19 @@ class DistributedPortGroupVlanRangeArgs: def __init__(__self__, *, max_vlan: pulumi.Input[int], min_vlan: pulumi.Input[int]): - pulumi.set(__self__, "max_vlan", max_vlan) - pulumi.set(__self__, "min_vlan", min_vlan) + DistributedPortGroupVlanRangeArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + max_vlan=max_vlan, + min_vlan=min_vlan, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + max_vlan: pulumi.Input[int], + min_vlan: pulumi.Input[int], + opts: Optional[pulumi.ResourceOptions]=None): + _setter("max_vlan", max_vlan) + _setter("min_vlan", min_vlan) @property @pulumi.getter(name="maxVlan") @@ -358,9 +416,20 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] devices: The list of NIC devices to map to uplinks on the VDS, added in order they are specified. """ - pulumi.set(__self__, "host_system_id", host_system_id) + DistributedVirtualSwitchHostArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + host_system_id=host_system_id, + devices=devices, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + host_system_id: pulumi.Input[str], + devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("host_system_id", host_system_id) if devices is not None: - pulumi.set(__self__, "devices", devices) + _setter("devices", devices) @property @pulumi.getter(name="hostSystemId") @@ -403,9 +472,22 @@ def __init__(__self__, *, :param pulumi.Input[int] secondary_vlan_id: The secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property. """ - pulumi.set(__self__, "primary_vlan_id", primary_vlan_id) - pulumi.set(__self__, "pvlan_type", pvlan_type) - pulumi.set(__self__, "secondary_vlan_id", secondary_vlan_id) + DistributedVirtualSwitchPvlanMappingArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + primary_vlan_id=primary_vlan_id, + pvlan_type=pvlan_type, + secondary_vlan_id=secondary_vlan_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + primary_vlan_id: pulumi.Input[int], + pvlan_type: pulumi.Input[str], + secondary_vlan_id: pulumi.Input[int], + opts: Optional[pulumi.ResourceOptions]=None): + _setter("primary_vlan_id", primary_vlan_id) + _setter("pvlan_type", pvlan_type) + _setter("secondary_vlan_id", secondary_vlan_id) @property @pulumi.getter(name="primaryVlanId") @@ -452,8 +534,19 @@ class DistributedVirtualSwitchVlanRangeArgs: def __init__(__self__, *, max_vlan: pulumi.Input[int], min_vlan: pulumi.Input[int]): - pulumi.set(__self__, "max_vlan", max_vlan) - pulumi.set(__self__, "min_vlan", min_vlan) + DistributedVirtualSwitchVlanRangeArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + max_vlan=max_vlan, + min_vlan=min_vlan, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + max_vlan: pulumi.Input[int], + min_vlan: pulumi.Input[int], + opts: Optional[pulumi.ResourceOptions]=None): + _setter("max_vlan", max_vlan) + _setter("min_vlan", min_vlan) @property @pulumi.getter(name="maxVlan") @@ -487,10 +580,25 @@ def __init__(__self__, *, :param pulumi.Input[str] role_id: The role id of the role to be given to the user on the specified entity. :param pulumi.Input[str] user_or_group: The user/group getting the permission. """ - pulumi.set(__self__, "is_group", is_group) - pulumi.set(__self__, "propagate", propagate) - pulumi.set(__self__, "role_id", role_id) - pulumi.set(__self__, "user_or_group", user_or_group) + EntityPermissionsPermissionArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + is_group=is_group, + propagate=propagate, + role_id=role_id, + user_or_group=user_or_group, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + is_group: pulumi.Input[bool], + propagate: pulumi.Input[bool], + role_id: pulumi.Input[str], + user_or_group: pulumi.Input[str], + opts: Optional[pulumi.ResourceOptions]=None): + _setter("is_group", is_group) + _setter("propagate", propagate) + _setter("role_id", role_id) + _setter("user_or_group", user_or_group) @property @pulumi.getter(name="isGroup") @@ -550,12 +658,25 @@ def __init__(__self__, *, """ :param pulumi.Input[str] key: The key for this port group as returned from the vSphere API. """ + HostPortGroupPortArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + key=key, + mac_addresses=mac_addresses, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + key: Optional[pulumi.Input[str]] = None, + mac_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if mac_addresses is not None: - pulumi.set(__self__, "mac_addresses", mac_addresses) + _setter("mac_addresses", mac_addresses) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter @@ -598,26 +719,41 @@ def __init__(__self__, *, path: Optional[pulumi.Input[str]] = None): """ :param pulumi.Input[bool] client_device: Indicates whether the device should be backed by remote client device. Conflicts with `datastore_id` and `path`. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[int] key: The ID of the device within the virtual machine. - :param pulumi.Input[str] path: When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + :param pulumi.Input[str] path: The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . > **NOTE:** Some CD-ROM drive types are not supported by this resource, such as pass-through devices. If these drives are present in a cloned template, or added outside of the provider, the desired state will be corrected to the defined device, or removed if no `cdrom` block is present. """ + VirtualMachineCdromArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + client_device=client_device, + datastore_id=datastore_id, + device_address=device_address, + key=key, + path=path, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + client_device: Optional[pulumi.Input[bool]] = None, + datastore_id: Optional[pulumi.Input[str]] = None, + device_address: Optional[pulumi.Input[str]] = None, + key: Optional[pulumi.Input[int]] = None, + path: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if client_device is not None: - pulumi.set(__self__, "client_device", client_device) + _setter("client_device", client_device) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if path is not None: - pulumi.set(__self__, "path", path) + _setter("path", path) @property @pulumi.getter(name="clientDevice") @@ -635,9 +771,7 @@ def client_device(self, value: Optional[pulumi.Input[bool]]): @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[pulumi.Input[str]]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -670,7 +804,7 @@ def key(self, value: Optional[pulumi.Input[int]]): @pulumi.getter def path(self) -> Optional[pulumi.Input[str]]: """ - When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . @@ -692,17 +826,36 @@ def __init__(__self__, *, ovf_network_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, ovf_storage_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, timeout: Optional[pulumi.Input[int]] = None): - pulumi.set(__self__, "template_uuid", template_uuid) + VirtualMachineCloneArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + template_uuid=template_uuid, + customize=customize, + linked_clone=linked_clone, + ovf_network_map=ovf_network_map, + ovf_storage_map=ovf_storage_map, + timeout=timeout, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + template_uuid: pulumi.Input[str], + customize: Optional[pulumi.Input['VirtualMachineCloneCustomizeArgs']] = None, + linked_clone: Optional[pulumi.Input[bool]] = None, + ovf_network_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + ovf_storage_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + timeout: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("template_uuid", template_uuid) if customize is not None: - pulumi.set(__self__, "customize", customize) + _setter("customize", customize) if linked_clone is not None: - pulumi.set(__self__, "linked_clone", linked_clone) + _setter("linked_clone", linked_clone) if ovf_network_map is not None: - pulumi.set(__self__, "ovf_network_map", ovf_network_map) + _setter("ovf_network_map", ovf_network_map) if ovf_storage_map is not None: - pulumi.set(__self__, "ovf_storage_map", ovf_storage_map) + _setter("ovf_storage_map", ovf_storage_map) if timeout is not None: - pulumi.set(__self__, "timeout", timeout) + _setter("timeout", timeout) @property @pulumi.getter(name="templateUuid") @@ -774,24 +927,49 @@ def __init__(__self__, *, """ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineCloneCustomizeNetworkInterfaceArgs']]] network_interfaces: A specification for a virtual NIC on the virtual machine. See network interface options for more information. """ + VirtualMachineCloneCustomizeArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + dns_server_lists=dns_server_lists, + dns_suffix_lists=dns_suffix_lists, + ipv4_gateway=ipv4_gateway, + ipv6_gateway=ipv6_gateway, + linux_options=linux_options, + network_interfaces=network_interfaces, + timeout=timeout, + windows_options=windows_options, + windows_sysprep_text=windows_sysprep_text, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dns_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + dns_suffix_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ipv4_gateway: Optional[pulumi.Input[str]] = None, + ipv6_gateway: Optional[pulumi.Input[str]] = None, + linux_options: Optional[pulumi.Input['VirtualMachineCloneCustomizeLinuxOptionsArgs']] = None, + network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineCloneCustomizeNetworkInterfaceArgs']]]] = None, + timeout: Optional[pulumi.Input[int]] = None, + windows_options: Optional[pulumi.Input['VirtualMachineCloneCustomizeWindowsOptionsArgs']] = None, + windows_sysprep_text: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dns_server_lists is not None: - pulumi.set(__self__, "dns_server_lists", dns_server_lists) + _setter("dns_server_lists", dns_server_lists) if dns_suffix_lists is not None: - pulumi.set(__self__, "dns_suffix_lists", dns_suffix_lists) + _setter("dns_suffix_lists", dns_suffix_lists) if ipv4_gateway is not None: - pulumi.set(__self__, "ipv4_gateway", ipv4_gateway) + _setter("ipv4_gateway", ipv4_gateway) if ipv6_gateway is not None: - pulumi.set(__self__, "ipv6_gateway", ipv6_gateway) + _setter("ipv6_gateway", ipv6_gateway) if linux_options is not None: - pulumi.set(__self__, "linux_options", linux_options) + _setter("linux_options", linux_options) if network_interfaces is not None: - pulumi.set(__self__, "network_interfaces", network_interfaces) + _setter("network_interfaces", network_interfaces) if timeout is not None: - pulumi.set(__self__, "timeout", timeout) + _setter("timeout", timeout) if windows_options is not None: - pulumi.set(__self__, "windows_options", windows_options) + _setter("windows_options", windows_options) if windows_sysprep_text is not None: - pulumi.set(__self__, "windows_sysprep_text", windows_sysprep_text) + _setter("windows_sysprep_text", windows_sysprep_text) @property @pulumi.getter(name="dnsServerLists") @@ -886,14 +1064,31 @@ def __init__(__self__, *, hw_clock_utc: Optional[pulumi.Input[bool]] = None, script_text: Optional[pulumi.Input[str]] = None, time_zone: Optional[pulumi.Input[str]] = None): - pulumi.set(__self__, "domain", domain) - pulumi.set(__self__, "host_name", host_name) + VirtualMachineCloneCustomizeLinuxOptionsArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + domain=domain, + host_name=host_name, + hw_clock_utc=hw_clock_utc, + script_text=script_text, + time_zone=time_zone, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + domain: pulumi.Input[str], + host_name: pulumi.Input[str], + hw_clock_utc: Optional[pulumi.Input[bool]] = None, + script_text: Optional[pulumi.Input[str]] = None, + time_zone: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("domain", domain) + _setter("host_name", host_name) if hw_clock_utc is not None: - pulumi.set(__self__, "hw_clock_utc", hw_clock_utc) + _setter("hw_clock_utc", hw_clock_utc) if script_text is not None: - pulumi.set(__self__, "script_text", script_text) + _setter("script_text", script_text) if time_zone is not None: - pulumi.set(__self__, "time_zone", time_zone) + _setter("time_zone", time_zone) @property @pulumi.getter @@ -950,18 +1145,37 @@ def __init__(__self__, *, ipv4_netmask: Optional[pulumi.Input[int]] = None, ipv6_address: Optional[pulumi.Input[str]] = None, ipv6_netmask: Optional[pulumi.Input[int]] = None): + VirtualMachineCloneCustomizeNetworkInterfaceArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + dns_domain=dns_domain, + dns_server_lists=dns_server_lists, + ipv4_address=ipv4_address, + ipv4_netmask=ipv4_netmask, + ipv6_address=ipv6_address, + ipv6_netmask=ipv6_netmask, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dns_domain: Optional[pulumi.Input[str]] = None, + dns_server_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ipv4_address: Optional[pulumi.Input[str]] = None, + ipv4_netmask: Optional[pulumi.Input[int]] = None, + ipv6_address: Optional[pulumi.Input[str]] = None, + ipv6_netmask: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dns_domain is not None: - pulumi.set(__self__, "dns_domain", dns_domain) + _setter("dns_domain", dns_domain) if dns_server_lists is not None: - pulumi.set(__self__, "dns_server_lists", dns_server_lists) + _setter("dns_server_lists", dns_server_lists) if ipv4_address is not None: - pulumi.set(__self__, "ipv4_address", ipv4_address) + _setter("ipv4_address", ipv4_address) if ipv4_netmask is not None: - pulumi.set(__self__, "ipv4_netmask", ipv4_netmask) + _setter("ipv4_netmask", ipv4_netmask) if ipv6_address is not None: - pulumi.set(__self__, "ipv6_address", ipv6_address) + _setter("ipv6_address", ipv6_address) if ipv6_netmask is not None: - pulumi.set(__self__, "ipv6_netmask", ipv6_netmask) + _setter("ipv6_netmask", ipv6_netmask) @property @pulumi.getter(name="dnsDomain") @@ -1034,31 +1248,64 @@ def __init__(__self__, *, run_once_command_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, time_zone: Optional[pulumi.Input[int]] = None, workgroup: Optional[pulumi.Input[str]] = None): - pulumi.set(__self__, "computer_name", computer_name) + VirtualMachineCloneCustomizeWindowsOptionsArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + computer_name=computer_name, + admin_password=admin_password, + auto_logon=auto_logon, + auto_logon_count=auto_logon_count, + domain_admin_password=domain_admin_password, + domain_admin_user=domain_admin_user, + full_name=full_name, + join_domain=join_domain, + organization_name=organization_name, + product_key=product_key, + run_once_command_lists=run_once_command_lists, + time_zone=time_zone, + workgroup=workgroup, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + computer_name: pulumi.Input[str], + admin_password: Optional[pulumi.Input[str]] = None, + auto_logon: Optional[pulumi.Input[bool]] = None, + auto_logon_count: Optional[pulumi.Input[int]] = None, + domain_admin_password: Optional[pulumi.Input[str]] = None, + domain_admin_user: Optional[pulumi.Input[str]] = None, + full_name: Optional[pulumi.Input[str]] = None, + join_domain: Optional[pulumi.Input[str]] = None, + organization_name: Optional[pulumi.Input[str]] = None, + product_key: Optional[pulumi.Input[str]] = None, + run_once_command_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + time_zone: Optional[pulumi.Input[int]] = None, + workgroup: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("computer_name", computer_name) if admin_password is not None: - pulumi.set(__self__, "admin_password", admin_password) + _setter("admin_password", admin_password) if auto_logon is not None: - pulumi.set(__self__, "auto_logon", auto_logon) + _setter("auto_logon", auto_logon) if auto_logon_count is not None: - pulumi.set(__self__, "auto_logon_count", auto_logon_count) + _setter("auto_logon_count", auto_logon_count) if domain_admin_password is not None: - pulumi.set(__self__, "domain_admin_password", domain_admin_password) + _setter("domain_admin_password", domain_admin_password) if domain_admin_user is not None: - pulumi.set(__self__, "domain_admin_user", domain_admin_user) + _setter("domain_admin_user", domain_admin_user) if full_name is not None: - pulumi.set(__self__, "full_name", full_name) + _setter("full_name", full_name) if join_domain is not None: - pulumi.set(__self__, "join_domain", join_domain) + _setter("join_domain", join_domain) if organization_name is not None: - pulumi.set(__self__, "organization_name", organization_name) + _setter("organization_name", organization_name) if product_key is not None: - pulumi.set(__self__, "product_key", product_key) + _setter("product_key", product_key) if run_once_command_lists is not None: - pulumi.set(__self__, "run_once_command_lists", run_once_command_lists) + _setter("run_once_command_lists", run_once_command_lists) if time_zone is not None: - pulumi.set(__self__, "time_zone", time_zone) + _setter("time_zone", time_zone) if workgroup is not None: - pulumi.set(__self__, "workgroup", workgroup) + _setter("workgroup", workgroup) @property @pulumi.getter(name="computerName") @@ -1207,9 +1454,7 @@ def __init__(__self__, *, > **NOTE:** External disks cannot be attached when `datastore_cluster_id` is used. :param pulumi.Input[str] controller_type: The type of storage controller to attach the disk to. Can be `scsi`, `sata`, or `ide`. You must have the appropriate number of controllers enabled for the selected type. Default `scsi`. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[str] disk_mode: The mode of this this virtual disk for purposes of writes and snapshots. One of `append`, `independent_nonpersistent`, `independent_persistent`, `nonpersistent`, `persistent`, or `undoable`. Default: `persistent`. For more information on these option, please refer to the [product documentation][vmware-docs-disk-mode]. [vmware-docs-disk-mode]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.device.VirtualDiskOption.DiskMode.html @@ -1223,59 +1468,108 @@ def __init__(__self__, *, :param pulumi.Input[str] io_share_level: The share allocation level for the virtual disk. One of `low`, `normal`, `high`, or `custom`. Default: `normal`. :param pulumi.Input[bool] keep_on_remove: Keep this disk when removing the device or destroying the virtual machine. Default: `false`. :param pulumi.Input[int] key: The ID of the device within the virtual machine. - :param pulumi.Input[str] path: When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + :param pulumi.Input[str] path: The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . > **NOTE:** Some CD-ROM drive types are not supported by this resource, such as pass-through devices. If these drives are present in a cloned template, or added outside of the provider, the desired state will be corrected to the defined device, or removed if no `cdrom` block is present. :param pulumi.Input[int] size: The size of the disk, in GB. Must be a whole number. - :param pulumi.Input[str] storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param pulumi.Input[str] storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param pulumi.Input[bool] thin_provisioned: If `true`, the disk is thin provisioned, with space for the file being allocated on an as-needed basis. Cannot be set to `true` when `eagerly_scrub` is `true`. See the section on selecting a disk type for more information. Default: `true`. :param pulumi.Input[int] unit_number: The disk number on the storage bus. The maximum value for this setting is the value of the controller count times the controller capacity (15 for SCSI, 30 for SATA, and 2 for IDE). Duplicate unit numbers are not allowed. Default `0`, for which one disk must be set to. :param pulumi.Input[str] uuid: The UUID of the virtual disk VMDK file. This is used to track the virtual disk on the virtual machine. :param pulumi.Input[bool] write_through: If `true`, writes for this disk are sent directly to the filesystem immediately instead of being buffered. Default: `false`. """ - pulumi.set(__self__, "label", label) + VirtualMachineDiskArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + label=label, + attach=attach, + controller_type=controller_type, + datastore_id=datastore_id, + device_address=device_address, + disk_mode=disk_mode, + disk_sharing=disk_sharing, + eagerly_scrub=eagerly_scrub, + io_limit=io_limit, + io_reservation=io_reservation, + io_share_count=io_share_count, + io_share_level=io_share_level, + keep_on_remove=keep_on_remove, + key=key, + path=path, + size=size, + storage_policy_id=storage_policy_id, + thin_provisioned=thin_provisioned, + unit_number=unit_number, + uuid=uuid, + write_through=write_through, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + label: pulumi.Input[str], + attach: Optional[pulumi.Input[bool]] = None, + controller_type: Optional[pulumi.Input[str]] = None, + datastore_id: Optional[pulumi.Input[str]] = None, + device_address: Optional[pulumi.Input[str]] = None, + disk_mode: Optional[pulumi.Input[str]] = None, + disk_sharing: Optional[pulumi.Input[str]] = None, + eagerly_scrub: Optional[pulumi.Input[bool]] = None, + io_limit: Optional[pulumi.Input[int]] = None, + io_reservation: Optional[pulumi.Input[int]] = None, + io_share_count: Optional[pulumi.Input[int]] = None, + io_share_level: Optional[pulumi.Input[str]] = None, + keep_on_remove: Optional[pulumi.Input[bool]] = None, + key: Optional[pulumi.Input[int]] = None, + path: Optional[pulumi.Input[str]] = None, + size: Optional[pulumi.Input[int]] = None, + storage_policy_id: Optional[pulumi.Input[str]] = None, + thin_provisioned: Optional[pulumi.Input[bool]] = None, + unit_number: Optional[pulumi.Input[int]] = None, + uuid: Optional[pulumi.Input[str]] = None, + write_through: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("label", label) if attach is not None: - pulumi.set(__self__, "attach", attach) + _setter("attach", attach) if controller_type is not None: - pulumi.set(__self__, "controller_type", controller_type) + _setter("controller_type", controller_type) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if disk_mode is not None: - pulumi.set(__self__, "disk_mode", disk_mode) + _setter("disk_mode", disk_mode) if disk_sharing is not None: - pulumi.set(__self__, "disk_sharing", disk_sharing) + _setter("disk_sharing", disk_sharing) if eagerly_scrub is not None: - pulumi.set(__self__, "eagerly_scrub", eagerly_scrub) + _setter("eagerly_scrub", eagerly_scrub) if io_limit is not None: - pulumi.set(__self__, "io_limit", io_limit) + _setter("io_limit", io_limit) if io_reservation is not None: - pulumi.set(__self__, "io_reservation", io_reservation) + _setter("io_reservation", io_reservation) if io_share_count is not None: - pulumi.set(__self__, "io_share_count", io_share_count) + _setter("io_share_count", io_share_count) if io_share_level is not None: - pulumi.set(__self__, "io_share_level", io_share_level) + _setter("io_share_level", io_share_level) if keep_on_remove is not None: - pulumi.set(__self__, "keep_on_remove", keep_on_remove) + _setter("keep_on_remove", keep_on_remove) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if path is not None: - pulumi.set(__self__, "path", path) + _setter("path", path) if size is not None: - pulumi.set(__self__, "size", size) + _setter("size", size) if storage_policy_id is not None: - pulumi.set(__self__, "storage_policy_id", storage_policy_id) + _setter("storage_policy_id", storage_policy_id) if thin_provisioned is not None: - pulumi.set(__self__, "thin_provisioned", thin_provisioned) + _setter("thin_provisioned", thin_provisioned) if unit_number is not None: - pulumi.set(__self__, "unit_number", unit_number) + _setter("unit_number", unit_number) if uuid is not None: - pulumi.set(__self__, "uuid", uuid) + _setter("uuid", uuid) if write_through is not None: - pulumi.set(__self__, "write_through", write_through) + _setter("write_through", write_through) @property @pulumi.getter @@ -1316,9 +1610,7 @@ def controller_type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[pulumi.Input[str]]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -1451,7 +1743,7 @@ def key(self, value: Optional[pulumi.Input[int]]): @pulumi.getter def path(self) -> Optional[pulumi.Input[str]]: """ - When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . @@ -1479,7 +1771,7 @@ def size(self, value: Optional[pulumi.Input[int]]): @pulumi.getter(name="storagePolicyId") def storage_policy_id(self) -> Optional[pulumi.Input[str]]: """ - The ID of the storage policy to assign to the home directory of a virtual machine. + The UUID of the storage policy to assign to the virtual disk. """ return pulumi.get(self, "storage_policy_id") @@ -1562,27 +1854,56 @@ def __init__(__self__, *, :param pulumi.Input[str] ovf_mapping: Specifies which NIC in an OVF/OVA the `network_interface` should be associated. Only applies at creation when deploying from an OVF/OVA. :param pulumi.Input[bool] use_static_mac: If true, the `mac_address` field is treated as a static MAC address and set accordingly. Setting this to `true` requires `mac_address` to be set. Default: `false`. """ - pulumi.set(__self__, "network_id", network_id) + VirtualMachineNetworkInterfaceArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + network_id=network_id, + adapter_type=adapter_type, + bandwidth_limit=bandwidth_limit, + bandwidth_reservation=bandwidth_reservation, + bandwidth_share_count=bandwidth_share_count, + bandwidth_share_level=bandwidth_share_level, + device_address=device_address, + key=key, + mac_address=mac_address, + ovf_mapping=ovf_mapping, + use_static_mac=use_static_mac, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + network_id: pulumi.Input[str], + adapter_type: Optional[pulumi.Input[str]] = None, + bandwidth_limit: Optional[pulumi.Input[int]] = None, + bandwidth_reservation: Optional[pulumi.Input[int]] = None, + bandwidth_share_count: Optional[pulumi.Input[int]] = None, + bandwidth_share_level: Optional[pulumi.Input[str]] = None, + device_address: Optional[pulumi.Input[str]] = None, + key: Optional[pulumi.Input[int]] = None, + mac_address: Optional[pulumi.Input[str]] = None, + ovf_mapping: Optional[pulumi.Input[str]] = None, + use_static_mac: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("network_id", network_id) if adapter_type is not None: - pulumi.set(__self__, "adapter_type", adapter_type) + _setter("adapter_type", adapter_type) if bandwidth_limit is not None: - pulumi.set(__self__, "bandwidth_limit", bandwidth_limit) + _setter("bandwidth_limit", bandwidth_limit) if bandwidth_reservation is not None: - pulumi.set(__self__, "bandwidth_reservation", bandwidth_reservation) + _setter("bandwidth_reservation", bandwidth_reservation) if bandwidth_share_count is not None: - pulumi.set(__self__, "bandwidth_share_count", bandwidth_share_count) + _setter("bandwidth_share_count", bandwidth_share_count) if bandwidth_share_level is not None: - pulumi.set(__self__, "bandwidth_share_level", bandwidth_share_level) + _setter("bandwidth_share_level", bandwidth_share_level) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if mac_address is not None: - pulumi.set(__self__, "mac_address", mac_address) + _setter("mac_address", mac_address) if ovf_mapping is not None: - pulumi.set(__self__, "ovf_mapping", ovf_mapping) + _setter("ovf_mapping", ovf_mapping) if use_static_mac is not None: - pulumi.set(__self__, "use_static_mac", use_static_mac) + _setter("use_static_mac", use_static_mac) @property @pulumi.getter(name="networkId") @@ -1726,24 +2047,49 @@ def __init__(__self__, *, local_ovf_path: Optional[pulumi.Input[str]] = None, ovf_network_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, remote_ovf_url: Optional[pulumi.Input[str]] = None): + VirtualMachineOvfDeployArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + allow_unverified_ssl_cert=allow_unverified_ssl_cert, + deployment_option=deployment_option, + disk_provisioning=disk_provisioning, + enable_hidden_properties=enable_hidden_properties, + ip_allocation_policy=ip_allocation_policy, + ip_protocol=ip_protocol, + local_ovf_path=local_ovf_path, + ovf_network_map=ovf_network_map, + remote_ovf_url=remote_ovf_url, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + allow_unverified_ssl_cert: Optional[pulumi.Input[bool]] = None, + deployment_option: Optional[pulumi.Input[str]] = None, + disk_provisioning: Optional[pulumi.Input[str]] = None, + enable_hidden_properties: Optional[pulumi.Input[bool]] = None, + ip_allocation_policy: Optional[pulumi.Input[str]] = None, + ip_protocol: Optional[pulumi.Input[str]] = None, + local_ovf_path: Optional[pulumi.Input[str]] = None, + ovf_network_map: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + remote_ovf_url: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if allow_unverified_ssl_cert is not None: - pulumi.set(__self__, "allow_unverified_ssl_cert", allow_unverified_ssl_cert) + _setter("allow_unverified_ssl_cert", allow_unverified_ssl_cert) if deployment_option is not None: - pulumi.set(__self__, "deployment_option", deployment_option) + _setter("deployment_option", deployment_option) if disk_provisioning is not None: - pulumi.set(__self__, "disk_provisioning", disk_provisioning) + _setter("disk_provisioning", disk_provisioning) if enable_hidden_properties is not None: - pulumi.set(__self__, "enable_hidden_properties", enable_hidden_properties) + _setter("enable_hidden_properties", enable_hidden_properties) if ip_allocation_policy is not None: - pulumi.set(__self__, "ip_allocation_policy", ip_allocation_policy) + _setter("ip_allocation_policy", ip_allocation_policy) if ip_protocol is not None: - pulumi.set(__self__, "ip_protocol", ip_protocol) + _setter("ip_protocol", ip_protocol) if local_ovf_path is not None: - pulumi.set(__self__, "local_ovf_path", local_ovf_path) + _setter("local_ovf_path", local_ovf_path) if ovf_network_map is not None: - pulumi.set(__self__, "ovf_network_map", ovf_network_map) + _setter("ovf_network_map", ovf_network_map) if remote_ovf_url is not None: - pulumi.set(__self__, "remote_ovf_url", remote_ovf_url) + _setter("remote_ovf_url", remote_ovf_url) @property @pulumi.getter(name="allowUnverifiedSslCert") @@ -1831,8 +2177,17 @@ def remote_ovf_url(self, value: Optional[pulumi.Input[str]]): class VirtualMachineVappArgs: def __init__(__self__, *, properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None): + VirtualMachineVappArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + properties=properties, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if properties is not None: - pulumi.set(__self__, "properties", properties) + _setter("properties", properties) @property @pulumi.getter @@ -1855,10 +2210,23 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: List of Name of tags to select from the given category. :param pulumi.Input[bool] include_datastores_with_tags: Include datastores with the given tags or exclude. Default `true`. """ - pulumi.set(__self__, "tag_category", tag_category) - pulumi.set(__self__, "tags", tags) + VmStoragePolicyTagRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + tag_category=tag_category, + tags=tags, + include_datastores_with_tags=include_datastores_with_tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + tag_category: pulumi.Input[str], + tags: pulumi.Input[Sequence[pulumi.Input[str]]], + include_datastores_with_tags: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("tag_category", tag_category) + _setter("tags", tags) if include_datastores_with_tags is not None: - pulumi.set(__self__, "include_datastores_with_tags", include_datastores_with_tags) + _setter("include_datastores_with_tags", include_datastores_with_tags) @property @pulumi.getter(name="tagCategory") @@ -1906,18 +2274,33 @@ def __init__(__self__, *, netmask: Optional[pulumi.Input[str]] = None): """ :param pulumi.Input[bool] dhcp: Use DHCP to configure the interface's IPv4 stack. - :param pulumi.Input[str] gw: IP address of the default gateway, if DHCP is not set. + :param pulumi.Input[str] gw: IP address of the default gateway, if DHCP or autoconfig is not set. :param pulumi.Input[str] ip: Address of the interface, if DHCP is not set. :param pulumi.Input[str] netmask: Netmask of the interface, if DHCP is not set. """ + VnicIpv4Args._configure( + lambda key, value: pulumi.set(__self__, key, value), + dhcp=dhcp, + gw=gw, + ip=ip, + netmask=netmask, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dhcp: Optional[pulumi.Input[bool]] = None, + gw: Optional[pulumi.Input[str]] = None, + ip: Optional[pulumi.Input[str]] = None, + netmask: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dhcp is not None: - pulumi.set(__self__, "dhcp", dhcp) + _setter("dhcp", dhcp) if gw is not None: - pulumi.set(__self__, "gw", gw) + _setter("gw", gw) if ip is not None: - pulumi.set(__self__, "ip", ip) + _setter("ip", ip) if netmask is not None: - pulumi.set(__self__, "netmask", netmask) + _setter("netmask", netmask) @property @pulumi.getter @@ -1935,7 +2318,7 @@ def dhcp(self, value: Optional[pulumi.Input[bool]]): @pulumi.getter def gw(self) -> Optional[pulumi.Input[str]]: """ - IP address of the default gateway, if DHCP is not set. + IP address of the default gateway, if DHCP or autoconfig is not set. """ return pulumi.get(self, "gw") @@ -1979,16 +2362,31 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: List of IPv6 addresses :param pulumi.Input[bool] autoconfig: Use IPv6 Autoconfiguration (RFC2462). :param pulumi.Input[bool] dhcp: Use DHCP to configure the interface's IPv4 stack. - :param pulumi.Input[str] gw: IP address of the default gateway, if DHCP is not set. - """ + :param pulumi.Input[str] gw: IP address of the default gateway, if DHCP or autoconfig is not set. + """ + VnicIpv6Args._configure( + lambda key, value: pulumi.set(__self__, key, value), + addresses=addresses, + autoconfig=autoconfig, + dhcp=dhcp, + gw=gw, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + autoconfig: Optional[pulumi.Input[bool]] = None, + dhcp: Optional[pulumi.Input[bool]] = None, + gw: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if addresses is not None: - pulumi.set(__self__, "addresses", addresses) + _setter("addresses", addresses) if autoconfig is not None: - pulumi.set(__self__, "autoconfig", autoconfig) + _setter("autoconfig", autoconfig) if dhcp is not None: - pulumi.set(__self__, "dhcp", dhcp) + _setter("dhcp", dhcp) if gw is not None: - pulumi.set(__self__, "gw", gw) + _setter("gw", gw) @property @pulumi.getter @@ -2030,7 +2428,7 @@ def dhcp(self, value: Optional[pulumi.Input[bool]]): @pulumi.getter def gw(self) -> Optional[pulumi.Input[str]]: """ - IP address of the default gateway, if DHCP is not set. + IP address of the default gateway, if DHCP or autoconfig is not set. """ return pulumi.get(self, "gw") @@ -2043,8 +2441,17 @@ def gw(self, value: Optional[pulumi.Input[str]]): class GetVirtualMachineVappArgs: def __init__(__self__, *, properties: Optional[Mapping[str, str]] = None): + GetVirtualMachineVappArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + properties=properties, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + properties: Optional[Mapping[str, str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if properties is not None: - pulumi.set(__self__, "properties", properties) + _setter("properties", properties) @property @pulumi.getter diff --git a/sdk/python/pulumi_vsphere/compute_cluster.py b/sdk/python/pulumi_vsphere/compute_cluster.py index e0551fd9..5aa59a46 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster.py +++ b/sdk/python/pulumi_vsphere/compute_cluster.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -306,135 +306,272 @@ def __init__(__self__, *, :param pulumi.Input[bool] vsan_verbose_mode_enabled: Enables verbose mode for vSAN performance service on the cluster. """ - pulumi.set(__self__, "datacenter_id", datacenter_id) + ComputeClusterArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datacenter_id=datacenter_id, + custom_attributes=custom_attributes, + dpm_automation_level=dpm_automation_level, + dpm_enabled=dpm_enabled, + dpm_threshold=dpm_threshold, + drs_advanced_options=drs_advanced_options, + drs_automation_level=drs_automation_level, + drs_enable_predictive_drs=drs_enable_predictive_drs, + drs_enable_vm_overrides=drs_enable_vm_overrides, + drs_enabled=drs_enabled, + drs_migration_threshold=drs_migration_threshold, + drs_scale_descendants_shares=drs_scale_descendants_shares, + folder=folder, + force_evacuate_on_destroy=force_evacuate_on_destroy, + ha_admission_control_failover_host_system_ids=ha_admission_control_failover_host_system_ids, + ha_admission_control_host_failure_tolerance=ha_admission_control_host_failure_tolerance, + ha_admission_control_performance_tolerance=ha_admission_control_performance_tolerance, + ha_admission_control_policy=ha_admission_control_policy, + ha_admission_control_resource_percentage_auto_compute=ha_admission_control_resource_percentage_auto_compute, + ha_admission_control_resource_percentage_cpu=ha_admission_control_resource_percentage_cpu, + ha_admission_control_resource_percentage_memory=ha_admission_control_resource_percentage_memory, + ha_admission_control_slot_policy_explicit_cpu=ha_admission_control_slot_policy_explicit_cpu, + ha_admission_control_slot_policy_explicit_memory=ha_admission_control_slot_policy_explicit_memory, + ha_admission_control_slot_policy_use_explicit_size=ha_admission_control_slot_policy_use_explicit_size, + ha_advanced_options=ha_advanced_options, + ha_datastore_apd_recovery_action=ha_datastore_apd_recovery_action, + ha_datastore_apd_response=ha_datastore_apd_response, + ha_datastore_apd_response_delay=ha_datastore_apd_response_delay, + ha_datastore_pdl_response=ha_datastore_pdl_response, + ha_enabled=ha_enabled, + ha_heartbeat_datastore_ids=ha_heartbeat_datastore_ids, + ha_heartbeat_datastore_policy=ha_heartbeat_datastore_policy, + ha_host_isolation_response=ha_host_isolation_response, + ha_host_monitoring=ha_host_monitoring, + ha_vm_component_protection=ha_vm_component_protection, + ha_vm_dependency_restart_condition=ha_vm_dependency_restart_condition, + ha_vm_failure_interval=ha_vm_failure_interval, + ha_vm_maximum_failure_window=ha_vm_maximum_failure_window, + ha_vm_maximum_resets=ha_vm_maximum_resets, + ha_vm_minimum_uptime=ha_vm_minimum_uptime, + ha_vm_monitoring=ha_vm_monitoring, + ha_vm_restart_additional_delay=ha_vm_restart_additional_delay, + ha_vm_restart_priority=ha_vm_restart_priority, + ha_vm_restart_timeout=ha_vm_restart_timeout, + host_cluster_exit_timeout=host_cluster_exit_timeout, + host_managed=host_managed, + host_system_ids=host_system_ids, + name=name, + proactive_ha_automation_level=proactive_ha_automation_level, + proactive_ha_enabled=proactive_ha_enabled, + proactive_ha_moderate_remediation=proactive_ha_moderate_remediation, + proactive_ha_provider_ids=proactive_ha_provider_ids, + proactive_ha_severe_remediation=proactive_ha_severe_remediation, + tags=tags, + vsan_compression_enabled=vsan_compression_enabled, + vsan_dedup_enabled=vsan_dedup_enabled, + vsan_disk_groups=vsan_disk_groups, + vsan_dit_encryption_enabled=vsan_dit_encryption_enabled, + vsan_dit_rekey_interval=vsan_dit_rekey_interval, + vsan_enabled=vsan_enabled, + vsan_network_diagnostic_mode_enabled=vsan_network_diagnostic_mode_enabled, + vsan_performance_enabled=vsan_performance_enabled, + vsan_remote_datastore_ids=vsan_remote_datastore_ids, + vsan_unmap_enabled=vsan_unmap_enabled, + vsan_verbose_mode_enabled=vsan_verbose_mode_enabled, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datacenter_id: pulumi.Input[str], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + dpm_automation_level: Optional[pulumi.Input[str]] = None, + dpm_enabled: Optional[pulumi.Input[bool]] = None, + dpm_threshold: Optional[pulumi.Input[int]] = None, + drs_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + drs_automation_level: Optional[pulumi.Input[str]] = None, + drs_enable_predictive_drs: Optional[pulumi.Input[bool]] = None, + drs_enable_vm_overrides: Optional[pulumi.Input[bool]] = None, + drs_enabled: Optional[pulumi.Input[bool]] = None, + drs_migration_threshold: Optional[pulumi.Input[int]] = None, + drs_scale_descendants_shares: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + force_evacuate_on_destroy: Optional[pulumi.Input[bool]] = None, + ha_admission_control_failover_host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ha_admission_control_host_failure_tolerance: Optional[pulumi.Input[int]] = None, + ha_admission_control_performance_tolerance: Optional[pulumi.Input[int]] = None, + ha_admission_control_policy: Optional[pulumi.Input[str]] = None, + ha_admission_control_resource_percentage_auto_compute: Optional[pulumi.Input[bool]] = None, + ha_admission_control_resource_percentage_cpu: Optional[pulumi.Input[int]] = None, + ha_admission_control_resource_percentage_memory: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_explicit_cpu: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_explicit_memory: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_use_explicit_size: Optional[pulumi.Input[bool]] = None, + ha_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + ha_datastore_apd_recovery_action: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response_delay: Optional[pulumi.Input[int]] = None, + ha_datastore_pdl_response: Optional[pulumi.Input[str]] = None, + ha_enabled: Optional[pulumi.Input[bool]] = None, + ha_heartbeat_datastore_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ha_heartbeat_datastore_policy: Optional[pulumi.Input[str]] = None, + ha_host_isolation_response: Optional[pulumi.Input[str]] = None, + ha_host_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_component_protection: Optional[pulumi.Input[str]] = None, + ha_vm_dependency_restart_condition: Optional[pulumi.Input[str]] = None, + ha_vm_failure_interval: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_failure_window: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_resets: Optional[pulumi.Input[int]] = None, + ha_vm_minimum_uptime: Optional[pulumi.Input[int]] = None, + ha_vm_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_restart_additional_delay: Optional[pulumi.Input[int]] = None, + ha_vm_restart_priority: Optional[pulumi.Input[str]] = None, + ha_vm_restart_timeout: Optional[pulumi.Input[int]] = None, + host_cluster_exit_timeout: Optional[pulumi.Input[int]] = None, + host_managed: Optional[pulumi.Input[bool]] = None, + host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + proactive_ha_automation_level: Optional[pulumi.Input[str]] = None, + proactive_ha_enabled: Optional[pulumi.Input[bool]] = None, + proactive_ha_moderate_remediation: Optional[pulumi.Input[str]] = None, + proactive_ha_provider_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + proactive_ha_severe_remediation: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vsan_compression_enabled: Optional[pulumi.Input[bool]] = None, + vsan_dedup_enabled: Optional[pulumi.Input[bool]] = None, + vsan_disk_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ComputeClusterVsanDiskGroupArgs']]]] = None, + vsan_dit_encryption_enabled: Optional[pulumi.Input[bool]] = None, + vsan_dit_rekey_interval: Optional[pulumi.Input[int]] = None, + vsan_enabled: Optional[pulumi.Input[bool]] = None, + vsan_network_diagnostic_mode_enabled: Optional[pulumi.Input[bool]] = None, + vsan_performance_enabled: Optional[pulumi.Input[bool]] = None, + vsan_remote_datastore_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vsan_unmap_enabled: Optional[pulumi.Input[bool]] = None, + vsan_verbose_mode_enabled: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datacenter_id", datacenter_id) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if dpm_automation_level is not None: - pulumi.set(__self__, "dpm_automation_level", dpm_automation_level) + _setter("dpm_automation_level", dpm_automation_level) if dpm_enabled is not None: - pulumi.set(__self__, "dpm_enabled", dpm_enabled) + _setter("dpm_enabled", dpm_enabled) if dpm_threshold is not None: - pulumi.set(__self__, "dpm_threshold", dpm_threshold) + _setter("dpm_threshold", dpm_threshold) if drs_advanced_options is not None: - pulumi.set(__self__, "drs_advanced_options", drs_advanced_options) + _setter("drs_advanced_options", drs_advanced_options) if drs_automation_level is not None: - pulumi.set(__self__, "drs_automation_level", drs_automation_level) + _setter("drs_automation_level", drs_automation_level) if drs_enable_predictive_drs is not None: - pulumi.set(__self__, "drs_enable_predictive_drs", drs_enable_predictive_drs) + _setter("drs_enable_predictive_drs", drs_enable_predictive_drs) if drs_enable_vm_overrides is not None: - pulumi.set(__self__, "drs_enable_vm_overrides", drs_enable_vm_overrides) + _setter("drs_enable_vm_overrides", drs_enable_vm_overrides) if drs_enabled is not None: - pulumi.set(__self__, "drs_enabled", drs_enabled) + _setter("drs_enabled", drs_enabled) if drs_migration_threshold is not None: - pulumi.set(__self__, "drs_migration_threshold", drs_migration_threshold) + _setter("drs_migration_threshold", drs_migration_threshold) if drs_scale_descendants_shares is not None: - pulumi.set(__self__, "drs_scale_descendants_shares", drs_scale_descendants_shares) + _setter("drs_scale_descendants_shares", drs_scale_descendants_shares) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if force_evacuate_on_destroy is not None: - pulumi.set(__self__, "force_evacuate_on_destroy", force_evacuate_on_destroy) + _setter("force_evacuate_on_destroy", force_evacuate_on_destroy) if ha_admission_control_failover_host_system_ids is not None: - pulumi.set(__self__, "ha_admission_control_failover_host_system_ids", ha_admission_control_failover_host_system_ids) + _setter("ha_admission_control_failover_host_system_ids", ha_admission_control_failover_host_system_ids) if ha_admission_control_host_failure_tolerance is not None: - pulumi.set(__self__, "ha_admission_control_host_failure_tolerance", ha_admission_control_host_failure_tolerance) + _setter("ha_admission_control_host_failure_tolerance", ha_admission_control_host_failure_tolerance) if ha_admission_control_performance_tolerance is not None: - pulumi.set(__self__, "ha_admission_control_performance_tolerance", ha_admission_control_performance_tolerance) + _setter("ha_admission_control_performance_tolerance", ha_admission_control_performance_tolerance) if ha_admission_control_policy is not None: - pulumi.set(__self__, "ha_admission_control_policy", ha_admission_control_policy) + _setter("ha_admission_control_policy", ha_admission_control_policy) if ha_admission_control_resource_percentage_auto_compute is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_auto_compute", ha_admission_control_resource_percentage_auto_compute) + _setter("ha_admission_control_resource_percentage_auto_compute", ha_admission_control_resource_percentage_auto_compute) if ha_admission_control_resource_percentage_cpu is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_cpu", ha_admission_control_resource_percentage_cpu) + _setter("ha_admission_control_resource_percentage_cpu", ha_admission_control_resource_percentage_cpu) if ha_admission_control_resource_percentage_memory is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_memory", ha_admission_control_resource_percentage_memory) + _setter("ha_admission_control_resource_percentage_memory", ha_admission_control_resource_percentage_memory) if ha_admission_control_slot_policy_explicit_cpu is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_explicit_cpu", ha_admission_control_slot_policy_explicit_cpu) + _setter("ha_admission_control_slot_policy_explicit_cpu", ha_admission_control_slot_policy_explicit_cpu) if ha_admission_control_slot_policy_explicit_memory is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_explicit_memory", ha_admission_control_slot_policy_explicit_memory) + _setter("ha_admission_control_slot_policy_explicit_memory", ha_admission_control_slot_policy_explicit_memory) if ha_admission_control_slot_policy_use_explicit_size is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_use_explicit_size", ha_admission_control_slot_policy_use_explicit_size) + _setter("ha_admission_control_slot_policy_use_explicit_size", ha_admission_control_slot_policy_use_explicit_size) if ha_advanced_options is not None: - pulumi.set(__self__, "ha_advanced_options", ha_advanced_options) + _setter("ha_advanced_options", ha_advanced_options) if ha_datastore_apd_recovery_action is not None: - pulumi.set(__self__, "ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) + _setter("ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) if ha_datastore_apd_response is not None: - pulumi.set(__self__, "ha_datastore_apd_response", ha_datastore_apd_response) + _setter("ha_datastore_apd_response", ha_datastore_apd_response) if ha_datastore_apd_response_delay is not None: - pulumi.set(__self__, "ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) + _setter("ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) if ha_datastore_pdl_response is not None: - pulumi.set(__self__, "ha_datastore_pdl_response", ha_datastore_pdl_response) + _setter("ha_datastore_pdl_response", ha_datastore_pdl_response) if ha_enabled is not None: - pulumi.set(__self__, "ha_enabled", ha_enabled) + _setter("ha_enabled", ha_enabled) if ha_heartbeat_datastore_ids is not None: - pulumi.set(__self__, "ha_heartbeat_datastore_ids", ha_heartbeat_datastore_ids) + _setter("ha_heartbeat_datastore_ids", ha_heartbeat_datastore_ids) if ha_heartbeat_datastore_policy is not None: - pulumi.set(__self__, "ha_heartbeat_datastore_policy", ha_heartbeat_datastore_policy) + _setter("ha_heartbeat_datastore_policy", ha_heartbeat_datastore_policy) if ha_host_isolation_response is not None: - pulumi.set(__self__, "ha_host_isolation_response", ha_host_isolation_response) + _setter("ha_host_isolation_response", ha_host_isolation_response) if ha_host_monitoring is not None: - pulumi.set(__self__, "ha_host_monitoring", ha_host_monitoring) + _setter("ha_host_monitoring", ha_host_monitoring) if ha_vm_component_protection is not None: - pulumi.set(__self__, "ha_vm_component_protection", ha_vm_component_protection) + _setter("ha_vm_component_protection", ha_vm_component_protection) if ha_vm_dependency_restart_condition is not None: - pulumi.set(__self__, "ha_vm_dependency_restart_condition", ha_vm_dependency_restart_condition) + _setter("ha_vm_dependency_restart_condition", ha_vm_dependency_restart_condition) if ha_vm_failure_interval is not None: - pulumi.set(__self__, "ha_vm_failure_interval", ha_vm_failure_interval) + _setter("ha_vm_failure_interval", ha_vm_failure_interval) if ha_vm_maximum_failure_window is not None: - pulumi.set(__self__, "ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) + _setter("ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) if ha_vm_maximum_resets is not None: - pulumi.set(__self__, "ha_vm_maximum_resets", ha_vm_maximum_resets) + _setter("ha_vm_maximum_resets", ha_vm_maximum_resets) if ha_vm_minimum_uptime is not None: - pulumi.set(__self__, "ha_vm_minimum_uptime", ha_vm_minimum_uptime) + _setter("ha_vm_minimum_uptime", ha_vm_minimum_uptime) if ha_vm_monitoring is not None: - pulumi.set(__self__, "ha_vm_monitoring", ha_vm_monitoring) + _setter("ha_vm_monitoring", ha_vm_monitoring) if ha_vm_restart_additional_delay is not None: - pulumi.set(__self__, "ha_vm_restart_additional_delay", ha_vm_restart_additional_delay) + _setter("ha_vm_restart_additional_delay", ha_vm_restart_additional_delay) if ha_vm_restart_priority is not None: - pulumi.set(__self__, "ha_vm_restart_priority", ha_vm_restart_priority) + _setter("ha_vm_restart_priority", ha_vm_restart_priority) if ha_vm_restart_timeout is not None: - pulumi.set(__self__, "ha_vm_restart_timeout", ha_vm_restart_timeout) + _setter("ha_vm_restart_timeout", ha_vm_restart_timeout) if host_cluster_exit_timeout is not None: - pulumi.set(__self__, "host_cluster_exit_timeout", host_cluster_exit_timeout) + _setter("host_cluster_exit_timeout", host_cluster_exit_timeout) if host_managed is not None: - pulumi.set(__self__, "host_managed", host_managed) + _setter("host_managed", host_managed) if host_system_ids is not None: - pulumi.set(__self__, "host_system_ids", host_system_ids) + _setter("host_system_ids", host_system_ids) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if proactive_ha_automation_level is not None: - pulumi.set(__self__, "proactive_ha_automation_level", proactive_ha_automation_level) + _setter("proactive_ha_automation_level", proactive_ha_automation_level) if proactive_ha_enabled is not None: - pulumi.set(__self__, "proactive_ha_enabled", proactive_ha_enabled) + _setter("proactive_ha_enabled", proactive_ha_enabled) if proactive_ha_moderate_remediation is not None: - pulumi.set(__self__, "proactive_ha_moderate_remediation", proactive_ha_moderate_remediation) + _setter("proactive_ha_moderate_remediation", proactive_ha_moderate_remediation) if proactive_ha_provider_ids is not None: - pulumi.set(__self__, "proactive_ha_provider_ids", proactive_ha_provider_ids) + _setter("proactive_ha_provider_ids", proactive_ha_provider_ids) if proactive_ha_severe_remediation is not None: - pulumi.set(__self__, "proactive_ha_severe_remediation", proactive_ha_severe_remediation) + _setter("proactive_ha_severe_remediation", proactive_ha_severe_remediation) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if vsan_compression_enabled is not None: - pulumi.set(__self__, "vsan_compression_enabled", vsan_compression_enabled) + _setter("vsan_compression_enabled", vsan_compression_enabled) if vsan_dedup_enabled is not None: - pulumi.set(__self__, "vsan_dedup_enabled", vsan_dedup_enabled) + _setter("vsan_dedup_enabled", vsan_dedup_enabled) if vsan_disk_groups is not None: - pulumi.set(__self__, "vsan_disk_groups", vsan_disk_groups) + _setter("vsan_disk_groups", vsan_disk_groups) if vsan_dit_encryption_enabled is not None: - pulumi.set(__self__, "vsan_dit_encryption_enabled", vsan_dit_encryption_enabled) + _setter("vsan_dit_encryption_enabled", vsan_dit_encryption_enabled) if vsan_dit_rekey_interval is not None: - pulumi.set(__self__, "vsan_dit_rekey_interval", vsan_dit_rekey_interval) + _setter("vsan_dit_rekey_interval", vsan_dit_rekey_interval) if vsan_enabled is not None: - pulumi.set(__self__, "vsan_enabled", vsan_enabled) + _setter("vsan_enabled", vsan_enabled) if vsan_network_diagnostic_mode_enabled is not None: - pulumi.set(__self__, "vsan_network_diagnostic_mode_enabled", vsan_network_diagnostic_mode_enabled) + _setter("vsan_network_diagnostic_mode_enabled", vsan_network_diagnostic_mode_enabled) if vsan_performance_enabled is not None: - pulumi.set(__self__, "vsan_performance_enabled", vsan_performance_enabled) + _setter("vsan_performance_enabled", vsan_performance_enabled) if vsan_remote_datastore_ids is not None: - pulumi.set(__self__, "vsan_remote_datastore_ids", vsan_remote_datastore_ids) + _setter("vsan_remote_datastore_ids", vsan_remote_datastore_ids) if vsan_unmap_enabled is not None: - pulumi.set(__self__, "vsan_unmap_enabled", vsan_unmap_enabled) + _setter("vsan_unmap_enabled", vsan_unmap_enabled) if vsan_verbose_mode_enabled is not None: - pulumi.set(__self__, "vsan_verbose_mode_enabled", vsan_verbose_mode_enabled) + _setter("vsan_verbose_mode_enabled", vsan_verbose_mode_enabled) @property @pulumi.getter(name="datacenterId") @@ -1673,138 +1810,277 @@ def __init__(__self__, *, :param pulumi.Input[bool] vsan_verbose_mode_enabled: Enables verbose mode for vSAN performance service on the cluster. """ + _ComputeClusterState._configure( + lambda key, value: pulumi.set(__self__, key, value), + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + dpm_automation_level=dpm_automation_level, + dpm_enabled=dpm_enabled, + dpm_threshold=dpm_threshold, + drs_advanced_options=drs_advanced_options, + drs_automation_level=drs_automation_level, + drs_enable_predictive_drs=drs_enable_predictive_drs, + drs_enable_vm_overrides=drs_enable_vm_overrides, + drs_enabled=drs_enabled, + drs_migration_threshold=drs_migration_threshold, + drs_scale_descendants_shares=drs_scale_descendants_shares, + folder=folder, + force_evacuate_on_destroy=force_evacuate_on_destroy, + ha_admission_control_failover_host_system_ids=ha_admission_control_failover_host_system_ids, + ha_admission_control_host_failure_tolerance=ha_admission_control_host_failure_tolerance, + ha_admission_control_performance_tolerance=ha_admission_control_performance_tolerance, + ha_admission_control_policy=ha_admission_control_policy, + ha_admission_control_resource_percentage_auto_compute=ha_admission_control_resource_percentage_auto_compute, + ha_admission_control_resource_percentage_cpu=ha_admission_control_resource_percentage_cpu, + ha_admission_control_resource_percentage_memory=ha_admission_control_resource_percentage_memory, + ha_admission_control_slot_policy_explicit_cpu=ha_admission_control_slot_policy_explicit_cpu, + ha_admission_control_slot_policy_explicit_memory=ha_admission_control_slot_policy_explicit_memory, + ha_admission_control_slot_policy_use_explicit_size=ha_admission_control_slot_policy_use_explicit_size, + ha_advanced_options=ha_advanced_options, + ha_datastore_apd_recovery_action=ha_datastore_apd_recovery_action, + ha_datastore_apd_response=ha_datastore_apd_response, + ha_datastore_apd_response_delay=ha_datastore_apd_response_delay, + ha_datastore_pdl_response=ha_datastore_pdl_response, + ha_enabled=ha_enabled, + ha_heartbeat_datastore_ids=ha_heartbeat_datastore_ids, + ha_heartbeat_datastore_policy=ha_heartbeat_datastore_policy, + ha_host_isolation_response=ha_host_isolation_response, + ha_host_monitoring=ha_host_monitoring, + ha_vm_component_protection=ha_vm_component_protection, + ha_vm_dependency_restart_condition=ha_vm_dependency_restart_condition, + ha_vm_failure_interval=ha_vm_failure_interval, + ha_vm_maximum_failure_window=ha_vm_maximum_failure_window, + ha_vm_maximum_resets=ha_vm_maximum_resets, + ha_vm_minimum_uptime=ha_vm_minimum_uptime, + ha_vm_monitoring=ha_vm_monitoring, + ha_vm_restart_additional_delay=ha_vm_restart_additional_delay, + ha_vm_restart_priority=ha_vm_restart_priority, + ha_vm_restart_timeout=ha_vm_restart_timeout, + host_cluster_exit_timeout=host_cluster_exit_timeout, + host_managed=host_managed, + host_system_ids=host_system_ids, + name=name, + proactive_ha_automation_level=proactive_ha_automation_level, + proactive_ha_enabled=proactive_ha_enabled, + proactive_ha_moderate_remediation=proactive_ha_moderate_remediation, + proactive_ha_provider_ids=proactive_ha_provider_ids, + proactive_ha_severe_remediation=proactive_ha_severe_remediation, + resource_pool_id=resource_pool_id, + tags=tags, + vsan_compression_enabled=vsan_compression_enabled, + vsan_dedup_enabled=vsan_dedup_enabled, + vsan_disk_groups=vsan_disk_groups, + vsan_dit_encryption_enabled=vsan_dit_encryption_enabled, + vsan_dit_rekey_interval=vsan_dit_rekey_interval, + vsan_enabled=vsan_enabled, + vsan_network_diagnostic_mode_enabled=vsan_network_diagnostic_mode_enabled, + vsan_performance_enabled=vsan_performance_enabled, + vsan_remote_datastore_ids=vsan_remote_datastore_ids, + vsan_unmap_enabled=vsan_unmap_enabled, + vsan_verbose_mode_enabled=vsan_verbose_mode_enabled, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + dpm_automation_level: Optional[pulumi.Input[str]] = None, + dpm_enabled: Optional[pulumi.Input[bool]] = None, + dpm_threshold: Optional[pulumi.Input[int]] = None, + drs_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + drs_automation_level: Optional[pulumi.Input[str]] = None, + drs_enable_predictive_drs: Optional[pulumi.Input[bool]] = None, + drs_enable_vm_overrides: Optional[pulumi.Input[bool]] = None, + drs_enabled: Optional[pulumi.Input[bool]] = None, + drs_migration_threshold: Optional[pulumi.Input[int]] = None, + drs_scale_descendants_shares: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + force_evacuate_on_destroy: Optional[pulumi.Input[bool]] = None, + ha_admission_control_failover_host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ha_admission_control_host_failure_tolerance: Optional[pulumi.Input[int]] = None, + ha_admission_control_performance_tolerance: Optional[pulumi.Input[int]] = None, + ha_admission_control_policy: Optional[pulumi.Input[str]] = None, + ha_admission_control_resource_percentage_auto_compute: Optional[pulumi.Input[bool]] = None, + ha_admission_control_resource_percentage_cpu: Optional[pulumi.Input[int]] = None, + ha_admission_control_resource_percentage_memory: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_explicit_cpu: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_explicit_memory: Optional[pulumi.Input[int]] = None, + ha_admission_control_slot_policy_use_explicit_size: Optional[pulumi.Input[bool]] = None, + ha_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + ha_datastore_apd_recovery_action: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response_delay: Optional[pulumi.Input[int]] = None, + ha_datastore_pdl_response: Optional[pulumi.Input[str]] = None, + ha_enabled: Optional[pulumi.Input[bool]] = None, + ha_heartbeat_datastore_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + ha_heartbeat_datastore_policy: Optional[pulumi.Input[str]] = None, + ha_host_isolation_response: Optional[pulumi.Input[str]] = None, + ha_host_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_component_protection: Optional[pulumi.Input[str]] = None, + ha_vm_dependency_restart_condition: Optional[pulumi.Input[str]] = None, + ha_vm_failure_interval: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_failure_window: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_resets: Optional[pulumi.Input[int]] = None, + ha_vm_minimum_uptime: Optional[pulumi.Input[int]] = None, + ha_vm_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_restart_additional_delay: Optional[pulumi.Input[int]] = None, + ha_vm_restart_priority: Optional[pulumi.Input[str]] = None, + ha_vm_restart_timeout: Optional[pulumi.Input[int]] = None, + host_cluster_exit_timeout: Optional[pulumi.Input[int]] = None, + host_managed: Optional[pulumi.Input[bool]] = None, + host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + proactive_ha_automation_level: Optional[pulumi.Input[str]] = None, + proactive_ha_enabled: Optional[pulumi.Input[bool]] = None, + proactive_ha_moderate_remediation: Optional[pulumi.Input[str]] = None, + proactive_ha_provider_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + proactive_ha_severe_remediation: Optional[pulumi.Input[str]] = None, + resource_pool_id: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vsan_compression_enabled: Optional[pulumi.Input[bool]] = None, + vsan_dedup_enabled: Optional[pulumi.Input[bool]] = None, + vsan_disk_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ComputeClusterVsanDiskGroupArgs']]]] = None, + vsan_dit_encryption_enabled: Optional[pulumi.Input[bool]] = None, + vsan_dit_rekey_interval: Optional[pulumi.Input[int]] = None, + vsan_enabled: Optional[pulumi.Input[bool]] = None, + vsan_network_diagnostic_mode_enabled: Optional[pulumi.Input[bool]] = None, + vsan_performance_enabled: Optional[pulumi.Input[bool]] = None, + vsan_remote_datastore_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vsan_unmap_enabled: Optional[pulumi.Input[bool]] = None, + vsan_verbose_mode_enabled: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if dpm_automation_level is not None: - pulumi.set(__self__, "dpm_automation_level", dpm_automation_level) + _setter("dpm_automation_level", dpm_automation_level) if dpm_enabled is not None: - pulumi.set(__self__, "dpm_enabled", dpm_enabled) + _setter("dpm_enabled", dpm_enabled) if dpm_threshold is not None: - pulumi.set(__self__, "dpm_threshold", dpm_threshold) + _setter("dpm_threshold", dpm_threshold) if drs_advanced_options is not None: - pulumi.set(__self__, "drs_advanced_options", drs_advanced_options) + _setter("drs_advanced_options", drs_advanced_options) if drs_automation_level is not None: - pulumi.set(__self__, "drs_automation_level", drs_automation_level) + _setter("drs_automation_level", drs_automation_level) if drs_enable_predictive_drs is not None: - pulumi.set(__self__, "drs_enable_predictive_drs", drs_enable_predictive_drs) + _setter("drs_enable_predictive_drs", drs_enable_predictive_drs) if drs_enable_vm_overrides is not None: - pulumi.set(__self__, "drs_enable_vm_overrides", drs_enable_vm_overrides) + _setter("drs_enable_vm_overrides", drs_enable_vm_overrides) if drs_enabled is not None: - pulumi.set(__self__, "drs_enabled", drs_enabled) + _setter("drs_enabled", drs_enabled) if drs_migration_threshold is not None: - pulumi.set(__self__, "drs_migration_threshold", drs_migration_threshold) + _setter("drs_migration_threshold", drs_migration_threshold) if drs_scale_descendants_shares is not None: - pulumi.set(__self__, "drs_scale_descendants_shares", drs_scale_descendants_shares) + _setter("drs_scale_descendants_shares", drs_scale_descendants_shares) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if force_evacuate_on_destroy is not None: - pulumi.set(__self__, "force_evacuate_on_destroy", force_evacuate_on_destroy) + _setter("force_evacuate_on_destroy", force_evacuate_on_destroy) if ha_admission_control_failover_host_system_ids is not None: - pulumi.set(__self__, "ha_admission_control_failover_host_system_ids", ha_admission_control_failover_host_system_ids) + _setter("ha_admission_control_failover_host_system_ids", ha_admission_control_failover_host_system_ids) if ha_admission_control_host_failure_tolerance is not None: - pulumi.set(__self__, "ha_admission_control_host_failure_tolerance", ha_admission_control_host_failure_tolerance) + _setter("ha_admission_control_host_failure_tolerance", ha_admission_control_host_failure_tolerance) if ha_admission_control_performance_tolerance is not None: - pulumi.set(__self__, "ha_admission_control_performance_tolerance", ha_admission_control_performance_tolerance) + _setter("ha_admission_control_performance_tolerance", ha_admission_control_performance_tolerance) if ha_admission_control_policy is not None: - pulumi.set(__self__, "ha_admission_control_policy", ha_admission_control_policy) + _setter("ha_admission_control_policy", ha_admission_control_policy) if ha_admission_control_resource_percentage_auto_compute is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_auto_compute", ha_admission_control_resource_percentage_auto_compute) + _setter("ha_admission_control_resource_percentage_auto_compute", ha_admission_control_resource_percentage_auto_compute) if ha_admission_control_resource_percentage_cpu is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_cpu", ha_admission_control_resource_percentage_cpu) + _setter("ha_admission_control_resource_percentage_cpu", ha_admission_control_resource_percentage_cpu) if ha_admission_control_resource_percentage_memory is not None: - pulumi.set(__self__, "ha_admission_control_resource_percentage_memory", ha_admission_control_resource_percentage_memory) + _setter("ha_admission_control_resource_percentage_memory", ha_admission_control_resource_percentage_memory) if ha_admission_control_slot_policy_explicit_cpu is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_explicit_cpu", ha_admission_control_slot_policy_explicit_cpu) + _setter("ha_admission_control_slot_policy_explicit_cpu", ha_admission_control_slot_policy_explicit_cpu) if ha_admission_control_slot_policy_explicit_memory is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_explicit_memory", ha_admission_control_slot_policy_explicit_memory) + _setter("ha_admission_control_slot_policy_explicit_memory", ha_admission_control_slot_policy_explicit_memory) if ha_admission_control_slot_policy_use_explicit_size is not None: - pulumi.set(__self__, "ha_admission_control_slot_policy_use_explicit_size", ha_admission_control_slot_policy_use_explicit_size) + _setter("ha_admission_control_slot_policy_use_explicit_size", ha_admission_control_slot_policy_use_explicit_size) if ha_advanced_options is not None: - pulumi.set(__self__, "ha_advanced_options", ha_advanced_options) + _setter("ha_advanced_options", ha_advanced_options) if ha_datastore_apd_recovery_action is not None: - pulumi.set(__self__, "ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) + _setter("ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) if ha_datastore_apd_response is not None: - pulumi.set(__self__, "ha_datastore_apd_response", ha_datastore_apd_response) + _setter("ha_datastore_apd_response", ha_datastore_apd_response) if ha_datastore_apd_response_delay is not None: - pulumi.set(__self__, "ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) + _setter("ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) if ha_datastore_pdl_response is not None: - pulumi.set(__self__, "ha_datastore_pdl_response", ha_datastore_pdl_response) + _setter("ha_datastore_pdl_response", ha_datastore_pdl_response) if ha_enabled is not None: - pulumi.set(__self__, "ha_enabled", ha_enabled) + _setter("ha_enabled", ha_enabled) if ha_heartbeat_datastore_ids is not None: - pulumi.set(__self__, "ha_heartbeat_datastore_ids", ha_heartbeat_datastore_ids) + _setter("ha_heartbeat_datastore_ids", ha_heartbeat_datastore_ids) if ha_heartbeat_datastore_policy is not None: - pulumi.set(__self__, "ha_heartbeat_datastore_policy", ha_heartbeat_datastore_policy) + _setter("ha_heartbeat_datastore_policy", ha_heartbeat_datastore_policy) if ha_host_isolation_response is not None: - pulumi.set(__self__, "ha_host_isolation_response", ha_host_isolation_response) + _setter("ha_host_isolation_response", ha_host_isolation_response) if ha_host_monitoring is not None: - pulumi.set(__self__, "ha_host_monitoring", ha_host_monitoring) + _setter("ha_host_monitoring", ha_host_monitoring) if ha_vm_component_protection is not None: - pulumi.set(__self__, "ha_vm_component_protection", ha_vm_component_protection) + _setter("ha_vm_component_protection", ha_vm_component_protection) if ha_vm_dependency_restart_condition is not None: - pulumi.set(__self__, "ha_vm_dependency_restart_condition", ha_vm_dependency_restart_condition) + _setter("ha_vm_dependency_restart_condition", ha_vm_dependency_restart_condition) if ha_vm_failure_interval is not None: - pulumi.set(__self__, "ha_vm_failure_interval", ha_vm_failure_interval) + _setter("ha_vm_failure_interval", ha_vm_failure_interval) if ha_vm_maximum_failure_window is not None: - pulumi.set(__self__, "ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) + _setter("ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) if ha_vm_maximum_resets is not None: - pulumi.set(__self__, "ha_vm_maximum_resets", ha_vm_maximum_resets) + _setter("ha_vm_maximum_resets", ha_vm_maximum_resets) if ha_vm_minimum_uptime is not None: - pulumi.set(__self__, "ha_vm_minimum_uptime", ha_vm_minimum_uptime) + _setter("ha_vm_minimum_uptime", ha_vm_minimum_uptime) if ha_vm_monitoring is not None: - pulumi.set(__self__, "ha_vm_monitoring", ha_vm_monitoring) + _setter("ha_vm_monitoring", ha_vm_monitoring) if ha_vm_restart_additional_delay is not None: - pulumi.set(__self__, "ha_vm_restart_additional_delay", ha_vm_restart_additional_delay) + _setter("ha_vm_restart_additional_delay", ha_vm_restart_additional_delay) if ha_vm_restart_priority is not None: - pulumi.set(__self__, "ha_vm_restart_priority", ha_vm_restart_priority) + _setter("ha_vm_restart_priority", ha_vm_restart_priority) if ha_vm_restart_timeout is not None: - pulumi.set(__self__, "ha_vm_restart_timeout", ha_vm_restart_timeout) + _setter("ha_vm_restart_timeout", ha_vm_restart_timeout) if host_cluster_exit_timeout is not None: - pulumi.set(__self__, "host_cluster_exit_timeout", host_cluster_exit_timeout) + _setter("host_cluster_exit_timeout", host_cluster_exit_timeout) if host_managed is not None: - pulumi.set(__self__, "host_managed", host_managed) + _setter("host_managed", host_managed) if host_system_ids is not None: - pulumi.set(__self__, "host_system_ids", host_system_ids) + _setter("host_system_ids", host_system_ids) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if proactive_ha_automation_level is not None: - pulumi.set(__self__, "proactive_ha_automation_level", proactive_ha_automation_level) + _setter("proactive_ha_automation_level", proactive_ha_automation_level) if proactive_ha_enabled is not None: - pulumi.set(__self__, "proactive_ha_enabled", proactive_ha_enabled) + _setter("proactive_ha_enabled", proactive_ha_enabled) if proactive_ha_moderate_remediation is not None: - pulumi.set(__self__, "proactive_ha_moderate_remediation", proactive_ha_moderate_remediation) + _setter("proactive_ha_moderate_remediation", proactive_ha_moderate_remediation) if proactive_ha_provider_ids is not None: - pulumi.set(__self__, "proactive_ha_provider_ids", proactive_ha_provider_ids) + _setter("proactive_ha_provider_ids", proactive_ha_provider_ids) if proactive_ha_severe_remediation is not None: - pulumi.set(__self__, "proactive_ha_severe_remediation", proactive_ha_severe_remediation) + _setter("proactive_ha_severe_remediation", proactive_ha_severe_remediation) if resource_pool_id is not None: - pulumi.set(__self__, "resource_pool_id", resource_pool_id) + _setter("resource_pool_id", resource_pool_id) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if vsan_compression_enabled is not None: - pulumi.set(__self__, "vsan_compression_enabled", vsan_compression_enabled) + _setter("vsan_compression_enabled", vsan_compression_enabled) if vsan_dedup_enabled is not None: - pulumi.set(__self__, "vsan_dedup_enabled", vsan_dedup_enabled) + _setter("vsan_dedup_enabled", vsan_dedup_enabled) if vsan_disk_groups is not None: - pulumi.set(__self__, "vsan_disk_groups", vsan_disk_groups) + _setter("vsan_disk_groups", vsan_disk_groups) if vsan_dit_encryption_enabled is not None: - pulumi.set(__self__, "vsan_dit_encryption_enabled", vsan_dit_encryption_enabled) + _setter("vsan_dit_encryption_enabled", vsan_dit_encryption_enabled) if vsan_dit_rekey_interval is not None: - pulumi.set(__self__, "vsan_dit_rekey_interval", vsan_dit_rekey_interval) + _setter("vsan_dit_rekey_interval", vsan_dit_rekey_interval) if vsan_enabled is not None: - pulumi.set(__self__, "vsan_enabled", vsan_enabled) + _setter("vsan_enabled", vsan_enabled) if vsan_network_diagnostic_mode_enabled is not None: - pulumi.set(__self__, "vsan_network_diagnostic_mode_enabled", vsan_network_diagnostic_mode_enabled) + _setter("vsan_network_diagnostic_mode_enabled", vsan_network_diagnostic_mode_enabled) if vsan_performance_enabled is not None: - pulumi.set(__self__, "vsan_performance_enabled", vsan_performance_enabled) + _setter("vsan_performance_enabled", vsan_performance_enabled) if vsan_remote_datastore_ids is not None: - pulumi.set(__self__, "vsan_remote_datastore_ids", vsan_remote_datastore_ids) + _setter("vsan_remote_datastore_ids", vsan_remote_datastore_ids) if vsan_unmap_enabled is not None: - pulumi.set(__self__, "vsan_unmap_enabled", vsan_unmap_enabled) + _setter("vsan_unmap_enabled", vsan_unmap_enabled) if vsan_verbose_mode_enabled is not None: - pulumi.set(__self__, "vsan_verbose_mode_enabled", vsan_verbose_mode_enabled) + _setter("vsan_verbose_mode_enabled", vsan_verbose_mode_enabled) @property @pulumi.getter(name="customAttributes") @@ -3076,6 +3352,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_host_group.py b/sdk/python/pulumi_vsphere/compute_cluster_host_group.py index bfaf16f1..67b0cb11 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_host_group.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_host_group.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterHostGroupArgs', 'ComputeClusterHostGroup'] @@ -32,11 +32,24 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the host group. This must be unique in the cluster. Forces a new resource if changed. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + ComputeClusterHostGroupArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + host_system_ids=host_system_ids, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) if host_system_ids is not None: - pulumi.set(__self__, "host_system_ids", host_system_ids) + _setter("host_system_ids", host_system_ids) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -105,12 +118,25 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the host group. This must be unique in the cluster. Forces a new resource if changed. """ + _ComputeClusterHostGroupState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + host_system_ids=host_system_ids, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if host_system_ids is not None: - pulumi.set(__self__, "host_system_ids", host_system_ids) + _setter("host_system_ids", host_system_ids) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -202,6 +228,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterHostGroupArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_vm_affinity_rule.py b/sdk/python/pulumi_vsphere/compute_cluster_vm_affinity_rule.py index 3d067826..14e230b4 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_vm_affinity_rule.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterVmAffinityRuleArgs', 'ComputeClusterVmAffinityRule'] @@ -35,14 +35,31 @@ def __init__(__self__, *, this when naming your rules. :param pulumi.Input[str] name: The name of the rule. This must be unique in the cluster. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + ComputeClusterVmAffinityRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + virtual_machine_ids=virtual_machine_ids, + enabled=enabled, + mandatory=mandatory, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + virtual_machine_ids: pulumi.Input[Sequence[pulumi.Input[str]]], + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("virtual_machine_ids", virtual_machine_ids) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -137,16 +154,33 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] virtual_machine_ids: The UUIDs of the virtual machines to run on the same host together. """ + _ComputeClusterVmAffinityRuleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + enabled=enabled, + mandatory=mandatory, + name=name, + virtual_machine_ids=virtual_machine_ids, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + virtual_machine_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if virtual_machine_ids is not None: - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + _setter("virtual_machine_ids", virtual_machine_ids) @property @pulumi.getter(name="computeClusterId") @@ -432,6 +466,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterVmAffinityRuleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py b/sdk/python/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py index 126e2f91..28717e6e 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterVmAntiAffinityRuleArgs', 'ComputeClusterVmAntiAffinityRule'] @@ -35,14 +35,31 @@ def __init__(__self__, *, this when naming your rules. :param pulumi.Input[str] name: The name of the rule. This must be unique in the cluster. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + ComputeClusterVmAntiAffinityRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + virtual_machine_ids=virtual_machine_ids, + enabled=enabled, + mandatory=mandatory, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + virtual_machine_ids: pulumi.Input[Sequence[pulumi.Input[str]]], + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("virtual_machine_ids", virtual_machine_ids) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -137,16 +154,33 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] virtual_machine_ids: The UUIDs of the virtual machines to run on hosts different from each other. """ + _ComputeClusterVmAntiAffinityRuleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + enabled=enabled, + mandatory=mandatory, + name=name, + virtual_machine_ids=virtual_machine_ids, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + virtual_machine_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if virtual_machine_ids is not None: - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + _setter("virtual_machine_ids", virtual_machine_ids) @property @pulumi.getter(name="computeClusterId") @@ -264,6 +298,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterVmAntiAffinityRuleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_vm_dependency_rule.py b/sdk/python/pulumi_vsphere/compute_cluster_vm_dependency_rule.py index cabb231d..35b4e5e1 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_vm_dependency_rule.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterVmDependencyRuleArgs', 'ComputeClusterVmDependencyRule'] @@ -43,15 +43,34 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the rule. This must be unique in the cluster. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "dependency_vm_group_name", dependency_vm_group_name) - pulumi.set(__self__, "vm_group_name", vm_group_name) + ComputeClusterVmDependencyRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + dependency_vm_group_name=dependency_vm_group_name, + vm_group_name=vm_group_name, + enabled=enabled, + mandatory=mandatory, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + dependency_vm_group_name: pulumi.Input[str], + vm_group_name: pulumi.Input[str], + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("dependency_vm_group_name", dependency_vm_group_name) + _setter("vm_group_name", vm_group_name) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -172,18 +191,37 @@ def __init__(__self__, *, the group specified by `dependency_vm_group_name` are started. """ + _ComputeClusterVmDependencyRuleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + dependency_vm_group_name=dependency_vm_group_name, + enabled=enabled, + mandatory=mandatory, + name=name, + vm_group_name=vm_group_name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + dependency_vm_group_name: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + vm_group_name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if dependency_vm_group_name is not None: - pulumi.set(__self__, "dependency_vm_group_name", dependency_vm_group_name) + _setter("dependency_vm_group_name", dependency_vm_group_name) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if vm_group_name is not None: - pulumi.set(__self__, "vm_group_name", vm_group_name) + _setter("vm_group_name", vm_group_name) @property @pulumi.getter(name="computeClusterId") @@ -327,6 +365,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterVmDependencyRuleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_vm_group.py b/sdk/python/pulumi_vsphere/compute_cluster_vm_group.py index a39984e1..649ac775 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_vm_group.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_vm_group.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterVmGroupArgs', 'ComputeClusterVmGroup'] @@ -32,11 +32,24 @@ def __init__(__self__, *, `ComputeClusterHostGroup` resource. Make sure your names are unique across both resources. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + ComputeClusterVmGroupArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + name=name, + virtual_machine_ids=virtual_machine_ids, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + name: Optional[pulumi.Input[str]] = None, + virtual_machine_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if virtual_machine_ids is not None: - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + _setter("virtual_machine_ids", virtual_machine_ids) @property @pulumi.getter(name="computeClusterId") @@ -105,12 +118,25 @@ def __init__(__self__, *, `ComputeClusterHostGroup` resource. Make sure your names are unique across both resources. """ + _ComputeClusterVmGroupState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + name=name, + virtual_machine_ids=virtual_machine_ids, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + virtual_machine_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if virtual_machine_ids is not None: - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + _setter("virtual_machine_ids", virtual_machine_ids) @property @pulumi.getter(name="computeClusterId") @@ -202,6 +228,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterVmGroupArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/compute_cluster_vm_host_rule.py b/sdk/python/pulumi_vsphere/compute_cluster_vm_host_rule.py index fbb5a2c5..4ab43046 100644 --- a/sdk/python/pulumi_vsphere/compute_cluster_vm_host_rule.py +++ b/sdk/python/pulumi_vsphere/compute_cluster_vm_host_rule.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ComputeClusterVmHostRuleArgs', 'ComputeClusterVmHostRule'] @@ -48,18 +48,39 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the rule. This must be unique in the cluster. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "vm_group_name", vm_group_name) + ComputeClusterVmHostRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + vm_group_name=vm_group_name, + affinity_host_group_name=affinity_host_group_name, + anti_affinity_host_group_name=anti_affinity_host_group_name, + enabled=enabled, + mandatory=mandatory, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + vm_group_name: pulumi.Input[str], + affinity_host_group_name: Optional[pulumi.Input[str]] = None, + anti_affinity_host_group_name: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("vm_group_name", vm_group_name) if affinity_host_group_name is not None: - pulumi.set(__self__, "affinity_host_group_name", affinity_host_group_name) + _setter("affinity_host_group_name", affinity_host_group_name) if anti_affinity_host_group_name is not None: - pulumi.set(__self__, "anti_affinity_host_group_name", anti_affinity_host_group_name) + _setter("anti_affinity_host_group_name", anti_affinity_host_group_name) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="computeClusterId") @@ -200,20 +221,41 @@ def __init__(__self__, *, :param pulumi.Input[str] vm_group_name: The name of the virtual machine group to use with this rule. """ + _ComputeClusterVmHostRuleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + affinity_host_group_name=affinity_host_group_name, + anti_affinity_host_group_name=anti_affinity_host_group_name, + compute_cluster_id=compute_cluster_id, + enabled=enabled, + mandatory=mandatory, + name=name, + vm_group_name=vm_group_name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + affinity_host_group_name: Optional[pulumi.Input[str]] = None, + anti_affinity_host_group_name: Optional[pulumi.Input[str]] = None, + compute_cluster_id: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + vm_group_name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if affinity_host_group_name is not None: - pulumi.set(__self__, "affinity_host_group_name", affinity_host_group_name) + _setter("affinity_host_group_name", affinity_host_group_name) if anti_affinity_host_group_name is not None: - pulumi.set(__self__, "anti_affinity_host_group_name", anti_affinity_host_group_name) + _setter("anti_affinity_host_group_name", anti_affinity_host_group_name) if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if vm_group_name is not None: - pulumi.set(__self__, "vm_group_name", vm_group_name) + _setter("vm_group_name", vm_group_name) @property @pulumi.getter(name="affinityHostGroupName") @@ -377,6 +419,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ComputeClusterVmHostRuleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/config/__init__.pyi b/sdk/python/pulumi_vsphere/config/__init__.pyi index 0b58393c..df3ec1f7 100644 --- a/sdk/python/pulumi_vsphere/config/__init__.pyi +++ b/sdk/python/pulumi_vsphere/config/__init__.pyi @@ -6,7 +6,7 @@ import copy import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from .. import _utilities allowUnverifiedSsl: Optional[bool] diff --git a/sdk/python/pulumi_vsphere/config/vars.py b/sdk/python/pulumi_vsphere/config/vars.py index 9ca9fbec..69913126 100644 --- a/sdk/python/pulumi_vsphere/config/vars.py +++ b/sdk/python/pulumi_vsphere/config/vars.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from .. import _utilities import types diff --git a/sdk/python/pulumi_vsphere/content_library.py b/sdk/python/pulumi_vsphere/content_library.py index 97bb6116..b9de6707 100644 --- a/sdk/python/pulumi_vsphere/content_library.py +++ b/sdk/python/pulumi_vsphere/content_library.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -29,15 +29,32 @@ def __init__(__self__, *, :param pulumi.Input['ContentLibraryPublicationArgs'] publication: Options to publish a local content library. :param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library. """ - pulumi.set(__self__, "storage_backings", storage_backings) + ContentLibraryArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + storage_backings=storage_backings, + description=description, + name=name, + publication=publication, + subscription=subscription, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + storage_backings: pulumi.Input[Sequence[pulumi.Input[str]]], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None, + subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("storage_backings", storage_backings) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if publication is not None: - pulumi.set(__self__, "publication", publication) + _setter("publication", publication) if subscription is not None: - pulumi.set(__self__, "subscription", subscription) + _setter("subscription", subscription) @property @pulumi.getter(name="storageBackings") @@ -116,16 +133,33 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items. :param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library. """ + _ContentLibraryState._configure( + lambda key, value: pulumi.set(__self__, key, value), + description=description, + name=name, + publication=publication, + storage_backings=storage_backings, + subscription=subscription, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None, + storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None, + opts: Optional[pulumi.ResourceOptions]=None): if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if publication is not None: - pulumi.set(__self__, "publication", publication) + _setter("publication", publication) if storage_backings is not None: - pulumi.set(__self__, "storage_backings", storage_backings) + _setter("storage_backings", storage_backings) if subscription is not None: - pulumi.set(__self__, "subscription", subscription) + _setter("subscription", subscription) @property @pulumi.getter @@ -227,6 +261,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ContentLibraryArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -248,10 +286,20 @@ def _internal_init(__self__, __props__.__dict__["description"] = description __props__.__dict__["name"] = name + if publication is not None and not isinstance(publication, ContentLibraryPublicationArgs): + publication = publication or {} + def _setter(key, value): + publication[key] = value + ContentLibraryPublicationArgs._configure(_setter, **publication) __props__.__dict__["publication"] = publication if storage_backings is None and not opts.urn: raise TypeError("Missing required property 'storage_backings'") __props__.__dict__["storage_backings"] = storage_backings + if subscription is not None and not isinstance(subscription, ContentLibrarySubscriptionArgs): + subscription = subscription or {} + def _setter(key, value): + subscription[key] = value + ContentLibrarySubscriptionArgs._configure(_setter, **subscription) __props__.__dict__["subscription"] = subscription super(ContentLibrary, __self__).__init__( 'vsphere:index/contentLibrary:ContentLibrary', diff --git a/sdk/python/pulumi_vsphere/content_library_item.py b/sdk/python/pulumi_vsphere/content_library_item.py index d37ebb49..dd854b49 100644 --- a/sdk/python/pulumi_vsphere/content_library_item.py +++ b/sdk/python/pulumi_vsphere/content_library_item.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ContentLibraryItemArgs', 'ContentLibraryItem'] @@ -30,17 +30,36 @@ def __init__(__self__, *, :param pulumi.Input[str] type: Type of content library item. One of "ovf", "iso", or "vm-template". Default: `ovf`. """ - pulumi.set(__self__, "library_id", library_id) + ContentLibraryItemArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + library_id=library_id, + description=description, + file_url=file_url, + name=name, + source_uuid=source_uuid, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + library_id: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + file_url: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + source_uuid: Optional[pulumi.Input[str]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("library_id", library_id) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if file_url is not None: - pulumi.set(__self__, "file_url", file_url) + _setter("file_url", file_url) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if source_uuid is not None: - pulumi.set(__self__, "source_uuid", source_uuid) + _setter("source_uuid", source_uuid) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter(name="libraryId") @@ -135,18 +154,37 @@ def __init__(__self__, *, :param pulumi.Input[str] type: Type of content library item. One of "ovf", "iso", or "vm-template". Default: `ovf`. """ + _ContentLibraryItemState._configure( + lambda key, value: pulumi.set(__self__, key, value), + description=description, + file_url=file_url, + library_id=library_id, + name=name, + source_uuid=source_uuid, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + description: Optional[pulumi.Input[str]] = None, + file_url: Optional[pulumi.Input[str]] = None, + library_id: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + source_uuid: Optional[pulumi.Input[str]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if file_url is not None: - pulumi.set(__self__, "file_url", file_url) + _setter("file_url", file_url) if library_id is not None: - pulumi.set(__self__, "library_id", library_id) + _setter("library_id", library_id) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if source_uuid is not None: - pulumi.set(__self__, "source_uuid", source_uuid) + _setter("source_uuid", source_uuid) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter @@ -264,6 +302,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ContentLibraryItemArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/custom_attribute.py b/sdk/python/pulumi_vsphere/custom_attribute.py index 49252d74..f7844f80 100644 --- a/sdk/python/pulumi_vsphere/custom_attribute.py +++ b/sdk/python/pulumi_vsphere/custom_attribute.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['CustomAttributeArgs', 'CustomAttribute'] @@ -23,10 +23,21 @@ def __init__(__self__, *, type. For a full list, review the Managed Object Types. Forces a new resource if changed. :param pulumi.Input[str] name: The name of the custom attribute. """ + CustomAttributeArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + managed_object_type=managed_object_type, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + managed_object_type: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if managed_object_type is not None: - pulumi.set(__self__, "managed_object_type", managed_object_type) + _setter("managed_object_type", managed_object_type) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="managedObjectType") @@ -67,10 +78,21 @@ def __init__(__self__, *, type. For a full list, review the Managed Object Types. Forces a new resource if changed. :param pulumi.Input[str] name: The name of the custom attribute. """ + _CustomAttributeState._configure( + lambda key, value: pulumi.set(__self__, key, value), + managed_object_type=managed_object_type, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + managed_object_type: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if managed_object_type is not None: - pulumi.set(__self__, "managed_object_type", managed_object_type) + _setter("managed_object_type", managed_object_type) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="managedObjectType") @@ -134,6 +156,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + CustomAttributeArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/datacenter.py b/sdk/python/pulumi_vsphere/datacenter.py index 7e6afb74..bafdf762 100644 --- a/sdk/python/pulumi_vsphere/datacenter.py +++ b/sdk/python/pulumi_vsphere/datacenter.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['DatacenterArgs', 'Datacenter'] @@ -38,14 +38,29 @@ def __init__(__self__, *, > **NOTE:** Tagging support is unsupported on direct ESXi connections and requires vCenter 6.0 or higher. """ + DatacenterArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + custom_attributes=custom_attributes, + folder=folder, + name=name, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + folder: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="customAttributes") @@ -138,16 +153,33 @@ def __init__(__self__, *, > **NOTE:** Tagging support is unsupported on direct ESXi connections and requires vCenter 6.0 or higher. """ + _DatacenterState._configure( + lambda key, value: pulumi.set(__self__, key, value), + custom_attributes=custom_attributes, + folder=folder, + moid=moid, + name=name, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + folder: Optional[pulumi.Input[str]] = None, + moid: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if moid is not None: - pulumi.set(__self__, "moid", moid) + _setter("moid", moid) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="customAttributes") @@ -313,6 +345,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DatacenterArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/datastore_cluster.py b/sdk/python/pulumi_vsphere/datastore_cluster.py index 02ea8a99..9da42a5f 100644 --- a/sdk/python/pulumi_vsphere/datastore_cluster.py +++ b/sdk/python/pulumi_vsphere/datastore_cluster.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['DatastoreClusterArgs', 'DatastoreCluster'] @@ -69,17 +69,13 @@ def __init__(__self__, *, single virtual machine will be kept on the same datastore. Default: `true`. :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster. Default: `false`. - :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to freeSpace, drs_free_space_threshold is used. :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default @@ -123,55 +119,112 @@ def __init__(__self__, *, > **NOTE:** Tagging support requires vCenter 6.0 or higher. """ - pulumi.set(__self__, "datacenter_id", datacenter_id) + DatastoreClusterArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datacenter_id=datacenter_id, + custom_attributes=custom_attributes, + folder=folder, + name=name, + sdrs_advanced_options=sdrs_advanced_options, + sdrs_automation_level=sdrs_automation_level, + sdrs_default_intra_vm_affinity=sdrs_default_intra_vm_affinity, + sdrs_enabled=sdrs_enabled, + sdrs_free_space_threshold=sdrs_free_space_threshold, + sdrs_free_space_threshold_mode=sdrs_free_space_threshold_mode, + sdrs_free_space_utilization_difference=sdrs_free_space_utilization_difference, + sdrs_io_balance_automation_level=sdrs_io_balance_automation_level, + sdrs_io_latency_threshold=sdrs_io_latency_threshold, + sdrs_io_load_balance_enabled=sdrs_io_load_balance_enabled, + sdrs_io_load_imbalance_threshold=sdrs_io_load_imbalance_threshold, + sdrs_io_reservable_iops_threshold=sdrs_io_reservable_iops_threshold, + sdrs_io_reservable_percent_threshold=sdrs_io_reservable_percent_threshold, + sdrs_io_reservable_threshold_mode=sdrs_io_reservable_threshold_mode, + sdrs_load_balance_interval=sdrs_load_balance_interval, + sdrs_policy_enforcement_automation_level=sdrs_policy_enforcement_automation_level, + sdrs_rule_enforcement_automation_level=sdrs_rule_enforcement_automation_level, + sdrs_space_balance_automation_level=sdrs_space_balance_automation_level, + sdrs_space_utilization_threshold=sdrs_space_utilization_threshold, + sdrs_vm_evacuation_automation_level=sdrs_vm_evacuation_automation_level, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datacenter_id: pulumi.Input[str], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + folder: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + sdrs_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + sdrs_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_default_intra_vm_affinity: Optional[pulumi.Input[bool]] = None, + sdrs_enabled: Optional[pulumi.Input[bool]] = None, + sdrs_free_space_threshold: Optional[pulumi.Input[int]] = None, + sdrs_free_space_threshold_mode: Optional[pulumi.Input[str]] = None, + sdrs_free_space_utilization_difference: Optional[pulumi.Input[int]] = None, + sdrs_io_balance_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_io_latency_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_load_balance_enabled: Optional[pulumi.Input[bool]] = None, + sdrs_io_load_imbalance_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_iops_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_percent_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_threshold_mode: Optional[pulumi.Input[str]] = None, + sdrs_load_balance_interval: Optional[pulumi.Input[int]] = None, + sdrs_policy_enforcement_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_rule_enforcement_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_space_balance_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_space_utilization_threshold: Optional[pulumi.Input[int]] = None, + sdrs_vm_evacuation_automation_level: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datacenter_id", datacenter_id) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if sdrs_advanced_options is not None: - pulumi.set(__self__, "sdrs_advanced_options", sdrs_advanced_options) + _setter("sdrs_advanced_options", sdrs_advanced_options) if sdrs_automation_level is not None: - pulumi.set(__self__, "sdrs_automation_level", sdrs_automation_level) + _setter("sdrs_automation_level", sdrs_automation_level) if sdrs_default_intra_vm_affinity is not None: - pulumi.set(__self__, "sdrs_default_intra_vm_affinity", sdrs_default_intra_vm_affinity) + _setter("sdrs_default_intra_vm_affinity", sdrs_default_intra_vm_affinity) if sdrs_enabled is not None: - pulumi.set(__self__, "sdrs_enabled", sdrs_enabled) + _setter("sdrs_enabled", sdrs_enabled) if sdrs_free_space_threshold is not None: - pulumi.set(__self__, "sdrs_free_space_threshold", sdrs_free_space_threshold) + _setter("sdrs_free_space_threshold", sdrs_free_space_threshold) if sdrs_free_space_threshold_mode is not None: - pulumi.set(__self__, "sdrs_free_space_threshold_mode", sdrs_free_space_threshold_mode) + _setter("sdrs_free_space_threshold_mode", sdrs_free_space_threshold_mode) if sdrs_free_space_utilization_difference is not None: - pulumi.set(__self__, "sdrs_free_space_utilization_difference", sdrs_free_space_utilization_difference) + _setter("sdrs_free_space_utilization_difference", sdrs_free_space_utilization_difference) if sdrs_io_balance_automation_level is not None: - pulumi.set(__self__, "sdrs_io_balance_automation_level", sdrs_io_balance_automation_level) + _setter("sdrs_io_balance_automation_level", sdrs_io_balance_automation_level) if sdrs_io_latency_threshold is not None: - pulumi.set(__self__, "sdrs_io_latency_threshold", sdrs_io_latency_threshold) + _setter("sdrs_io_latency_threshold", sdrs_io_latency_threshold) if sdrs_io_load_balance_enabled is not None: - pulumi.set(__self__, "sdrs_io_load_balance_enabled", sdrs_io_load_balance_enabled) + _setter("sdrs_io_load_balance_enabled", sdrs_io_load_balance_enabled) if sdrs_io_load_imbalance_threshold is not None: - pulumi.set(__self__, "sdrs_io_load_imbalance_threshold", sdrs_io_load_imbalance_threshold) + _setter("sdrs_io_load_imbalance_threshold", sdrs_io_load_imbalance_threshold) if sdrs_io_reservable_iops_threshold is not None: - pulumi.set(__self__, "sdrs_io_reservable_iops_threshold", sdrs_io_reservable_iops_threshold) + _setter("sdrs_io_reservable_iops_threshold", sdrs_io_reservable_iops_threshold) if sdrs_io_reservable_percent_threshold is not None: - pulumi.set(__self__, "sdrs_io_reservable_percent_threshold", sdrs_io_reservable_percent_threshold) + _setter("sdrs_io_reservable_percent_threshold", sdrs_io_reservable_percent_threshold) if sdrs_io_reservable_threshold_mode is not None: - pulumi.set(__self__, "sdrs_io_reservable_threshold_mode", sdrs_io_reservable_threshold_mode) + _setter("sdrs_io_reservable_threshold_mode", sdrs_io_reservable_threshold_mode) if sdrs_load_balance_interval is not None: - pulumi.set(__self__, "sdrs_load_balance_interval", sdrs_load_balance_interval) + _setter("sdrs_load_balance_interval", sdrs_load_balance_interval) if sdrs_policy_enforcement_automation_level is not None: - pulumi.set(__self__, "sdrs_policy_enforcement_automation_level", sdrs_policy_enforcement_automation_level) + _setter("sdrs_policy_enforcement_automation_level", sdrs_policy_enforcement_automation_level) if sdrs_rule_enforcement_automation_level is not None: - pulumi.set(__self__, "sdrs_rule_enforcement_automation_level", sdrs_rule_enforcement_automation_level) + _setter("sdrs_rule_enforcement_automation_level", sdrs_rule_enforcement_automation_level) if sdrs_space_balance_automation_level is not None: - pulumi.set(__self__, "sdrs_space_balance_automation_level", sdrs_space_balance_automation_level) + _setter("sdrs_space_balance_automation_level", sdrs_space_balance_automation_level) if sdrs_space_utilization_threshold is not None: - pulumi.set(__self__, "sdrs_space_utilization_threshold", sdrs_space_utilization_threshold) + _setter("sdrs_space_utilization_threshold", sdrs_space_utilization_threshold) if sdrs_vm_evacuation_automation_level is not None: - pulumi.set(__self__, "sdrs_vm_evacuation_automation_level", sdrs_vm_evacuation_automation_level) + _setter("sdrs_vm_evacuation_automation_level", sdrs_vm_evacuation_automation_level) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="datacenterId") @@ -293,9 +346,7 @@ def sdrs_enabled(self, value: Optional[pulumi.Input[bool]]): @pulumi.getter(name="sdrsFreeSpaceThreshold") def sdrs_free_space_threshold(self) -> Optional[pulumi.Input[int]]: """ - The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. @@ -324,8 +375,6 @@ def sdrs_free_space_threshold_mode(self, value: Optional[pulumi.Input[str]]): def sdrs_free_space_utilization_difference(self) -> Optional[pulumi.Input[int]]: """ The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. """ @@ -588,17 +637,13 @@ def __init__(__self__, *, single virtual machine will be kept on the same datastore. Default: `true`. :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster. Default: `false`. - :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to freeSpace, drs_free_space_threshold is used. :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default @@ -642,56 +687,113 @@ def __init__(__self__, *, > **NOTE:** Tagging support requires vCenter 6.0 or higher. """ + _DatastoreClusterState._configure( + lambda key, value: pulumi.set(__self__, key, value), + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + folder=folder, + name=name, + sdrs_advanced_options=sdrs_advanced_options, + sdrs_automation_level=sdrs_automation_level, + sdrs_default_intra_vm_affinity=sdrs_default_intra_vm_affinity, + sdrs_enabled=sdrs_enabled, + sdrs_free_space_threshold=sdrs_free_space_threshold, + sdrs_free_space_threshold_mode=sdrs_free_space_threshold_mode, + sdrs_free_space_utilization_difference=sdrs_free_space_utilization_difference, + sdrs_io_balance_automation_level=sdrs_io_balance_automation_level, + sdrs_io_latency_threshold=sdrs_io_latency_threshold, + sdrs_io_load_balance_enabled=sdrs_io_load_balance_enabled, + sdrs_io_load_imbalance_threshold=sdrs_io_load_imbalance_threshold, + sdrs_io_reservable_iops_threshold=sdrs_io_reservable_iops_threshold, + sdrs_io_reservable_percent_threshold=sdrs_io_reservable_percent_threshold, + sdrs_io_reservable_threshold_mode=sdrs_io_reservable_threshold_mode, + sdrs_load_balance_interval=sdrs_load_balance_interval, + sdrs_policy_enforcement_automation_level=sdrs_policy_enforcement_automation_level, + sdrs_rule_enforcement_automation_level=sdrs_rule_enforcement_automation_level, + sdrs_space_balance_automation_level=sdrs_space_balance_automation_level, + sdrs_space_utilization_threshold=sdrs_space_utilization_threshold, + sdrs_vm_evacuation_automation_level=sdrs_vm_evacuation_automation_level, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + sdrs_advanced_options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + sdrs_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_default_intra_vm_affinity: Optional[pulumi.Input[bool]] = None, + sdrs_enabled: Optional[pulumi.Input[bool]] = None, + sdrs_free_space_threshold: Optional[pulumi.Input[int]] = None, + sdrs_free_space_threshold_mode: Optional[pulumi.Input[str]] = None, + sdrs_free_space_utilization_difference: Optional[pulumi.Input[int]] = None, + sdrs_io_balance_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_io_latency_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_load_balance_enabled: Optional[pulumi.Input[bool]] = None, + sdrs_io_load_imbalance_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_iops_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_percent_threshold: Optional[pulumi.Input[int]] = None, + sdrs_io_reservable_threshold_mode: Optional[pulumi.Input[str]] = None, + sdrs_load_balance_interval: Optional[pulumi.Input[int]] = None, + sdrs_policy_enforcement_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_rule_enforcement_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_space_balance_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_space_utilization_threshold: Optional[pulumi.Input[int]] = None, + sdrs_vm_evacuation_automation_level: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if sdrs_advanced_options is not None: - pulumi.set(__self__, "sdrs_advanced_options", sdrs_advanced_options) + _setter("sdrs_advanced_options", sdrs_advanced_options) if sdrs_automation_level is not None: - pulumi.set(__self__, "sdrs_automation_level", sdrs_automation_level) + _setter("sdrs_automation_level", sdrs_automation_level) if sdrs_default_intra_vm_affinity is not None: - pulumi.set(__self__, "sdrs_default_intra_vm_affinity", sdrs_default_intra_vm_affinity) + _setter("sdrs_default_intra_vm_affinity", sdrs_default_intra_vm_affinity) if sdrs_enabled is not None: - pulumi.set(__self__, "sdrs_enabled", sdrs_enabled) + _setter("sdrs_enabled", sdrs_enabled) if sdrs_free_space_threshold is not None: - pulumi.set(__self__, "sdrs_free_space_threshold", sdrs_free_space_threshold) + _setter("sdrs_free_space_threshold", sdrs_free_space_threshold) if sdrs_free_space_threshold_mode is not None: - pulumi.set(__self__, "sdrs_free_space_threshold_mode", sdrs_free_space_threshold_mode) + _setter("sdrs_free_space_threshold_mode", sdrs_free_space_threshold_mode) if sdrs_free_space_utilization_difference is not None: - pulumi.set(__self__, "sdrs_free_space_utilization_difference", sdrs_free_space_utilization_difference) + _setter("sdrs_free_space_utilization_difference", sdrs_free_space_utilization_difference) if sdrs_io_balance_automation_level is not None: - pulumi.set(__self__, "sdrs_io_balance_automation_level", sdrs_io_balance_automation_level) + _setter("sdrs_io_balance_automation_level", sdrs_io_balance_automation_level) if sdrs_io_latency_threshold is not None: - pulumi.set(__self__, "sdrs_io_latency_threshold", sdrs_io_latency_threshold) + _setter("sdrs_io_latency_threshold", sdrs_io_latency_threshold) if sdrs_io_load_balance_enabled is not None: - pulumi.set(__self__, "sdrs_io_load_balance_enabled", sdrs_io_load_balance_enabled) + _setter("sdrs_io_load_balance_enabled", sdrs_io_load_balance_enabled) if sdrs_io_load_imbalance_threshold is not None: - pulumi.set(__self__, "sdrs_io_load_imbalance_threshold", sdrs_io_load_imbalance_threshold) + _setter("sdrs_io_load_imbalance_threshold", sdrs_io_load_imbalance_threshold) if sdrs_io_reservable_iops_threshold is not None: - pulumi.set(__self__, "sdrs_io_reservable_iops_threshold", sdrs_io_reservable_iops_threshold) + _setter("sdrs_io_reservable_iops_threshold", sdrs_io_reservable_iops_threshold) if sdrs_io_reservable_percent_threshold is not None: - pulumi.set(__self__, "sdrs_io_reservable_percent_threshold", sdrs_io_reservable_percent_threshold) + _setter("sdrs_io_reservable_percent_threshold", sdrs_io_reservable_percent_threshold) if sdrs_io_reservable_threshold_mode is not None: - pulumi.set(__self__, "sdrs_io_reservable_threshold_mode", sdrs_io_reservable_threshold_mode) + _setter("sdrs_io_reservable_threshold_mode", sdrs_io_reservable_threshold_mode) if sdrs_load_balance_interval is not None: - pulumi.set(__self__, "sdrs_load_balance_interval", sdrs_load_balance_interval) + _setter("sdrs_load_balance_interval", sdrs_load_balance_interval) if sdrs_policy_enforcement_automation_level is not None: - pulumi.set(__self__, "sdrs_policy_enforcement_automation_level", sdrs_policy_enforcement_automation_level) + _setter("sdrs_policy_enforcement_automation_level", sdrs_policy_enforcement_automation_level) if sdrs_rule_enforcement_automation_level is not None: - pulumi.set(__self__, "sdrs_rule_enforcement_automation_level", sdrs_rule_enforcement_automation_level) + _setter("sdrs_rule_enforcement_automation_level", sdrs_rule_enforcement_automation_level) if sdrs_space_balance_automation_level is not None: - pulumi.set(__self__, "sdrs_space_balance_automation_level", sdrs_space_balance_automation_level) + _setter("sdrs_space_balance_automation_level", sdrs_space_balance_automation_level) if sdrs_space_utilization_threshold is not None: - pulumi.set(__self__, "sdrs_space_utilization_threshold", sdrs_space_utilization_threshold) + _setter("sdrs_space_utilization_threshold", sdrs_space_utilization_threshold) if sdrs_vm_evacuation_automation_level is not None: - pulumi.set(__self__, "sdrs_vm_evacuation_automation_level", sdrs_vm_evacuation_automation_level) + _setter("sdrs_vm_evacuation_automation_level", sdrs_vm_evacuation_automation_level) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="customAttributes") @@ -813,9 +915,7 @@ def sdrs_enabled(self, value: Optional[pulumi.Input[bool]]): @pulumi.getter(name="sdrsFreeSpaceThreshold") def sdrs_free_space_threshold(self) -> Optional[pulumi.Input[int]]: """ - The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. @@ -844,8 +944,6 @@ def sdrs_free_space_threshold_mode(self, value: Optional[pulumi.Input[str]]): def sdrs_free_space_utilization_difference(self) -> Optional[pulumi.Input[int]]: """ The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. """ @@ -1113,17 +1211,13 @@ def __init__(__self__, single virtual machine will be kept on the same datastore. Default: `true`. :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster. Default: `false`. - :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to freeSpace, drs_free_space_threshold is used. :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default @@ -1185,6 +1279,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DatastoreClusterArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -1321,17 +1419,13 @@ def get(resource_name: str, single virtual machine will be kept on the same datastore. Default: `true`. :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster. Default: `false`. - :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to freeSpace, drs_free_space_threshold is used. :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default @@ -1494,9 +1588,7 @@ def sdrs_enabled(self) -> pulumi.Output[Optional[bool]]: @pulumi.getter(name="sdrsFreeSpaceThreshold") def sdrs_free_space_threshold(self) -> pulumi.Output[Optional[int]]: """ - The threshold, in GB, that storage - DRS uses to make decisions to migrate VMs out of a datastore. Default: `50` - GB. + The free space threshold to use. When set to `utilization`, `drs_space_utilization_threshold` is used, and when set to `freeSpace`, `drs_free_space_threshold` is used. Default: `utilization`. @@ -1517,8 +1609,6 @@ def sdrs_free_space_threshold_mode(self) -> pulumi.Output[Optional[str]]: def sdrs_free_space_utilization_difference(self) -> pulumi.Output[Optional[int]]: """ The threshold, in - percent of used space, that storage DRS uses to make decisions to migrate VMs - out of a datastore. Default: `80` percent. percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. Default: `5` percent. """ diff --git a/sdk/python/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py b/sdk/python/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py index 4fe75c8a..c532d2f3 100644 --- a/sdk/python/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +++ b/sdk/python/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['DatastoreClusterVmAntiAffinityRuleArgs', 'DatastoreClusterVmAntiAffinityRule'] @@ -33,14 +33,31 @@ def __init__(__self__, *, machine operations that may violate this rule. Default: `false`. :param pulumi.Input[str] name: The name of the rule. This must be unique in the cluster. """ - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + DatastoreClusterVmAntiAffinityRuleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore_cluster_id=datastore_cluster_id, + virtual_machine_ids=virtual_machine_ids, + enabled=enabled, + mandatory=mandatory, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore_cluster_id: pulumi.Input[str], + virtual_machine_ids: pulumi.Input[Sequence[pulumi.Input[str]]], + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datastore_cluster_id", datastore_cluster_id) + _setter("virtual_machine_ids", virtual_machine_ids) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="datastoreClusterId") @@ -131,16 +148,33 @@ def __init__(__self__, *, > **NOTE:** The minimum length of `virtual_machine_ids` is 2. """ + _DatastoreClusterVmAntiAffinityRuleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore_cluster_id=datastore_cluster_id, + enabled=enabled, + mandatory=mandatory, + name=name, + virtual_machine_ids=virtual_machine_ids, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + enabled: Optional[pulumi.Input[bool]] = None, + mandatory: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + virtual_machine_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if enabled is not None: - pulumi.set(__self__, "enabled", enabled) + _setter("enabled", enabled) if mandatory is not None: - pulumi.set(__self__, "mandatory", mandatory) + _setter("mandatory", mandatory) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if virtual_machine_ids is not None: - pulumi.set(__self__, "virtual_machine_ids", virtual_machine_ids) + _setter("virtual_machine_ids", virtual_machine_ids) @property @pulumi.getter(name="datastoreClusterId") @@ -254,6 +288,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DatastoreClusterVmAntiAffinityRuleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/distributed_port_group.py b/sdk/python/pulumi_vsphere/distributed_port_group.py index 27bb28a7..68ea1a4e 100644 --- a/sdk/python/pulumi_vsphere/distributed_port_group.py +++ b/sdk/python/pulumi_vsphere/distributed_port_group.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -147,97 +147,196 @@ def __init__(__self__, *, individual port. :param pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN. """ - pulumi.set(__self__, "distributed_virtual_switch_uuid", distributed_virtual_switch_uuid) + DistributedPortGroupArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + distributed_virtual_switch_uuid=distributed_virtual_switch_uuid, + active_uplinks=active_uplinks, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + auto_expand=auto_expand, + block_all_ports=block_all_ports, + block_override_allowed=block_override_allowed, + check_beacon=check_beacon, + custom_attributes=custom_attributes, + description=description, + directpath_gen2_allowed=directpath_gen2_allowed, + egress_shaping_average_bandwidth=egress_shaping_average_bandwidth, + egress_shaping_burst_size=egress_shaping_burst_size, + egress_shaping_enabled=egress_shaping_enabled, + egress_shaping_peak_bandwidth=egress_shaping_peak_bandwidth, + failback=failback, + ingress_shaping_average_bandwidth=ingress_shaping_average_bandwidth, + ingress_shaping_burst_size=ingress_shaping_burst_size, + ingress_shaping_enabled=ingress_shaping_enabled, + ingress_shaping_peak_bandwidth=ingress_shaping_peak_bandwidth, + lacp_enabled=lacp_enabled, + lacp_mode=lacp_mode, + live_port_moving_allowed=live_port_moving_allowed, + name=name, + netflow_enabled=netflow_enabled, + netflow_override_allowed=netflow_override_allowed, + network_resource_pool_key=network_resource_pool_key, + network_resource_pool_override_allowed=network_resource_pool_override_allowed, + notify_switches=notify_switches, + number_of_ports=number_of_ports, + port_config_reset_at_disconnect=port_config_reset_at_disconnect, + port_name_format=port_name_format, + port_private_secondary_vlan_id=port_private_secondary_vlan_id, + security_policy_override_allowed=security_policy_override_allowed, + shaping_override_allowed=shaping_override_allowed, + standby_uplinks=standby_uplinks, + tags=tags, + teaming_policy=teaming_policy, + traffic_filter_override_allowed=traffic_filter_override_allowed, + tx_uplink=tx_uplink, + type=type, + uplink_teaming_override_allowed=uplink_teaming_override_allowed, + vlan_id=vlan_id, + vlan_override_allowed=vlan_override_allowed, + vlan_ranges=vlan_ranges, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + distributed_virtual_switch_uuid: pulumi.Input[str], + active_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + auto_expand: Optional[pulumi.Input[bool]] = None, + block_all_ports: Optional[pulumi.Input[bool]] = None, + block_override_allowed: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + description: Optional[pulumi.Input[str]] = None, + directpath_gen2_allowed: Optional[pulumi.Input[bool]] = None, + egress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + egress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + egress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + egress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + failback: Optional[pulumi.Input[bool]] = None, + ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + ingress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + ingress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + lacp_enabled: Optional[pulumi.Input[bool]] = None, + lacp_mode: Optional[pulumi.Input[str]] = None, + live_port_moving_allowed: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + netflow_enabled: Optional[pulumi.Input[bool]] = None, + netflow_override_allowed: Optional[pulumi.Input[bool]] = None, + network_resource_pool_key: Optional[pulumi.Input[str]] = None, + network_resource_pool_override_allowed: Optional[pulumi.Input[bool]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + number_of_ports: Optional[pulumi.Input[int]] = None, + port_config_reset_at_disconnect: Optional[pulumi.Input[bool]] = None, + port_name_format: Optional[pulumi.Input[str]] = None, + port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None, + security_policy_override_allowed: Optional[pulumi.Input[bool]] = None, + shaping_override_allowed: Optional[pulumi.Input[bool]] = None, + standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + traffic_filter_override_allowed: Optional[pulumi.Input[bool]] = None, + tx_uplink: Optional[pulumi.Input[bool]] = None, + type: Optional[pulumi.Input[str]] = None, + uplink_teaming_override_allowed: Optional[pulumi.Input[bool]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + vlan_override_allowed: Optional[pulumi.Input[bool]] = None, + vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("distributed_virtual_switch_uuid", distributed_virtual_switch_uuid) if active_uplinks is not None: - pulumi.set(__self__, "active_uplinks", active_uplinks) + _setter("active_uplinks", active_uplinks) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if auto_expand is not None: - pulumi.set(__self__, "auto_expand", auto_expand) + _setter("auto_expand", auto_expand) if block_all_ports is not None: - pulumi.set(__self__, "block_all_ports", block_all_ports) + _setter("block_all_ports", block_all_ports) if block_override_allowed is not None: - pulumi.set(__self__, "block_override_allowed", block_override_allowed) + _setter("block_override_allowed", block_override_allowed) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if directpath_gen2_allowed is not None: - pulumi.set(__self__, "directpath_gen2_allowed", directpath_gen2_allowed) + _setter("directpath_gen2_allowed", directpath_gen2_allowed) if egress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) + _setter("egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) if egress_shaping_burst_size is not None: - pulumi.set(__self__, "egress_shaping_burst_size", egress_shaping_burst_size) + _setter("egress_shaping_burst_size", egress_shaping_burst_size) if egress_shaping_enabled is not None: - pulumi.set(__self__, "egress_shaping_enabled", egress_shaping_enabled) + _setter("egress_shaping_enabled", egress_shaping_enabled) if egress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) + _setter("egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if ingress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) + _setter("ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) if ingress_shaping_burst_size is not None: - pulumi.set(__self__, "ingress_shaping_burst_size", ingress_shaping_burst_size) + _setter("ingress_shaping_burst_size", ingress_shaping_burst_size) if ingress_shaping_enabled is not None: - pulumi.set(__self__, "ingress_shaping_enabled", ingress_shaping_enabled) + _setter("ingress_shaping_enabled", ingress_shaping_enabled) if ingress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) + _setter("ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) if lacp_enabled is not None: - pulumi.set(__self__, "lacp_enabled", lacp_enabled) + _setter("lacp_enabled", lacp_enabled) if lacp_mode is not None: - pulumi.set(__self__, "lacp_mode", lacp_mode) + _setter("lacp_mode", lacp_mode) if live_port_moving_allowed is not None: - pulumi.set(__self__, "live_port_moving_allowed", live_port_moving_allowed) + _setter("live_port_moving_allowed", live_port_moving_allowed) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if netflow_enabled is not None: - pulumi.set(__self__, "netflow_enabled", netflow_enabled) + _setter("netflow_enabled", netflow_enabled) if netflow_override_allowed is not None: - pulumi.set(__self__, "netflow_override_allowed", netflow_override_allowed) + _setter("netflow_override_allowed", netflow_override_allowed) if network_resource_pool_key is not None: - pulumi.set(__self__, "network_resource_pool_key", network_resource_pool_key) + _setter("network_resource_pool_key", network_resource_pool_key) if network_resource_pool_override_allowed is not None: - pulumi.set(__self__, "network_resource_pool_override_allowed", network_resource_pool_override_allowed) + _setter("network_resource_pool_override_allowed", network_resource_pool_override_allowed) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if number_of_ports is not None: - pulumi.set(__self__, "number_of_ports", number_of_ports) + _setter("number_of_ports", number_of_ports) if port_config_reset_at_disconnect is not None: - pulumi.set(__self__, "port_config_reset_at_disconnect", port_config_reset_at_disconnect) + _setter("port_config_reset_at_disconnect", port_config_reset_at_disconnect) if port_name_format is not None: - pulumi.set(__self__, "port_name_format", port_name_format) + _setter("port_name_format", port_name_format) if port_private_secondary_vlan_id is not None: - pulumi.set(__self__, "port_private_secondary_vlan_id", port_private_secondary_vlan_id) + _setter("port_private_secondary_vlan_id", port_private_secondary_vlan_id) if security_policy_override_allowed is not None: - pulumi.set(__self__, "security_policy_override_allowed", security_policy_override_allowed) + _setter("security_policy_override_allowed", security_policy_override_allowed) if shaping_override_allowed is not None: - pulumi.set(__self__, "shaping_override_allowed", shaping_override_allowed) + _setter("shaping_override_allowed", shaping_override_allowed) if standby_uplinks is not None: - pulumi.set(__self__, "standby_uplinks", standby_uplinks) + _setter("standby_uplinks", standby_uplinks) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if traffic_filter_override_allowed is not None: - pulumi.set(__self__, "traffic_filter_override_allowed", traffic_filter_override_allowed) + _setter("traffic_filter_override_allowed", traffic_filter_override_allowed) if tx_uplink is not None: - pulumi.set(__self__, "tx_uplink", tx_uplink) + _setter("tx_uplink", tx_uplink) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) if uplink_teaming_override_allowed is not None: - pulumi.set(__self__, "uplink_teaming_override_allowed", uplink_teaming_override_allowed) + _setter("uplink_teaming_override_allowed", uplink_teaming_override_allowed) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) if vlan_override_allowed is not None: - pulumi.set(__self__, "vlan_override_allowed", vlan_override_allowed) + _setter("vlan_override_allowed", vlan_override_allowed) if vlan_ranges is not None: - pulumi.set(__self__, "vlan_ranges", vlan_ranges) + _setter("vlan_ranges", vlan_ranges) @property @pulumi.getter(name="distributedVirtualSwitchUuid") @@ -967,102 +1066,205 @@ def __init__(__self__, *, individual port. :param pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN. """ + _DistributedPortGroupState._configure( + lambda key, value: pulumi.set(__self__, key, value), + active_uplinks=active_uplinks, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + auto_expand=auto_expand, + block_all_ports=block_all_ports, + block_override_allowed=block_override_allowed, + check_beacon=check_beacon, + config_version=config_version, + custom_attributes=custom_attributes, + description=description, + directpath_gen2_allowed=directpath_gen2_allowed, + distributed_virtual_switch_uuid=distributed_virtual_switch_uuid, + egress_shaping_average_bandwidth=egress_shaping_average_bandwidth, + egress_shaping_burst_size=egress_shaping_burst_size, + egress_shaping_enabled=egress_shaping_enabled, + egress_shaping_peak_bandwidth=egress_shaping_peak_bandwidth, + failback=failback, + ingress_shaping_average_bandwidth=ingress_shaping_average_bandwidth, + ingress_shaping_burst_size=ingress_shaping_burst_size, + ingress_shaping_enabled=ingress_shaping_enabled, + ingress_shaping_peak_bandwidth=ingress_shaping_peak_bandwidth, + key=key, + lacp_enabled=lacp_enabled, + lacp_mode=lacp_mode, + live_port_moving_allowed=live_port_moving_allowed, + name=name, + netflow_enabled=netflow_enabled, + netflow_override_allowed=netflow_override_allowed, + network_resource_pool_key=network_resource_pool_key, + network_resource_pool_override_allowed=network_resource_pool_override_allowed, + notify_switches=notify_switches, + number_of_ports=number_of_ports, + port_config_reset_at_disconnect=port_config_reset_at_disconnect, + port_name_format=port_name_format, + port_private_secondary_vlan_id=port_private_secondary_vlan_id, + security_policy_override_allowed=security_policy_override_allowed, + shaping_override_allowed=shaping_override_allowed, + standby_uplinks=standby_uplinks, + tags=tags, + teaming_policy=teaming_policy, + traffic_filter_override_allowed=traffic_filter_override_allowed, + tx_uplink=tx_uplink, + type=type, + uplink_teaming_override_allowed=uplink_teaming_override_allowed, + vlan_id=vlan_id, + vlan_override_allowed=vlan_override_allowed, + vlan_ranges=vlan_ranges, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + active_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + auto_expand: Optional[pulumi.Input[bool]] = None, + block_all_ports: Optional[pulumi.Input[bool]] = None, + block_override_allowed: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + config_version: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + description: Optional[pulumi.Input[str]] = None, + directpath_gen2_allowed: Optional[pulumi.Input[bool]] = None, + distributed_virtual_switch_uuid: Optional[pulumi.Input[str]] = None, + egress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + egress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + egress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + egress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + failback: Optional[pulumi.Input[bool]] = None, + ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + ingress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + ingress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + key: Optional[pulumi.Input[str]] = None, + lacp_enabled: Optional[pulumi.Input[bool]] = None, + lacp_mode: Optional[pulumi.Input[str]] = None, + live_port_moving_allowed: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + netflow_enabled: Optional[pulumi.Input[bool]] = None, + netflow_override_allowed: Optional[pulumi.Input[bool]] = None, + network_resource_pool_key: Optional[pulumi.Input[str]] = None, + network_resource_pool_override_allowed: Optional[pulumi.Input[bool]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + number_of_ports: Optional[pulumi.Input[int]] = None, + port_config_reset_at_disconnect: Optional[pulumi.Input[bool]] = None, + port_name_format: Optional[pulumi.Input[str]] = None, + port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None, + security_policy_override_allowed: Optional[pulumi.Input[bool]] = None, + shaping_override_allowed: Optional[pulumi.Input[bool]] = None, + standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + traffic_filter_override_allowed: Optional[pulumi.Input[bool]] = None, + tx_uplink: Optional[pulumi.Input[bool]] = None, + type: Optional[pulumi.Input[str]] = None, + uplink_teaming_override_allowed: Optional[pulumi.Input[bool]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + vlan_override_allowed: Optional[pulumi.Input[bool]] = None, + vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if active_uplinks is not None: - pulumi.set(__self__, "active_uplinks", active_uplinks) + _setter("active_uplinks", active_uplinks) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if auto_expand is not None: - pulumi.set(__self__, "auto_expand", auto_expand) + _setter("auto_expand", auto_expand) if block_all_ports is not None: - pulumi.set(__self__, "block_all_ports", block_all_ports) + _setter("block_all_ports", block_all_ports) if block_override_allowed is not None: - pulumi.set(__self__, "block_override_allowed", block_override_allowed) + _setter("block_override_allowed", block_override_allowed) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if config_version is not None: - pulumi.set(__self__, "config_version", config_version) + _setter("config_version", config_version) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if directpath_gen2_allowed is not None: - pulumi.set(__self__, "directpath_gen2_allowed", directpath_gen2_allowed) + _setter("directpath_gen2_allowed", directpath_gen2_allowed) if distributed_virtual_switch_uuid is not None: - pulumi.set(__self__, "distributed_virtual_switch_uuid", distributed_virtual_switch_uuid) + _setter("distributed_virtual_switch_uuid", distributed_virtual_switch_uuid) if egress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) + _setter("egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) if egress_shaping_burst_size is not None: - pulumi.set(__self__, "egress_shaping_burst_size", egress_shaping_burst_size) + _setter("egress_shaping_burst_size", egress_shaping_burst_size) if egress_shaping_enabled is not None: - pulumi.set(__self__, "egress_shaping_enabled", egress_shaping_enabled) + _setter("egress_shaping_enabled", egress_shaping_enabled) if egress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) + _setter("egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if ingress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) + _setter("ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) if ingress_shaping_burst_size is not None: - pulumi.set(__self__, "ingress_shaping_burst_size", ingress_shaping_burst_size) + _setter("ingress_shaping_burst_size", ingress_shaping_burst_size) if ingress_shaping_enabled is not None: - pulumi.set(__self__, "ingress_shaping_enabled", ingress_shaping_enabled) + _setter("ingress_shaping_enabled", ingress_shaping_enabled) if ingress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) + _setter("ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if lacp_enabled is not None: - pulumi.set(__self__, "lacp_enabled", lacp_enabled) + _setter("lacp_enabled", lacp_enabled) if lacp_mode is not None: - pulumi.set(__self__, "lacp_mode", lacp_mode) + _setter("lacp_mode", lacp_mode) if live_port_moving_allowed is not None: - pulumi.set(__self__, "live_port_moving_allowed", live_port_moving_allowed) + _setter("live_port_moving_allowed", live_port_moving_allowed) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if netflow_enabled is not None: - pulumi.set(__self__, "netflow_enabled", netflow_enabled) + _setter("netflow_enabled", netflow_enabled) if netflow_override_allowed is not None: - pulumi.set(__self__, "netflow_override_allowed", netflow_override_allowed) + _setter("netflow_override_allowed", netflow_override_allowed) if network_resource_pool_key is not None: - pulumi.set(__self__, "network_resource_pool_key", network_resource_pool_key) + _setter("network_resource_pool_key", network_resource_pool_key) if network_resource_pool_override_allowed is not None: - pulumi.set(__self__, "network_resource_pool_override_allowed", network_resource_pool_override_allowed) + _setter("network_resource_pool_override_allowed", network_resource_pool_override_allowed) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if number_of_ports is not None: - pulumi.set(__self__, "number_of_ports", number_of_ports) + _setter("number_of_ports", number_of_ports) if port_config_reset_at_disconnect is not None: - pulumi.set(__self__, "port_config_reset_at_disconnect", port_config_reset_at_disconnect) + _setter("port_config_reset_at_disconnect", port_config_reset_at_disconnect) if port_name_format is not None: - pulumi.set(__self__, "port_name_format", port_name_format) + _setter("port_name_format", port_name_format) if port_private_secondary_vlan_id is not None: - pulumi.set(__self__, "port_private_secondary_vlan_id", port_private_secondary_vlan_id) + _setter("port_private_secondary_vlan_id", port_private_secondary_vlan_id) if security_policy_override_allowed is not None: - pulumi.set(__self__, "security_policy_override_allowed", security_policy_override_allowed) + _setter("security_policy_override_allowed", security_policy_override_allowed) if shaping_override_allowed is not None: - pulumi.set(__self__, "shaping_override_allowed", shaping_override_allowed) + _setter("shaping_override_allowed", shaping_override_allowed) if standby_uplinks is not None: - pulumi.set(__self__, "standby_uplinks", standby_uplinks) + _setter("standby_uplinks", standby_uplinks) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if traffic_filter_override_allowed is not None: - pulumi.set(__self__, "traffic_filter_override_allowed", traffic_filter_override_allowed) + _setter("traffic_filter_override_allowed", traffic_filter_override_allowed) if tx_uplink is not None: - pulumi.set(__self__, "tx_uplink", tx_uplink) + _setter("tx_uplink", tx_uplink) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) if uplink_teaming_override_allowed is not None: - pulumi.set(__self__, "uplink_teaming_override_allowed", uplink_teaming_override_allowed) + _setter("uplink_teaming_override_allowed", uplink_teaming_override_allowed) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) if vlan_override_allowed is not None: - pulumi.set(__self__, "vlan_override_allowed", vlan_override_allowed) + _setter("vlan_override_allowed", vlan_override_allowed) if vlan_ranges is not None: - pulumi.set(__self__, "vlan_ranges", vlan_ranges) + _setter("vlan_ranges", vlan_ranges) @property @pulumi.getter(name="activeUplinks") @@ -1835,6 +2037,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DistributedPortGroupArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/distributed_virtual_switch.py b/sdk/python/pulumi_vsphere/distributed_virtual_switch.py index 12b7d331..9a612e8c 100644 --- a/sdk/python/pulumi_vsphere/distributed_virtual_switch.py +++ b/sdk/python/pulumi_vsphere/distributed_virtual_switch.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -299,193 +299,388 @@ def __init__(__self__, *, :param pulumi.Input[int] vsan_share_count: The amount of shares to allocate to the vsan traffic class for a custom share level. :param pulumi.Input[str] vsan_share_level: The allocation level for the vsan traffic class. Can be one of high, low, normal, or custom. """ - pulumi.set(__self__, "datacenter_id", datacenter_id) + DistributedVirtualSwitchArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datacenter_id=datacenter_id, + active_uplinks=active_uplinks, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + backupnfc_maximum_mbit=backupnfc_maximum_mbit, + backupnfc_reservation_mbit=backupnfc_reservation_mbit, + backupnfc_share_count=backupnfc_share_count, + backupnfc_share_level=backupnfc_share_level, + block_all_ports=block_all_ports, + check_beacon=check_beacon, + contact_detail=contact_detail, + contact_name=contact_name, + custom_attributes=custom_attributes, + description=description, + directpath_gen2_allowed=directpath_gen2_allowed, + egress_shaping_average_bandwidth=egress_shaping_average_bandwidth, + egress_shaping_burst_size=egress_shaping_burst_size, + egress_shaping_enabled=egress_shaping_enabled, + egress_shaping_peak_bandwidth=egress_shaping_peak_bandwidth, + failback=failback, + faulttolerance_maximum_mbit=faulttolerance_maximum_mbit, + faulttolerance_reservation_mbit=faulttolerance_reservation_mbit, + faulttolerance_share_count=faulttolerance_share_count, + faulttolerance_share_level=faulttolerance_share_level, + folder=folder, + hbr_maximum_mbit=hbr_maximum_mbit, + hbr_reservation_mbit=hbr_reservation_mbit, + hbr_share_count=hbr_share_count, + hbr_share_level=hbr_share_level, + hosts=hosts, + ignore_other_pvlan_mappings=ignore_other_pvlan_mappings, + ingress_shaping_average_bandwidth=ingress_shaping_average_bandwidth, + ingress_shaping_burst_size=ingress_shaping_burst_size, + ingress_shaping_enabled=ingress_shaping_enabled, + ingress_shaping_peak_bandwidth=ingress_shaping_peak_bandwidth, + ipv4_address=ipv4_address, + iscsi_maximum_mbit=iscsi_maximum_mbit, + iscsi_reservation_mbit=iscsi_reservation_mbit, + iscsi_share_count=iscsi_share_count, + iscsi_share_level=iscsi_share_level, + lacp_api_version=lacp_api_version, + lacp_enabled=lacp_enabled, + lacp_mode=lacp_mode, + link_discovery_operation=link_discovery_operation, + link_discovery_protocol=link_discovery_protocol, + management_maximum_mbit=management_maximum_mbit, + management_reservation_mbit=management_reservation_mbit, + management_share_count=management_share_count, + management_share_level=management_share_level, + max_mtu=max_mtu, + multicast_filtering_mode=multicast_filtering_mode, + name=name, + netflow_active_flow_timeout=netflow_active_flow_timeout, + netflow_collector_ip_address=netflow_collector_ip_address, + netflow_collector_port=netflow_collector_port, + netflow_enabled=netflow_enabled, + netflow_idle_flow_timeout=netflow_idle_flow_timeout, + netflow_internal_flows_only=netflow_internal_flows_only, + netflow_observation_domain_id=netflow_observation_domain_id, + netflow_sampling_rate=netflow_sampling_rate, + network_resource_control_enabled=network_resource_control_enabled, + network_resource_control_version=network_resource_control_version, + nfs_maximum_mbit=nfs_maximum_mbit, + nfs_reservation_mbit=nfs_reservation_mbit, + nfs_share_count=nfs_share_count, + nfs_share_level=nfs_share_level, + notify_switches=notify_switches, + port_private_secondary_vlan_id=port_private_secondary_vlan_id, + pvlan_mappings=pvlan_mappings, + standby_uplinks=standby_uplinks, + tags=tags, + teaming_policy=teaming_policy, + tx_uplink=tx_uplink, + uplinks=uplinks, + vdp_maximum_mbit=vdp_maximum_mbit, + vdp_reservation_mbit=vdp_reservation_mbit, + vdp_share_count=vdp_share_count, + vdp_share_level=vdp_share_level, + version=version, + virtualmachine_maximum_mbit=virtualmachine_maximum_mbit, + virtualmachine_reservation_mbit=virtualmachine_reservation_mbit, + virtualmachine_share_count=virtualmachine_share_count, + virtualmachine_share_level=virtualmachine_share_level, + vlan_id=vlan_id, + vlan_ranges=vlan_ranges, + vmotion_maximum_mbit=vmotion_maximum_mbit, + vmotion_reservation_mbit=vmotion_reservation_mbit, + vmotion_share_count=vmotion_share_count, + vmotion_share_level=vmotion_share_level, + vsan_maximum_mbit=vsan_maximum_mbit, + vsan_reservation_mbit=vsan_reservation_mbit, + vsan_share_count=vsan_share_count, + vsan_share_level=vsan_share_level, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datacenter_id: pulumi.Input[str], + active_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + backupnfc_maximum_mbit: Optional[pulumi.Input[int]] = None, + backupnfc_reservation_mbit: Optional[pulumi.Input[int]] = None, + backupnfc_share_count: Optional[pulumi.Input[int]] = None, + backupnfc_share_level: Optional[pulumi.Input[str]] = None, + block_all_ports: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + contact_detail: Optional[pulumi.Input[str]] = None, + contact_name: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + description: Optional[pulumi.Input[str]] = None, + directpath_gen2_allowed: Optional[pulumi.Input[bool]] = None, + egress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + egress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + egress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + egress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + failback: Optional[pulumi.Input[bool]] = None, + faulttolerance_maximum_mbit: Optional[pulumi.Input[int]] = None, + faulttolerance_reservation_mbit: Optional[pulumi.Input[int]] = None, + faulttolerance_share_count: Optional[pulumi.Input[int]] = None, + faulttolerance_share_level: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + hbr_maximum_mbit: Optional[pulumi.Input[int]] = None, + hbr_reservation_mbit: Optional[pulumi.Input[int]] = None, + hbr_share_count: Optional[pulumi.Input[int]] = None, + hbr_share_level: Optional[pulumi.Input[str]] = None, + hosts: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchHostArgs']]]] = None, + ignore_other_pvlan_mappings: Optional[pulumi.Input[bool]] = None, + ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + ingress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + ingress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + ipv4_address: Optional[pulumi.Input[str]] = None, + iscsi_maximum_mbit: Optional[pulumi.Input[int]] = None, + iscsi_reservation_mbit: Optional[pulumi.Input[int]] = None, + iscsi_share_count: Optional[pulumi.Input[int]] = None, + iscsi_share_level: Optional[pulumi.Input[str]] = None, + lacp_api_version: Optional[pulumi.Input[str]] = None, + lacp_enabled: Optional[pulumi.Input[bool]] = None, + lacp_mode: Optional[pulumi.Input[str]] = None, + link_discovery_operation: Optional[pulumi.Input[str]] = None, + link_discovery_protocol: Optional[pulumi.Input[str]] = None, + management_maximum_mbit: Optional[pulumi.Input[int]] = None, + management_reservation_mbit: Optional[pulumi.Input[int]] = None, + management_share_count: Optional[pulumi.Input[int]] = None, + management_share_level: Optional[pulumi.Input[str]] = None, + max_mtu: Optional[pulumi.Input[int]] = None, + multicast_filtering_mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + netflow_active_flow_timeout: Optional[pulumi.Input[int]] = None, + netflow_collector_ip_address: Optional[pulumi.Input[str]] = None, + netflow_collector_port: Optional[pulumi.Input[int]] = None, + netflow_enabled: Optional[pulumi.Input[bool]] = None, + netflow_idle_flow_timeout: Optional[pulumi.Input[int]] = None, + netflow_internal_flows_only: Optional[pulumi.Input[bool]] = None, + netflow_observation_domain_id: Optional[pulumi.Input[int]] = None, + netflow_sampling_rate: Optional[pulumi.Input[int]] = None, + network_resource_control_enabled: Optional[pulumi.Input[bool]] = None, + network_resource_control_version: Optional[pulumi.Input[str]] = None, + nfs_maximum_mbit: Optional[pulumi.Input[int]] = None, + nfs_reservation_mbit: Optional[pulumi.Input[int]] = None, + nfs_share_count: Optional[pulumi.Input[int]] = None, + nfs_share_level: Optional[pulumi.Input[str]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None, + pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]]] = None, + standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + tx_uplink: Optional[pulumi.Input[bool]] = None, + uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vdp_maximum_mbit: Optional[pulumi.Input[int]] = None, + vdp_reservation_mbit: Optional[pulumi.Input[int]] = None, + vdp_share_count: Optional[pulumi.Input[int]] = None, + vdp_share_level: Optional[pulumi.Input[str]] = None, + version: Optional[pulumi.Input[str]] = None, + virtualmachine_maximum_mbit: Optional[pulumi.Input[int]] = None, + virtualmachine_reservation_mbit: Optional[pulumi.Input[int]] = None, + virtualmachine_share_count: Optional[pulumi.Input[int]] = None, + virtualmachine_share_level: Optional[pulumi.Input[str]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchVlanRangeArgs']]]] = None, + vmotion_maximum_mbit: Optional[pulumi.Input[int]] = None, + vmotion_reservation_mbit: Optional[pulumi.Input[int]] = None, + vmotion_share_count: Optional[pulumi.Input[int]] = None, + vmotion_share_level: Optional[pulumi.Input[str]] = None, + vsan_maximum_mbit: Optional[pulumi.Input[int]] = None, + vsan_reservation_mbit: Optional[pulumi.Input[int]] = None, + vsan_share_count: Optional[pulumi.Input[int]] = None, + vsan_share_level: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datacenter_id", datacenter_id) if active_uplinks is not None: - pulumi.set(__self__, "active_uplinks", active_uplinks) + _setter("active_uplinks", active_uplinks) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if backupnfc_maximum_mbit is not None: - pulumi.set(__self__, "backupnfc_maximum_mbit", backupnfc_maximum_mbit) + _setter("backupnfc_maximum_mbit", backupnfc_maximum_mbit) if backupnfc_reservation_mbit is not None: - pulumi.set(__self__, "backupnfc_reservation_mbit", backupnfc_reservation_mbit) + _setter("backupnfc_reservation_mbit", backupnfc_reservation_mbit) if backupnfc_share_count is not None: - pulumi.set(__self__, "backupnfc_share_count", backupnfc_share_count) + _setter("backupnfc_share_count", backupnfc_share_count) if backupnfc_share_level is not None: - pulumi.set(__self__, "backupnfc_share_level", backupnfc_share_level) + _setter("backupnfc_share_level", backupnfc_share_level) if block_all_ports is not None: - pulumi.set(__self__, "block_all_ports", block_all_ports) + _setter("block_all_ports", block_all_ports) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if contact_detail is not None: - pulumi.set(__self__, "contact_detail", contact_detail) + _setter("contact_detail", contact_detail) if contact_name is not None: - pulumi.set(__self__, "contact_name", contact_name) + _setter("contact_name", contact_name) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if directpath_gen2_allowed is not None: - pulumi.set(__self__, "directpath_gen2_allowed", directpath_gen2_allowed) + _setter("directpath_gen2_allowed", directpath_gen2_allowed) if egress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) + _setter("egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) if egress_shaping_burst_size is not None: - pulumi.set(__self__, "egress_shaping_burst_size", egress_shaping_burst_size) + _setter("egress_shaping_burst_size", egress_shaping_burst_size) if egress_shaping_enabled is not None: - pulumi.set(__self__, "egress_shaping_enabled", egress_shaping_enabled) + _setter("egress_shaping_enabled", egress_shaping_enabled) if egress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) + _setter("egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if faulttolerance_maximum_mbit is not None: - pulumi.set(__self__, "faulttolerance_maximum_mbit", faulttolerance_maximum_mbit) + _setter("faulttolerance_maximum_mbit", faulttolerance_maximum_mbit) if faulttolerance_reservation_mbit is not None: - pulumi.set(__self__, "faulttolerance_reservation_mbit", faulttolerance_reservation_mbit) + _setter("faulttolerance_reservation_mbit", faulttolerance_reservation_mbit) if faulttolerance_share_count is not None: - pulumi.set(__self__, "faulttolerance_share_count", faulttolerance_share_count) + _setter("faulttolerance_share_count", faulttolerance_share_count) if faulttolerance_share_level is not None: - pulumi.set(__self__, "faulttolerance_share_level", faulttolerance_share_level) + _setter("faulttolerance_share_level", faulttolerance_share_level) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if hbr_maximum_mbit is not None: - pulumi.set(__self__, "hbr_maximum_mbit", hbr_maximum_mbit) + _setter("hbr_maximum_mbit", hbr_maximum_mbit) if hbr_reservation_mbit is not None: - pulumi.set(__self__, "hbr_reservation_mbit", hbr_reservation_mbit) + _setter("hbr_reservation_mbit", hbr_reservation_mbit) if hbr_share_count is not None: - pulumi.set(__self__, "hbr_share_count", hbr_share_count) + _setter("hbr_share_count", hbr_share_count) if hbr_share_level is not None: - pulumi.set(__self__, "hbr_share_level", hbr_share_level) + _setter("hbr_share_level", hbr_share_level) if hosts is not None: - pulumi.set(__self__, "hosts", hosts) + _setter("hosts", hosts) if ignore_other_pvlan_mappings is not None: - pulumi.set(__self__, "ignore_other_pvlan_mappings", ignore_other_pvlan_mappings) + _setter("ignore_other_pvlan_mappings", ignore_other_pvlan_mappings) if ingress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) + _setter("ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) if ingress_shaping_burst_size is not None: - pulumi.set(__self__, "ingress_shaping_burst_size", ingress_shaping_burst_size) + _setter("ingress_shaping_burst_size", ingress_shaping_burst_size) if ingress_shaping_enabled is not None: - pulumi.set(__self__, "ingress_shaping_enabled", ingress_shaping_enabled) + _setter("ingress_shaping_enabled", ingress_shaping_enabled) if ingress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) + _setter("ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) if ipv4_address is not None: - pulumi.set(__self__, "ipv4_address", ipv4_address) + _setter("ipv4_address", ipv4_address) if iscsi_maximum_mbit is not None: - pulumi.set(__self__, "iscsi_maximum_mbit", iscsi_maximum_mbit) + _setter("iscsi_maximum_mbit", iscsi_maximum_mbit) if iscsi_reservation_mbit is not None: - pulumi.set(__self__, "iscsi_reservation_mbit", iscsi_reservation_mbit) + _setter("iscsi_reservation_mbit", iscsi_reservation_mbit) if iscsi_share_count is not None: - pulumi.set(__self__, "iscsi_share_count", iscsi_share_count) + _setter("iscsi_share_count", iscsi_share_count) if iscsi_share_level is not None: - pulumi.set(__self__, "iscsi_share_level", iscsi_share_level) + _setter("iscsi_share_level", iscsi_share_level) if lacp_api_version is not None: - pulumi.set(__self__, "lacp_api_version", lacp_api_version) + _setter("lacp_api_version", lacp_api_version) if lacp_enabled is not None: - pulumi.set(__self__, "lacp_enabled", lacp_enabled) + _setter("lacp_enabled", lacp_enabled) if lacp_mode is not None: - pulumi.set(__self__, "lacp_mode", lacp_mode) + _setter("lacp_mode", lacp_mode) if link_discovery_operation is not None: - pulumi.set(__self__, "link_discovery_operation", link_discovery_operation) + _setter("link_discovery_operation", link_discovery_operation) if link_discovery_protocol is not None: - pulumi.set(__self__, "link_discovery_protocol", link_discovery_protocol) + _setter("link_discovery_protocol", link_discovery_protocol) if management_maximum_mbit is not None: - pulumi.set(__self__, "management_maximum_mbit", management_maximum_mbit) + _setter("management_maximum_mbit", management_maximum_mbit) if management_reservation_mbit is not None: - pulumi.set(__self__, "management_reservation_mbit", management_reservation_mbit) + _setter("management_reservation_mbit", management_reservation_mbit) if management_share_count is not None: - pulumi.set(__self__, "management_share_count", management_share_count) + _setter("management_share_count", management_share_count) if management_share_level is not None: - pulumi.set(__self__, "management_share_level", management_share_level) + _setter("management_share_level", management_share_level) if max_mtu is not None: - pulumi.set(__self__, "max_mtu", max_mtu) + _setter("max_mtu", max_mtu) if multicast_filtering_mode is not None: - pulumi.set(__self__, "multicast_filtering_mode", multicast_filtering_mode) + _setter("multicast_filtering_mode", multicast_filtering_mode) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if netflow_active_flow_timeout is not None: - pulumi.set(__self__, "netflow_active_flow_timeout", netflow_active_flow_timeout) + _setter("netflow_active_flow_timeout", netflow_active_flow_timeout) if netflow_collector_ip_address is not None: - pulumi.set(__self__, "netflow_collector_ip_address", netflow_collector_ip_address) + _setter("netflow_collector_ip_address", netflow_collector_ip_address) if netflow_collector_port is not None: - pulumi.set(__self__, "netflow_collector_port", netflow_collector_port) + _setter("netflow_collector_port", netflow_collector_port) if netflow_enabled is not None: - pulumi.set(__self__, "netflow_enabled", netflow_enabled) + _setter("netflow_enabled", netflow_enabled) if netflow_idle_flow_timeout is not None: - pulumi.set(__self__, "netflow_idle_flow_timeout", netflow_idle_flow_timeout) + _setter("netflow_idle_flow_timeout", netflow_idle_flow_timeout) if netflow_internal_flows_only is not None: - pulumi.set(__self__, "netflow_internal_flows_only", netflow_internal_flows_only) + _setter("netflow_internal_flows_only", netflow_internal_flows_only) if netflow_observation_domain_id is not None: - pulumi.set(__self__, "netflow_observation_domain_id", netflow_observation_domain_id) + _setter("netflow_observation_domain_id", netflow_observation_domain_id) if netflow_sampling_rate is not None: - pulumi.set(__self__, "netflow_sampling_rate", netflow_sampling_rate) + _setter("netflow_sampling_rate", netflow_sampling_rate) if network_resource_control_enabled is not None: - pulumi.set(__self__, "network_resource_control_enabled", network_resource_control_enabled) + _setter("network_resource_control_enabled", network_resource_control_enabled) if network_resource_control_version is not None: - pulumi.set(__self__, "network_resource_control_version", network_resource_control_version) + _setter("network_resource_control_version", network_resource_control_version) if nfs_maximum_mbit is not None: - pulumi.set(__self__, "nfs_maximum_mbit", nfs_maximum_mbit) + _setter("nfs_maximum_mbit", nfs_maximum_mbit) if nfs_reservation_mbit is not None: - pulumi.set(__self__, "nfs_reservation_mbit", nfs_reservation_mbit) + _setter("nfs_reservation_mbit", nfs_reservation_mbit) if nfs_share_count is not None: - pulumi.set(__self__, "nfs_share_count", nfs_share_count) + _setter("nfs_share_count", nfs_share_count) if nfs_share_level is not None: - pulumi.set(__self__, "nfs_share_level", nfs_share_level) + _setter("nfs_share_level", nfs_share_level) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if port_private_secondary_vlan_id is not None: - pulumi.set(__self__, "port_private_secondary_vlan_id", port_private_secondary_vlan_id) + _setter("port_private_secondary_vlan_id", port_private_secondary_vlan_id) if pvlan_mappings is not None: - pulumi.set(__self__, "pvlan_mappings", pvlan_mappings) + _setter("pvlan_mappings", pvlan_mappings) if standby_uplinks is not None: - pulumi.set(__self__, "standby_uplinks", standby_uplinks) + _setter("standby_uplinks", standby_uplinks) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if tx_uplink is not None: - pulumi.set(__self__, "tx_uplink", tx_uplink) + _setter("tx_uplink", tx_uplink) if uplinks is not None: - pulumi.set(__self__, "uplinks", uplinks) + _setter("uplinks", uplinks) if vdp_maximum_mbit is not None: - pulumi.set(__self__, "vdp_maximum_mbit", vdp_maximum_mbit) + _setter("vdp_maximum_mbit", vdp_maximum_mbit) if vdp_reservation_mbit is not None: - pulumi.set(__self__, "vdp_reservation_mbit", vdp_reservation_mbit) + _setter("vdp_reservation_mbit", vdp_reservation_mbit) if vdp_share_count is not None: - pulumi.set(__self__, "vdp_share_count", vdp_share_count) + _setter("vdp_share_count", vdp_share_count) if vdp_share_level is not None: - pulumi.set(__self__, "vdp_share_level", vdp_share_level) + _setter("vdp_share_level", vdp_share_level) if version is not None: - pulumi.set(__self__, "version", version) + _setter("version", version) if virtualmachine_maximum_mbit is not None: - pulumi.set(__self__, "virtualmachine_maximum_mbit", virtualmachine_maximum_mbit) + _setter("virtualmachine_maximum_mbit", virtualmachine_maximum_mbit) if virtualmachine_reservation_mbit is not None: - pulumi.set(__self__, "virtualmachine_reservation_mbit", virtualmachine_reservation_mbit) + _setter("virtualmachine_reservation_mbit", virtualmachine_reservation_mbit) if virtualmachine_share_count is not None: - pulumi.set(__self__, "virtualmachine_share_count", virtualmachine_share_count) + _setter("virtualmachine_share_count", virtualmachine_share_count) if virtualmachine_share_level is not None: - pulumi.set(__self__, "virtualmachine_share_level", virtualmachine_share_level) + _setter("virtualmachine_share_level", virtualmachine_share_level) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) if vlan_ranges is not None: - pulumi.set(__self__, "vlan_ranges", vlan_ranges) + _setter("vlan_ranges", vlan_ranges) if vmotion_maximum_mbit is not None: - pulumi.set(__self__, "vmotion_maximum_mbit", vmotion_maximum_mbit) + _setter("vmotion_maximum_mbit", vmotion_maximum_mbit) if vmotion_reservation_mbit is not None: - pulumi.set(__self__, "vmotion_reservation_mbit", vmotion_reservation_mbit) + _setter("vmotion_reservation_mbit", vmotion_reservation_mbit) if vmotion_share_count is not None: - pulumi.set(__self__, "vmotion_share_count", vmotion_share_count) + _setter("vmotion_share_count", vmotion_share_count) if vmotion_share_level is not None: - pulumi.set(__self__, "vmotion_share_level", vmotion_share_level) + _setter("vmotion_share_level", vmotion_share_level) if vsan_maximum_mbit is not None: - pulumi.set(__self__, "vsan_maximum_mbit", vsan_maximum_mbit) + _setter("vsan_maximum_mbit", vsan_maximum_mbit) if vsan_reservation_mbit is not None: - pulumi.set(__self__, "vsan_reservation_mbit", vsan_reservation_mbit) + _setter("vsan_reservation_mbit", vsan_reservation_mbit) if vsan_share_count is not None: - pulumi.set(__self__, "vsan_share_count", vsan_share_count) + _setter("vsan_share_count", vsan_share_count) if vsan_share_level is not None: - pulumi.set(__self__, "vsan_share_level", vsan_share_level) + _setter("vsan_share_level", vsan_share_level) @property @pulumi.getter(name="datacenterId") @@ -1997,196 +2192,393 @@ def __init__(__self__, *, :param pulumi.Input[int] vsan_share_count: The amount of shares to allocate to the vsan traffic class for a custom share level. :param pulumi.Input[str] vsan_share_level: The allocation level for the vsan traffic class. Can be one of high, low, normal, or custom. """ + _DistributedVirtualSwitchState._configure( + lambda key, value: pulumi.set(__self__, key, value), + active_uplinks=active_uplinks, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + backupnfc_maximum_mbit=backupnfc_maximum_mbit, + backupnfc_reservation_mbit=backupnfc_reservation_mbit, + backupnfc_share_count=backupnfc_share_count, + backupnfc_share_level=backupnfc_share_level, + block_all_ports=block_all_ports, + check_beacon=check_beacon, + config_version=config_version, + contact_detail=contact_detail, + contact_name=contact_name, + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + description=description, + directpath_gen2_allowed=directpath_gen2_allowed, + egress_shaping_average_bandwidth=egress_shaping_average_bandwidth, + egress_shaping_burst_size=egress_shaping_burst_size, + egress_shaping_enabled=egress_shaping_enabled, + egress_shaping_peak_bandwidth=egress_shaping_peak_bandwidth, + failback=failback, + faulttolerance_maximum_mbit=faulttolerance_maximum_mbit, + faulttolerance_reservation_mbit=faulttolerance_reservation_mbit, + faulttolerance_share_count=faulttolerance_share_count, + faulttolerance_share_level=faulttolerance_share_level, + folder=folder, + hbr_maximum_mbit=hbr_maximum_mbit, + hbr_reservation_mbit=hbr_reservation_mbit, + hbr_share_count=hbr_share_count, + hbr_share_level=hbr_share_level, + hosts=hosts, + ignore_other_pvlan_mappings=ignore_other_pvlan_mappings, + ingress_shaping_average_bandwidth=ingress_shaping_average_bandwidth, + ingress_shaping_burst_size=ingress_shaping_burst_size, + ingress_shaping_enabled=ingress_shaping_enabled, + ingress_shaping_peak_bandwidth=ingress_shaping_peak_bandwidth, + ipv4_address=ipv4_address, + iscsi_maximum_mbit=iscsi_maximum_mbit, + iscsi_reservation_mbit=iscsi_reservation_mbit, + iscsi_share_count=iscsi_share_count, + iscsi_share_level=iscsi_share_level, + lacp_api_version=lacp_api_version, + lacp_enabled=lacp_enabled, + lacp_mode=lacp_mode, + link_discovery_operation=link_discovery_operation, + link_discovery_protocol=link_discovery_protocol, + management_maximum_mbit=management_maximum_mbit, + management_reservation_mbit=management_reservation_mbit, + management_share_count=management_share_count, + management_share_level=management_share_level, + max_mtu=max_mtu, + multicast_filtering_mode=multicast_filtering_mode, + name=name, + netflow_active_flow_timeout=netflow_active_flow_timeout, + netflow_collector_ip_address=netflow_collector_ip_address, + netflow_collector_port=netflow_collector_port, + netflow_enabled=netflow_enabled, + netflow_idle_flow_timeout=netflow_idle_flow_timeout, + netflow_internal_flows_only=netflow_internal_flows_only, + netflow_observation_domain_id=netflow_observation_domain_id, + netflow_sampling_rate=netflow_sampling_rate, + network_resource_control_enabled=network_resource_control_enabled, + network_resource_control_version=network_resource_control_version, + nfs_maximum_mbit=nfs_maximum_mbit, + nfs_reservation_mbit=nfs_reservation_mbit, + nfs_share_count=nfs_share_count, + nfs_share_level=nfs_share_level, + notify_switches=notify_switches, + port_private_secondary_vlan_id=port_private_secondary_vlan_id, + pvlan_mappings=pvlan_mappings, + standby_uplinks=standby_uplinks, + tags=tags, + teaming_policy=teaming_policy, + tx_uplink=tx_uplink, + uplinks=uplinks, + vdp_maximum_mbit=vdp_maximum_mbit, + vdp_reservation_mbit=vdp_reservation_mbit, + vdp_share_count=vdp_share_count, + vdp_share_level=vdp_share_level, + version=version, + virtualmachine_maximum_mbit=virtualmachine_maximum_mbit, + virtualmachine_reservation_mbit=virtualmachine_reservation_mbit, + virtualmachine_share_count=virtualmachine_share_count, + virtualmachine_share_level=virtualmachine_share_level, + vlan_id=vlan_id, + vlan_ranges=vlan_ranges, + vmotion_maximum_mbit=vmotion_maximum_mbit, + vmotion_reservation_mbit=vmotion_reservation_mbit, + vmotion_share_count=vmotion_share_count, + vmotion_share_level=vmotion_share_level, + vsan_maximum_mbit=vsan_maximum_mbit, + vsan_reservation_mbit=vsan_reservation_mbit, + vsan_share_count=vsan_share_count, + vsan_share_level=vsan_share_level, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + active_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + backupnfc_maximum_mbit: Optional[pulumi.Input[int]] = None, + backupnfc_reservation_mbit: Optional[pulumi.Input[int]] = None, + backupnfc_share_count: Optional[pulumi.Input[int]] = None, + backupnfc_share_level: Optional[pulumi.Input[str]] = None, + block_all_ports: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + config_version: Optional[pulumi.Input[str]] = None, + contact_detail: Optional[pulumi.Input[str]] = None, + contact_name: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + directpath_gen2_allowed: Optional[pulumi.Input[bool]] = None, + egress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + egress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + egress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + egress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + failback: Optional[pulumi.Input[bool]] = None, + faulttolerance_maximum_mbit: Optional[pulumi.Input[int]] = None, + faulttolerance_reservation_mbit: Optional[pulumi.Input[int]] = None, + faulttolerance_share_count: Optional[pulumi.Input[int]] = None, + faulttolerance_share_level: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + hbr_maximum_mbit: Optional[pulumi.Input[int]] = None, + hbr_reservation_mbit: Optional[pulumi.Input[int]] = None, + hbr_share_count: Optional[pulumi.Input[int]] = None, + hbr_share_level: Optional[pulumi.Input[str]] = None, + hosts: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchHostArgs']]]] = None, + ignore_other_pvlan_mappings: Optional[pulumi.Input[bool]] = None, + ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None, + ingress_shaping_enabled: Optional[pulumi.Input[bool]] = None, + ingress_shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + ipv4_address: Optional[pulumi.Input[str]] = None, + iscsi_maximum_mbit: Optional[pulumi.Input[int]] = None, + iscsi_reservation_mbit: Optional[pulumi.Input[int]] = None, + iscsi_share_count: Optional[pulumi.Input[int]] = None, + iscsi_share_level: Optional[pulumi.Input[str]] = None, + lacp_api_version: Optional[pulumi.Input[str]] = None, + lacp_enabled: Optional[pulumi.Input[bool]] = None, + lacp_mode: Optional[pulumi.Input[str]] = None, + link_discovery_operation: Optional[pulumi.Input[str]] = None, + link_discovery_protocol: Optional[pulumi.Input[str]] = None, + management_maximum_mbit: Optional[pulumi.Input[int]] = None, + management_reservation_mbit: Optional[pulumi.Input[int]] = None, + management_share_count: Optional[pulumi.Input[int]] = None, + management_share_level: Optional[pulumi.Input[str]] = None, + max_mtu: Optional[pulumi.Input[int]] = None, + multicast_filtering_mode: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + netflow_active_flow_timeout: Optional[pulumi.Input[int]] = None, + netflow_collector_ip_address: Optional[pulumi.Input[str]] = None, + netflow_collector_port: Optional[pulumi.Input[int]] = None, + netflow_enabled: Optional[pulumi.Input[bool]] = None, + netflow_idle_flow_timeout: Optional[pulumi.Input[int]] = None, + netflow_internal_flows_only: Optional[pulumi.Input[bool]] = None, + netflow_observation_domain_id: Optional[pulumi.Input[int]] = None, + netflow_sampling_rate: Optional[pulumi.Input[int]] = None, + network_resource_control_enabled: Optional[pulumi.Input[bool]] = None, + network_resource_control_version: Optional[pulumi.Input[str]] = None, + nfs_maximum_mbit: Optional[pulumi.Input[int]] = None, + nfs_reservation_mbit: Optional[pulumi.Input[int]] = None, + nfs_share_count: Optional[pulumi.Input[int]] = None, + nfs_share_level: Optional[pulumi.Input[str]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None, + pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]]] = None, + standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + tx_uplink: Optional[pulumi.Input[bool]] = None, + uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vdp_maximum_mbit: Optional[pulumi.Input[int]] = None, + vdp_reservation_mbit: Optional[pulumi.Input[int]] = None, + vdp_share_count: Optional[pulumi.Input[int]] = None, + vdp_share_level: Optional[pulumi.Input[str]] = None, + version: Optional[pulumi.Input[str]] = None, + virtualmachine_maximum_mbit: Optional[pulumi.Input[int]] = None, + virtualmachine_reservation_mbit: Optional[pulumi.Input[int]] = None, + virtualmachine_share_count: Optional[pulumi.Input[int]] = None, + virtualmachine_share_level: Optional[pulumi.Input[str]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchVlanRangeArgs']]]] = None, + vmotion_maximum_mbit: Optional[pulumi.Input[int]] = None, + vmotion_reservation_mbit: Optional[pulumi.Input[int]] = None, + vmotion_share_count: Optional[pulumi.Input[int]] = None, + vmotion_share_level: Optional[pulumi.Input[str]] = None, + vsan_maximum_mbit: Optional[pulumi.Input[int]] = None, + vsan_reservation_mbit: Optional[pulumi.Input[int]] = None, + vsan_share_count: Optional[pulumi.Input[int]] = None, + vsan_share_level: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if active_uplinks is not None: - pulumi.set(__self__, "active_uplinks", active_uplinks) + _setter("active_uplinks", active_uplinks) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if backupnfc_maximum_mbit is not None: - pulumi.set(__self__, "backupnfc_maximum_mbit", backupnfc_maximum_mbit) + _setter("backupnfc_maximum_mbit", backupnfc_maximum_mbit) if backupnfc_reservation_mbit is not None: - pulumi.set(__self__, "backupnfc_reservation_mbit", backupnfc_reservation_mbit) + _setter("backupnfc_reservation_mbit", backupnfc_reservation_mbit) if backupnfc_share_count is not None: - pulumi.set(__self__, "backupnfc_share_count", backupnfc_share_count) + _setter("backupnfc_share_count", backupnfc_share_count) if backupnfc_share_level is not None: - pulumi.set(__self__, "backupnfc_share_level", backupnfc_share_level) + _setter("backupnfc_share_level", backupnfc_share_level) if block_all_ports is not None: - pulumi.set(__self__, "block_all_ports", block_all_ports) + _setter("block_all_ports", block_all_ports) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if config_version is not None: - pulumi.set(__self__, "config_version", config_version) + _setter("config_version", config_version) if contact_detail is not None: - pulumi.set(__self__, "contact_detail", contact_detail) + _setter("contact_detail", contact_detail) if contact_name is not None: - pulumi.set(__self__, "contact_name", contact_name) + _setter("contact_name", contact_name) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if directpath_gen2_allowed is not None: - pulumi.set(__self__, "directpath_gen2_allowed", directpath_gen2_allowed) + _setter("directpath_gen2_allowed", directpath_gen2_allowed) if egress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) + _setter("egress_shaping_average_bandwidth", egress_shaping_average_bandwidth) if egress_shaping_burst_size is not None: - pulumi.set(__self__, "egress_shaping_burst_size", egress_shaping_burst_size) + _setter("egress_shaping_burst_size", egress_shaping_burst_size) if egress_shaping_enabled is not None: - pulumi.set(__self__, "egress_shaping_enabled", egress_shaping_enabled) + _setter("egress_shaping_enabled", egress_shaping_enabled) if egress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) + _setter("egress_shaping_peak_bandwidth", egress_shaping_peak_bandwidth) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if faulttolerance_maximum_mbit is not None: - pulumi.set(__self__, "faulttolerance_maximum_mbit", faulttolerance_maximum_mbit) + _setter("faulttolerance_maximum_mbit", faulttolerance_maximum_mbit) if faulttolerance_reservation_mbit is not None: - pulumi.set(__self__, "faulttolerance_reservation_mbit", faulttolerance_reservation_mbit) + _setter("faulttolerance_reservation_mbit", faulttolerance_reservation_mbit) if faulttolerance_share_count is not None: - pulumi.set(__self__, "faulttolerance_share_count", faulttolerance_share_count) + _setter("faulttolerance_share_count", faulttolerance_share_count) if faulttolerance_share_level is not None: - pulumi.set(__self__, "faulttolerance_share_level", faulttolerance_share_level) + _setter("faulttolerance_share_level", faulttolerance_share_level) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if hbr_maximum_mbit is not None: - pulumi.set(__self__, "hbr_maximum_mbit", hbr_maximum_mbit) + _setter("hbr_maximum_mbit", hbr_maximum_mbit) if hbr_reservation_mbit is not None: - pulumi.set(__self__, "hbr_reservation_mbit", hbr_reservation_mbit) + _setter("hbr_reservation_mbit", hbr_reservation_mbit) if hbr_share_count is not None: - pulumi.set(__self__, "hbr_share_count", hbr_share_count) + _setter("hbr_share_count", hbr_share_count) if hbr_share_level is not None: - pulumi.set(__self__, "hbr_share_level", hbr_share_level) + _setter("hbr_share_level", hbr_share_level) if hosts is not None: - pulumi.set(__self__, "hosts", hosts) + _setter("hosts", hosts) if ignore_other_pvlan_mappings is not None: - pulumi.set(__self__, "ignore_other_pvlan_mappings", ignore_other_pvlan_mappings) + _setter("ignore_other_pvlan_mappings", ignore_other_pvlan_mappings) if ingress_shaping_average_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) + _setter("ingress_shaping_average_bandwidth", ingress_shaping_average_bandwidth) if ingress_shaping_burst_size is not None: - pulumi.set(__self__, "ingress_shaping_burst_size", ingress_shaping_burst_size) + _setter("ingress_shaping_burst_size", ingress_shaping_burst_size) if ingress_shaping_enabled is not None: - pulumi.set(__self__, "ingress_shaping_enabled", ingress_shaping_enabled) + _setter("ingress_shaping_enabled", ingress_shaping_enabled) if ingress_shaping_peak_bandwidth is not None: - pulumi.set(__self__, "ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) + _setter("ingress_shaping_peak_bandwidth", ingress_shaping_peak_bandwidth) if ipv4_address is not None: - pulumi.set(__self__, "ipv4_address", ipv4_address) + _setter("ipv4_address", ipv4_address) if iscsi_maximum_mbit is not None: - pulumi.set(__self__, "iscsi_maximum_mbit", iscsi_maximum_mbit) + _setter("iscsi_maximum_mbit", iscsi_maximum_mbit) if iscsi_reservation_mbit is not None: - pulumi.set(__self__, "iscsi_reservation_mbit", iscsi_reservation_mbit) + _setter("iscsi_reservation_mbit", iscsi_reservation_mbit) if iscsi_share_count is not None: - pulumi.set(__self__, "iscsi_share_count", iscsi_share_count) + _setter("iscsi_share_count", iscsi_share_count) if iscsi_share_level is not None: - pulumi.set(__self__, "iscsi_share_level", iscsi_share_level) + _setter("iscsi_share_level", iscsi_share_level) if lacp_api_version is not None: - pulumi.set(__self__, "lacp_api_version", lacp_api_version) + _setter("lacp_api_version", lacp_api_version) if lacp_enabled is not None: - pulumi.set(__self__, "lacp_enabled", lacp_enabled) + _setter("lacp_enabled", lacp_enabled) if lacp_mode is not None: - pulumi.set(__self__, "lacp_mode", lacp_mode) + _setter("lacp_mode", lacp_mode) if link_discovery_operation is not None: - pulumi.set(__self__, "link_discovery_operation", link_discovery_operation) + _setter("link_discovery_operation", link_discovery_operation) if link_discovery_protocol is not None: - pulumi.set(__self__, "link_discovery_protocol", link_discovery_protocol) + _setter("link_discovery_protocol", link_discovery_protocol) if management_maximum_mbit is not None: - pulumi.set(__self__, "management_maximum_mbit", management_maximum_mbit) + _setter("management_maximum_mbit", management_maximum_mbit) if management_reservation_mbit is not None: - pulumi.set(__self__, "management_reservation_mbit", management_reservation_mbit) + _setter("management_reservation_mbit", management_reservation_mbit) if management_share_count is not None: - pulumi.set(__self__, "management_share_count", management_share_count) + _setter("management_share_count", management_share_count) if management_share_level is not None: - pulumi.set(__self__, "management_share_level", management_share_level) + _setter("management_share_level", management_share_level) if max_mtu is not None: - pulumi.set(__self__, "max_mtu", max_mtu) + _setter("max_mtu", max_mtu) if multicast_filtering_mode is not None: - pulumi.set(__self__, "multicast_filtering_mode", multicast_filtering_mode) + _setter("multicast_filtering_mode", multicast_filtering_mode) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if netflow_active_flow_timeout is not None: - pulumi.set(__self__, "netflow_active_flow_timeout", netflow_active_flow_timeout) + _setter("netflow_active_flow_timeout", netflow_active_flow_timeout) if netflow_collector_ip_address is not None: - pulumi.set(__self__, "netflow_collector_ip_address", netflow_collector_ip_address) + _setter("netflow_collector_ip_address", netflow_collector_ip_address) if netflow_collector_port is not None: - pulumi.set(__self__, "netflow_collector_port", netflow_collector_port) + _setter("netflow_collector_port", netflow_collector_port) if netflow_enabled is not None: - pulumi.set(__self__, "netflow_enabled", netflow_enabled) + _setter("netflow_enabled", netflow_enabled) if netflow_idle_flow_timeout is not None: - pulumi.set(__self__, "netflow_idle_flow_timeout", netflow_idle_flow_timeout) + _setter("netflow_idle_flow_timeout", netflow_idle_flow_timeout) if netflow_internal_flows_only is not None: - pulumi.set(__self__, "netflow_internal_flows_only", netflow_internal_flows_only) + _setter("netflow_internal_flows_only", netflow_internal_flows_only) if netflow_observation_domain_id is not None: - pulumi.set(__self__, "netflow_observation_domain_id", netflow_observation_domain_id) + _setter("netflow_observation_domain_id", netflow_observation_domain_id) if netflow_sampling_rate is not None: - pulumi.set(__self__, "netflow_sampling_rate", netflow_sampling_rate) + _setter("netflow_sampling_rate", netflow_sampling_rate) if network_resource_control_enabled is not None: - pulumi.set(__self__, "network_resource_control_enabled", network_resource_control_enabled) + _setter("network_resource_control_enabled", network_resource_control_enabled) if network_resource_control_version is not None: - pulumi.set(__self__, "network_resource_control_version", network_resource_control_version) + _setter("network_resource_control_version", network_resource_control_version) if nfs_maximum_mbit is not None: - pulumi.set(__self__, "nfs_maximum_mbit", nfs_maximum_mbit) + _setter("nfs_maximum_mbit", nfs_maximum_mbit) if nfs_reservation_mbit is not None: - pulumi.set(__self__, "nfs_reservation_mbit", nfs_reservation_mbit) + _setter("nfs_reservation_mbit", nfs_reservation_mbit) if nfs_share_count is not None: - pulumi.set(__self__, "nfs_share_count", nfs_share_count) + _setter("nfs_share_count", nfs_share_count) if nfs_share_level is not None: - pulumi.set(__self__, "nfs_share_level", nfs_share_level) + _setter("nfs_share_level", nfs_share_level) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if port_private_secondary_vlan_id is not None: - pulumi.set(__self__, "port_private_secondary_vlan_id", port_private_secondary_vlan_id) + _setter("port_private_secondary_vlan_id", port_private_secondary_vlan_id) if pvlan_mappings is not None: - pulumi.set(__self__, "pvlan_mappings", pvlan_mappings) + _setter("pvlan_mappings", pvlan_mappings) if standby_uplinks is not None: - pulumi.set(__self__, "standby_uplinks", standby_uplinks) + _setter("standby_uplinks", standby_uplinks) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if tx_uplink is not None: - pulumi.set(__self__, "tx_uplink", tx_uplink) + _setter("tx_uplink", tx_uplink) if uplinks is not None: - pulumi.set(__self__, "uplinks", uplinks) + _setter("uplinks", uplinks) if vdp_maximum_mbit is not None: - pulumi.set(__self__, "vdp_maximum_mbit", vdp_maximum_mbit) + _setter("vdp_maximum_mbit", vdp_maximum_mbit) if vdp_reservation_mbit is not None: - pulumi.set(__self__, "vdp_reservation_mbit", vdp_reservation_mbit) + _setter("vdp_reservation_mbit", vdp_reservation_mbit) if vdp_share_count is not None: - pulumi.set(__self__, "vdp_share_count", vdp_share_count) + _setter("vdp_share_count", vdp_share_count) if vdp_share_level is not None: - pulumi.set(__self__, "vdp_share_level", vdp_share_level) + _setter("vdp_share_level", vdp_share_level) if version is not None: - pulumi.set(__self__, "version", version) + _setter("version", version) if virtualmachine_maximum_mbit is not None: - pulumi.set(__self__, "virtualmachine_maximum_mbit", virtualmachine_maximum_mbit) + _setter("virtualmachine_maximum_mbit", virtualmachine_maximum_mbit) if virtualmachine_reservation_mbit is not None: - pulumi.set(__self__, "virtualmachine_reservation_mbit", virtualmachine_reservation_mbit) + _setter("virtualmachine_reservation_mbit", virtualmachine_reservation_mbit) if virtualmachine_share_count is not None: - pulumi.set(__self__, "virtualmachine_share_count", virtualmachine_share_count) + _setter("virtualmachine_share_count", virtualmachine_share_count) if virtualmachine_share_level is not None: - pulumi.set(__self__, "virtualmachine_share_level", virtualmachine_share_level) + _setter("virtualmachine_share_level", virtualmachine_share_level) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) if vlan_ranges is not None: - pulumi.set(__self__, "vlan_ranges", vlan_ranges) + _setter("vlan_ranges", vlan_ranges) if vmotion_maximum_mbit is not None: - pulumi.set(__self__, "vmotion_maximum_mbit", vmotion_maximum_mbit) + _setter("vmotion_maximum_mbit", vmotion_maximum_mbit) if vmotion_reservation_mbit is not None: - pulumi.set(__self__, "vmotion_reservation_mbit", vmotion_reservation_mbit) + _setter("vmotion_reservation_mbit", vmotion_reservation_mbit) if vmotion_share_count is not None: - pulumi.set(__self__, "vmotion_share_count", vmotion_share_count) + _setter("vmotion_share_count", vmotion_share_count) if vmotion_share_level is not None: - pulumi.set(__self__, "vmotion_share_level", vmotion_share_level) + _setter("vmotion_share_level", vmotion_share_level) if vsan_maximum_mbit is not None: - pulumi.set(__self__, "vsan_maximum_mbit", vsan_maximum_mbit) + _setter("vsan_maximum_mbit", vsan_maximum_mbit) if vsan_reservation_mbit is not None: - pulumi.set(__self__, "vsan_reservation_mbit", vsan_reservation_mbit) + _setter("vsan_reservation_mbit", vsan_reservation_mbit) if vsan_share_count is not None: - pulumi.set(__self__, "vsan_share_count", vsan_share_count) + _setter("vsan_share_count", vsan_share_count) if vsan_share_level is not None: - pulumi.set(__self__, "vsan_share_level", vsan_share_level) + _setter("vsan_share_level", vsan_share_level) @property @pulumi.getter(name="activeUplinks") @@ -3731,6 +4123,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DistributedVirtualSwitchArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/dpm_host_override.py b/sdk/python/pulumi_vsphere/dpm_host_override.py index 1e894678..5681e9ad 100644 --- a/sdk/python/pulumi_vsphere/dpm_host_override.py +++ b/sdk/python/pulumi_vsphere/dpm_host_override.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['DpmHostOverrideArgs', 'DpmHostOverride'] @@ -34,12 +34,27 @@ def __init__(__self__, *, :param pulumi.Input[bool] dpm_enabled: Enable DPM support for this host. Default: `false`. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "host_system_id", host_system_id) + DpmHostOverrideArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + host_system_id=host_system_id, + dpm_automation_level=dpm_automation_level, + dpm_enabled=dpm_enabled, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + host_system_id: pulumi.Input[str], + dpm_automation_level: Optional[pulumi.Input[str]] = None, + dpm_enabled: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("host_system_id", host_system_id) if dpm_automation_level is not None: - pulumi.set(__self__, "dpm_automation_level", dpm_automation_level) + _setter("dpm_automation_level", dpm_automation_level) if dpm_enabled is not None: - pulumi.set(__self__, "dpm_enabled", dpm_enabled) + _setter("dpm_enabled", dpm_enabled) @property @pulumi.getter(name="computeClusterId") @@ -122,14 +137,29 @@ def __init__(__self__, *, `false`. :param pulumi.Input[str] host_system_id: The managed object ID of the host. """ + _DpmHostOverrideState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + dpm_automation_level=dpm_automation_level, + dpm_enabled=dpm_enabled, + host_system_id=host_system_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + dpm_automation_level: Optional[pulumi.Input[str]] = None, + dpm_enabled: Optional[pulumi.Input[bool]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if dpm_automation_level is not None: - pulumi.set(__self__, "dpm_automation_level", dpm_automation_level) + _setter("dpm_automation_level", dpm_automation_level) if dpm_enabled is not None: - pulumi.set(__self__, "dpm_enabled", dpm_enabled) + _setter("dpm_enabled", dpm_enabled) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) @property @pulumi.getter(name="computeClusterId") @@ -235,6 +265,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DpmHostOverrideArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/drs_vm_override.py b/sdk/python/pulumi_vsphere/drs_vm_override.py index b4ea785b..05d1903b 100644 --- a/sdk/python/pulumi_vsphere/drs_vm_override.py +++ b/sdk/python/pulumi_vsphere/drs_vm_override.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['DrsVmOverrideArgs', 'DrsVmOverride'] @@ -35,12 +35,27 @@ def __init__(__self__, *, :param pulumi.Input[bool] drs_enabled: Overrides the default DRS setting for this virtual machine. Can be either `true` or `false`. Default: `false`. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + DrsVmOverrideArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + virtual_machine_id=virtual_machine_id, + drs_automation_level=drs_automation_level, + drs_enabled=drs_enabled, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + virtual_machine_id: pulumi.Input[str], + drs_automation_level: Optional[pulumi.Input[str]] = None, + drs_enabled: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("virtual_machine_id", virtual_machine_id) if drs_automation_level is not None: - pulumi.set(__self__, "drs_automation_level", drs_automation_level) + _setter("drs_automation_level", drs_automation_level) if drs_enabled is not None: - pulumi.set(__self__, "drs_enabled", drs_enabled) + _setter("drs_enabled", drs_enabled) @property @pulumi.getter(name="computeClusterId") @@ -125,14 +140,29 @@ def __init__(__self__, *, :param pulumi.Input[str] virtual_machine_id: The UUID of the virtual machine to create the override for. Forces a new resource if changed. """ + _DrsVmOverrideState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + drs_automation_level=drs_automation_level, + drs_enabled=drs_enabled, + virtual_machine_id=virtual_machine_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + drs_automation_level: Optional[pulumi.Input[str]] = None, + drs_enabled: Optional[pulumi.Input[bool]] = None, + virtual_machine_id: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if drs_automation_level is not None: - pulumi.set(__self__, "drs_automation_level", drs_automation_level) + _setter("drs_automation_level", drs_automation_level) if drs_enabled is not None: - pulumi.set(__self__, "drs_enabled", drs_enabled) + _setter("drs_enabled", drs_enabled) if virtual_machine_id is not None: - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + _setter("virtual_machine_id", virtual_machine_id) @property @pulumi.getter(name="computeClusterId") @@ -240,6 +270,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + DrsVmOverrideArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/entity_permissions.py b/sdk/python/pulumi_vsphere/entity_permissions.py index 11b6732c..51d41d02 100644 --- a/sdk/python/pulumi_vsphere/entity_permissions.py +++ b/sdk/python/pulumi_vsphere/entity_permissions.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -27,9 +27,22 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input['EntityPermissionsPermissionArgs']]] permissions: The permissions to be given on this entity. Keep the permissions sorted alphabetically on `user_or_group` for a better user experience. """ - pulumi.set(__self__, "entity_id", entity_id) - pulumi.set(__self__, "entity_type", entity_type) - pulumi.set(__self__, "permissions", permissions) + EntityPermissionsArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + entity_id=entity_id, + entity_type=entity_type, + permissions=permissions, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + entity_id: pulumi.Input[str], + entity_type: pulumi.Input[str], + permissions: pulumi.Input[Sequence[pulumi.Input['EntityPermissionsPermissionArgs']]], + opts: Optional[pulumi.ResourceOptions]=None): + _setter("entity_id", entity_id) + _setter("entity_type", entity_type) + _setter("permissions", permissions) @property @pulumi.getter(name="entityId") @@ -84,12 +97,25 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input['EntityPermissionsPermissionArgs']]] permissions: The permissions to be given on this entity. Keep the permissions sorted alphabetically on `user_or_group` for a better user experience. """ + _EntityPermissionsState._configure( + lambda key, value: pulumi.set(__self__, key, value), + entity_id=entity_id, + entity_type=entity_type, + permissions=permissions, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + entity_id: Optional[pulumi.Input[str]] = None, + entity_type: Optional[pulumi.Input[str]] = None, + permissions: Optional[pulumi.Input[Sequence[pulumi.Input['EntityPermissionsPermissionArgs']]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if entity_id is not None: - pulumi.set(__self__, "entity_id", entity_id) + _setter("entity_id", entity_id) if entity_type is not None: - pulumi.set(__self__, "entity_type", entity_type) + _setter("entity_type", entity_type) if permissions is not None: - pulumi.set(__self__, "permissions", permissions) + _setter("permissions", permissions) @property @pulumi.getter(name="entityId") @@ -167,6 +193,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + EntityPermissionsArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/file.py b/sdk/python/pulumi_vsphere/file.py index 1339ac7f..2c3d3363 100644 --- a/sdk/python/pulumi_vsphere/file.py +++ b/sdk/python/pulumi_vsphere/file.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['FileArgs', 'File'] @@ -40,17 +40,38 @@ def __init__(__self__, *, :param pulumi.Input[str] source_datastore: The name of the datastore from which file will be copied. Forces a new resource if changed. """ - pulumi.set(__self__, "datastore", datastore) - pulumi.set(__self__, "destination_file", destination_file) - pulumi.set(__self__, "source_file", source_file) + FileArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore=datastore, + destination_file=destination_file, + source_file=source_file, + create_directories=create_directories, + datacenter=datacenter, + source_datacenter=source_datacenter, + source_datastore=source_datastore, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore: pulumi.Input[str], + destination_file: pulumi.Input[str], + source_file: pulumi.Input[str], + create_directories: Optional[pulumi.Input[bool]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + source_datacenter: Optional[pulumi.Input[str]] = None, + source_datastore: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datastore", datastore) + _setter("destination_file", destination_file) + _setter("source_file", source_file) if create_directories is not None: - pulumi.set(__self__, "create_directories", create_directories) + _setter("create_directories", create_directories) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if source_datacenter is not None: - pulumi.set(__self__, "source_datacenter", source_datacenter) + _setter("source_datacenter", source_datacenter) if source_datastore is not None: - pulumi.set(__self__, "source_datastore", source_datastore) + _setter("source_datastore", source_datastore) @property @pulumi.getter @@ -173,20 +194,41 @@ def __init__(__self__, *, :param pulumi.Input[str] source_datastore: The name of the datastore from which file will be copied. Forces a new resource if changed. """ + _FileState._configure( + lambda key, value: pulumi.set(__self__, key, value), + create_directories=create_directories, + datacenter=datacenter, + datastore=datastore, + destination_file=destination_file, + source_datacenter=source_datacenter, + source_datastore=source_datastore, + source_file=source_file, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + create_directories: Optional[pulumi.Input[bool]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + datastore: Optional[pulumi.Input[str]] = None, + destination_file: Optional[pulumi.Input[str]] = None, + source_datacenter: Optional[pulumi.Input[str]] = None, + source_datastore: Optional[pulumi.Input[str]] = None, + source_file: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if create_directories is not None: - pulumi.set(__self__, "create_directories", create_directories) + _setter("create_directories", create_directories) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if datastore is not None: - pulumi.set(__self__, "datastore", datastore) + _setter("datastore", datastore) if destination_file is not None: - pulumi.set(__self__, "destination_file", destination_file) + _setter("destination_file", destination_file) if source_datacenter is not None: - pulumi.set(__self__, "source_datacenter", source_datacenter) + _setter("source_datacenter", source_datacenter) if source_datastore is not None: - pulumi.set(__self__, "source_datastore", source_datastore) + _setter("source_datastore", source_datastore) if source_file is not None: - pulumi.set(__self__, "source_file", source_file) + _setter("source_file", source_file) @property @pulumi.getter(name="createDirectories") @@ -390,6 +432,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + FileArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/folder.py b/sdk/python/pulumi_vsphere/folder.py index 749a22a3..6057f097 100644 --- a/sdk/python/pulumi_vsphere/folder.py +++ b/sdk/python/pulumi_vsphere/folder.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['FolderArgs', 'Folder'] @@ -52,14 +52,31 @@ def __init__(__self__, *, > **NOTE:** Tagging support is unsupported on direct ESXi connections and requires vCenter 6.0 or higher. """ - pulumi.set(__self__, "path", path) - pulumi.set(__self__, "type", type) + FolderArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + path=path, + type=type, + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + path: pulumi.Input[str], + type: pulumi.Input[str], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("path", path) + _setter("type", type) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter @@ -188,16 +205,33 @@ def __init__(__self__, *, `vm` for virtual machine folders, `datastore` for datastore folders, and `network` for network folders. Forces a new resource if changed. """ + _FolderState._configure( + lambda key, value: pulumi.set(__self__, key, value), + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + path=path, + tags=tags, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + path: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if path is not None: - pulumi.set(__self__, "path", path) + _setter("path", path) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter(name="customAttributes") @@ -349,6 +383,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + FolderArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/get_compute_cluster.py b/sdk/python/pulumi_vsphere/get_compute_cluster.py index 7add99a1..ab21e86c 100644 --- a/sdk/python/pulumi_vsphere/get_compute_cluster.py +++ b/sdk/python/pulumi_vsphere/get_compute_cluster.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_compute_cluster_host_group.py b/sdk/python/pulumi_vsphere/get_compute_cluster_host_group.py index 7002a08a..706a26f6 100644 --- a/sdk/python/pulumi_vsphere/get_compute_cluster_host_group.py +++ b/sdk/python/pulumi_vsphere/get_compute_cluster_host_group.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_content_library.py b/sdk/python/pulumi_vsphere/get_content_library.py index 697b9dff..12fd14ca 100644 --- a/sdk/python/pulumi_vsphere/get_content_library.py +++ b/sdk/python/pulumi_vsphere/get_content_library.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_content_library_item.py b/sdk/python/pulumi_vsphere/get_content_library_item.py index 9356e5f3..a52ed20f 100644 --- a/sdk/python/pulumi_vsphere/get_content_library_item.py +++ b/sdk/python/pulumi_vsphere/get_content_library_item.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_custom_attribute.py b/sdk/python/pulumi_vsphere/get_custom_attribute.py index eb738aaa..eb5f075e 100644 --- a/sdk/python/pulumi_vsphere/get_custom_attribute.py +++ b/sdk/python/pulumi_vsphere/get_custom_attribute.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_datacenter.py b/sdk/python/pulumi_vsphere/get_datacenter.py index 42e67534..1fb70cb7 100644 --- a/sdk/python/pulumi_vsphere/get_datacenter.py +++ b/sdk/python/pulumi_vsphere/get_datacenter.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_datastore.py b/sdk/python/pulumi_vsphere/get_datastore.py index 44a7afaf..6d63a307 100644 --- a/sdk/python/pulumi_vsphere/get_datastore.py +++ b/sdk/python/pulumi_vsphere/get_datastore.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_datastore_cluster.py b/sdk/python/pulumi_vsphere/get_datastore_cluster.py index 82bd9c81..dcac8e70 100644 --- a/sdk/python/pulumi_vsphere/get_datastore_cluster.py +++ b/sdk/python/pulumi_vsphere/get_datastore_cluster.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_distributed_virtual_switch.py b/sdk/python/pulumi_vsphere/get_distributed_virtual_switch.py index d67e206f..778397d3 100644 --- a/sdk/python/pulumi_vsphere/get_distributed_virtual_switch.py +++ b/sdk/python/pulumi_vsphere/get_distributed_virtual_switch.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_dynamic.py b/sdk/python/pulumi_vsphere/get_dynamic.py index e27048a9..098d83eb 100644 --- a/sdk/python/pulumi_vsphere/get_dynamic.py +++ b/sdk/python/pulumi_vsphere/get_dynamic.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_folder.py b/sdk/python/pulumi_vsphere/get_folder.py index 70bd84c8..ab7fe73d 100644 --- a/sdk/python/pulumi_vsphere/get_folder.py +++ b/sdk/python/pulumi_vsphere/get_folder.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_host.py b/sdk/python/pulumi_vsphere/get_host.py index f2c28dac..81beea6e 100644 --- a/sdk/python/pulumi_vsphere/get_host.py +++ b/sdk/python/pulumi_vsphere/get_host.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_host_pci_device.py b/sdk/python/pulumi_vsphere/get_host_pci_device.py index 47350683..0a682c89 100644 --- a/sdk/python/pulumi_vsphere/get_host_pci_device.py +++ b/sdk/python/pulumi_vsphere/get_host_pci_device.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_host_thumbprint.py b/sdk/python/pulumi_vsphere/get_host_thumbprint.py index c066dced..0e206092 100644 --- a/sdk/python/pulumi_vsphere/get_host_thumbprint.py +++ b/sdk/python/pulumi_vsphere/get_host_thumbprint.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_license.py b/sdk/python/pulumi_vsphere/get_license.py index 0acb4dfe..4d7fe06e 100644 --- a/sdk/python/pulumi_vsphere/get_license.py +++ b/sdk/python/pulumi_vsphere/get_license.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_network.py b/sdk/python/pulumi_vsphere/get_network.py index d0016610..1b3a2a97 100644 --- a/sdk/python/pulumi_vsphere/get_network.py +++ b/sdk/python/pulumi_vsphere/get_network.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_ovf_vm_template.py b/sdk/python/pulumi_vsphere/get_ovf_vm_template.py index 51b880e9..2ad10dff 100644 --- a/sdk/python/pulumi_vsphere/get_ovf_vm_template.py +++ b/sdk/python/pulumi_vsphere/get_ovf_vm_template.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_policy.py b/sdk/python/pulumi_vsphere/get_policy.py index e666bc69..85f0641d 100644 --- a/sdk/python/pulumi_vsphere/get_policy.py +++ b/sdk/python/pulumi_vsphere/get_policy.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_resource_pool.py b/sdk/python/pulumi_vsphere/get_resource_pool.py index a178fec5..d900773d 100644 --- a/sdk/python/pulumi_vsphere/get_resource_pool.py +++ b/sdk/python/pulumi_vsphere/get_resource_pool.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_role.py b/sdk/python/pulumi_vsphere/get_role.py index 3ac9ffed..ade2852c 100644 --- a/sdk/python/pulumi_vsphere/get_role.py +++ b/sdk/python/pulumi_vsphere/get_role.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_tag.py b/sdk/python/pulumi_vsphere/get_tag.py index c0421c4b..14e64fd7 100644 --- a/sdk/python/pulumi_vsphere/get_tag.py +++ b/sdk/python/pulumi_vsphere/get_tag.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_tag_category.py b/sdk/python/pulumi_vsphere/get_tag_category.py index 5d97d3de..368dfb8d 100644 --- a/sdk/python/pulumi_vsphere/get_tag_category.py +++ b/sdk/python/pulumi_vsphere/get_tag_category.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_vapp_container.py b/sdk/python/pulumi_vsphere/get_vapp_container.py index e394ea9e..c78fa1d9 100644 --- a/sdk/python/pulumi_vsphere/get_vapp_container.py +++ b/sdk/python/pulumi_vsphere/get_vapp_container.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/get_virtual_machine.py b/sdk/python/pulumi_vsphere/get_virtual_machine.py index 6fa173e4..8b3878c7 100644 --- a/sdk/python/pulumi_vsphere/get_virtual_machine.py +++ b/sdk/python/pulumi_vsphere/get_virtual_machine.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * diff --git a/sdk/python/pulumi_vsphere/get_vmfs_disks.py b/sdk/python/pulumi_vsphere/get_vmfs_disks.py index 8eec581c..e057cfe9 100644 --- a/sdk/python/pulumi_vsphere/get_vmfs_disks.py +++ b/sdk/python/pulumi_vsphere/get_vmfs_disks.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = [ diff --git a/sdk/python/pulumi_vsphere/ha_vm_override.py b/sdk/python/pulumi_vsphere/ha_vm_override.py index 1f795073..490d9bdb 100644 --- a/sdk/python/pulumi_vsphere/ha_vm_override.py +++ b/sdk/python/pulumi_vsphere/ha_vm_override.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['HaVmOverrideArgs', 'HaVmOverride'] @@ -86,34 +86,71 @@ def __init__(__self__, *, vSphere HA will wait for this virtual machine to be ready. Use `-1` to specify the cluster default. Default: `-1`. """ - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + HaVmOverrideArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + virtual_machine_id=virtual_machine_id, + ha_datastore_apd_recovery_action=ha_datastore_apd_recovery_action, + ha_datastore_apd_response=ha_datastore_apd_response, + ha_datastore_apd_response_delay=ha_datastore_apd_response_delay, + ha_datastore_pdl_response=ha_datastore_pdl_response, + ha_host_isolation_response=ha_host_isolation_response, + ha_vm_failure_interval=ha_vm_failure_interval, + ha_vm_maximum_failure_window=ha_vm_maximum_failure_window, + ha_vm_maximum_resets=ha_vm_maximum_resets, + ha_vm_minimum_uptime=ha_vm_minimum_uptime, + ha_vm_monitoring=ha_vm_monitoring, + ha_vm_monitoring_use_cluster_defaults=ha_vm_monitoring_use_cluster_defaults, + ha_vm_restart_priority=ha_vm_restart_priority, + ha_vm_restart_timeout=ha_vm_restart_timeout, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: pulumi.Input[str], + virtual_machine_id: pulumi.Input[str], + ha_datastore_apd_recovery_action: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response_delay: Optional[pulumi.Input[int]] = None, + ha_datastore_pdl_response: Optional[pulumi.Input[str]] = None, + ha_host_isolation_response: Optional[pulumi.Input[str]] = None, + ha_vm_failure_interval: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_failure_window: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_resets: Optional[pulumi.Input[int]] = None, + ha_vm_minimum_uptime: Optional[pulumi.Input[int]] = None, + ha_vm_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_monitoring_use_cluster_defaults: Optional[pulumi.Input[bool]] = None, + ha_vm_restart_priority: Optional[pulumi.Input[str]] = None, + ha_vm_restart_timeout: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("compute_cluster_id", compute_cluster_id) + _setter("virtual_machine_id", virtual_machine_id) if ha_datastore_apd_recovery_action is not None: - pulumi.set(__self__, "ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) + _setter("ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) if ha_datastore_apd_response is not None: - pulumi.set(__self__, "ha_datastore_apd_response", ha_datastore_apd_response) + _setter("ha_datastore_apd_response", ha_datastore_apd_response) if ha_datastore_apd_response_delay is not None: - pulumi.set(__self__, "ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) + _setter("ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) if ha_datastore_pdl_response is not None: - pulumi.set(__self__, "ha_datastore_pdl_response", ha_datastore_pdl_response) + _setter("ha_datastore_pdl_response", ha_datastore_pdl_response) if ha_host_isolation_response is not None: - pulumi.set(__self__, "ha_host_isolation_response", ha_host_isolation_response) + _setter("ha_host_isolation_response", ha_host_isolation_response) if ha_vm_failure_interval is not None: - pulumi.set(__self__, "ha_vm_failure_interval", ha_vm_failure_interval) + _setter("ha_vm_failure_interval", ha_vm_failure_interval) if ha_vm_maximum_failure_window is not None: - pulumi.set(__self__, "ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) + _setter("ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) if ha_vm_maximum_resets is not None: - pulumi.set(__self__, "ha_vm_maximum_resets", ha_vm_maximum_resets) + _setter("ha_vm_maximum_resets", ha_vm_maximum_resets) if ha_vm_minimum_uptime is not None: - pulumi.set(__self__, "ha_vm_minimum_uptime", ha_vm_minimum_uptime) + _setter("ha_vm_minimum_uptime", ha_vm_minimum_uptime) if ha_vm_monitoring is not None: - pulumi.set(__self__, "ha_vm_monitoring", ha_vm_monitoring) + _setter("ha_vm_monitoring", ha_vm_monitoring) if ha_vm_monitoring_use_cluster_defaults is not None: - pulumi.set(__self__, "ha_vm_monitoring_use_cluster_defaults", ha_vm_monitoring_use_cluster_defaults) + _setter("ha_vm_monitoring_use_cluster_defaults", ha_vm_monitoring_use_cluster_defaults) if ha_vm_restart_priority is not None: - pulumi.set(__self__, "ha_vm_restart_priority", ha_vm_restart_priority) + _setter("ha_vm_restart_priority", ha_vm_restart_priority) if ha_vm_restart_timeout is not None: - pulumi.set(__self__, "ha_vm_restart_timeout", ha_vm_restart_timeout) + _setter("ha_vm_restart_timeout", ha_vm_restart_timeout) @property @pulumi.getter(name="computeClusterId") @@ -410,36 +447,73 @@ def __init__(__self__, *, :param pulumi.Input[str] virtual_machine_id: The UUID of the virtual machine to create the override for. Forces a new resource if changed. """ + _HaVmOverrideState._configure( + lambda key, value: pulumi.set(__self__, key, value), + compute_cluster_id=compute_cluster_id, + ha_datastore_apd_recovery_action=ha_datastore_apd_recovery_action, + ha_datastore_apd_response=ha_datastore_apd_response, + ha_datastore_apd_response_delay=ha_datastore_apd_response_delay, + ha_datastore_pdl_response=ha_datastore_pdl_response, + ha_host_isolation_response=ha_host_isolation_response, + ha_vm_failure_interval=ha_vm_failure_interval, + ha_vm_maximum_failure_window=ha_vm_maximum_failure_window, + ha_vm_maximum_resets=ha_vm_maximum_resets, + ha_vm_minimum_uptime=ha_vm_minimum_uptime, + ha_vm_monitoring=ha_vm_monitoring, + ha_vm_monitoring_use_cluster_defaults=ha_vm_monitoring_use_cluster_defaults, + ha_vm_restart_priority=ha_vm_restart_priority, + ha_vm_restart_timeout=ha_vm_restart_timeout, + virtual_machine_id=virtual_machine_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + compute_cluster_id: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_recovery_action: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response: Optional[pulumi.Input[str]] = None, + ha_datastore_apd_response_delay: Optional[pulumi.Input[int]] = None, + ha_datastore_pdl_response: Optional[pulumi.Input[str]] = None, + ha_host_isolation_response: Optional[pulumi.Input[str]] = None, + ha_vm_failure_interval: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_failure_window: Optional[pulumi.Input[int]] = None, + ha_vm_maximum_resets: Optional[pulumi.Input[int]] = None, + ha_vm_minimum_uptime: Optional[pulumi.Input[int]] = None, + ha_vm_monitoring: Optional[pulumi.Input[str]] = None, + ha_vm_monitoring_use_cluster_defaults: Optional[pulumi.Input[bool]] = None, + ha_vm_restart_priority: Optional[pulumi.Input[str]] = None, + ha_vm_restart_timeout: Optional[pulumi.Input[int]] = None, + virtual_machine_id: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if compute_cluster_id is not None: - pulumi.set(__self__, "compute_cluster_id", compute_cluster_id) + _setter("compute_cluster_id", compute_cluster_id) if ha_datastore_apd_recovery_action is not None: - pulumi.set(__self__, "ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) + _setter("ha_datastore_apd_recovery_action", ha_datastore_apd_recovery_action) if ha_datastore_apd_response is not None: - pulumi.set(__self__, "ha_datastore_apd_response", ha_datastore_apd_response) + _setter("ha_datastore_apd_response", ha_datastore_apd_response) if ha_datastore_apd_response_delay is not None: - pulumi.set(__self__, "ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) + _setter("ha_datastore_apd_response_delay", ha_datastore_apd_response_delay) if ha_datastore_pdl_response is not None: - pulumi.set(__self__, "ha_datastore_pdl_response", ha_datastore_pdl_response) + _setter("ha_datastore_pdl_response", ha_datastore_pdl_response) if ha_host_isolation_response is not None: - pulumi.set(__self__, "ha_host_isolation_response", ha_host_isolation_response) + _setter("ha_host_isolation_response", ha_host_isolation_response) if ha_vm_failure_interval is not None: - pulumi.set(__self__, "ha_vm_failure_interval", ha_vm_failure_interval) + _setter("ha_vm_failure_interval", ha_vm_failure_interval) if ha_vm_maximum_failure_window is not None: - pulumi.set(__self__, "ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) + _setter("ha_vm_maximum_failure_window", ha_vm_maximum_failure_window) if ha_vm_maximum_resets is not None: - pulumi.set(__self__, "ha_vm_maximum_resets", ha_vm_maximum_resets) + _setter("ha_vm_maximum_resets", ha_vm_maximum_resets) if ha_vm_minimum_uptime is not None: - pulumi.set(__self__, "ha_vm_minimum_uptime", ha_vm_minimum_uptime) + _setter("ha_vm_minimum_uptime", ha_vm_minimum_uptime) if ha_vm_monitoring is not None: - pulumi.set(__self__, "ha_vm_monitoring", ha_vm_monitoring) + _setter("ha_vm_monitoring", ha_vm_monitoring) if ha_vm_monitoring_use_cluster_defaults is not None: - pulumi.set(__self__, "ha_vm_monitoring_use_cluster_defaults", ha_vm_monitoring_use_cluster_defaults) + _setter("ha_vm_monitoring_use_cluster_defaults", ha_vm_monitoring_use_cluster_defaults) if ha_vm_restart_priority is not None: - pulumi.set(__self__, "ha_vm_restart_priority", ha_vm_restart_priority) + _setter("ha_vm_restart_priority", ha_vm_restart_priority) if ha_vm_restart_timeout is not None: - pulumi.set(__self__, "ha_vm_restart_timeout", ha_vm_restart_timeout) + _setter("ha_vm_restart_timeout", ha_vm_restart_timeout) if virtual_machine_id is not None: - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + _setter("virtual_machine_id", virtual_machine_id) @property @pulumi.getter(name="computeClusterId") @@ -759,6 +833,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + HaVmOverrideArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/host.py b/sdk/python/pulumi_vsphere/host.py index 725ed8e6..5bf9cb2f 100644 --- a/sdk/python/pulumi_vsphere/host.py +++ b/sdk/python/pulumi_vsphere/host.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['HostArgs', 'Host'] @@ -74,31 +74,66 @@ def __init__(__self__, *, trusted and no thumbprint is set then the operation will fail. See data source [`get_host_thumbprint`][docs-host-thumbprint-data-source]. """ - pulumi.set(__self__, "hostname", hostname) - pulumi.set(__self__, "password", password) - pulumi.set(__self__, "username", username) + HostArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + hostname=hostname, + password=password, + username=username, + cluster=cluster, + cluster_managed=cluster_managed, + connected=connected, + custom_attributes=custom_attributes, + datacenter=datacenter, + force=force, + license=license, + lockdown=lockdown, + maintenance=maintenance, + tags=tags, + thumbprint=thumbprint, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + hostname: pulumi.Input[str], + password: pulumi.Input[str], + username: pulumi.Input[str], + cluster: Optional[pulumi.Input[str]] = None, + cluster_managed: Optional[pulumi.Input[bool]] = None, + connected: Optional[pulumi.Input[bool]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + force: Optional[pulumi.Input[bool]] = None, + license: Optional[pulumi.Input[str]] = None, + lockdown: Optional[pulumi.Input[str]] = None, + maintenance: Optional[pulumi.Input[bool]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + thumbprint: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("hostname", hostname) + _setter("password", password) + _setter("username", username) if cluster is not None: - pulumi.set(__self__, "cluster", cluster) + _setter("cluster", cluster) if cluster_managed is not None: - pulumi.set(__self__, "cluster_managed", cluster_managed) + _setter("cluster_managed", cluster_managed) if connected is not None: - pulumi.set(__self__, "connected", connected) + _setter("connected", connected) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if force is not None: - pulumi.set(__self__, "force", force) + _setter("force", force) if license is not None: - pulumi.set(__self__, "license", license) + _setter("license", license) if lockdown is not None: - pulumi.set(__self__, "lockdown", lockdown) + _setter("lockdown", lockdown) if maintenance is not None: - pulumi.set(__self__, "maintenance", maintenance) + _setter("maintenance", maintenance) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if thumbprint is not None: - pulumi.set(__self__, "thumbprint", thumbprint) + _setter("thumbprint", thumbprint) @property @pulumi.getter @@ -361,34 +396,69 @@ def __init__(__self__, *, :param pulumi.Input[str] username: Username that will be used by vSphere to authenticate to the host. """ + _HostState._configure( + lambda key, value: pulumi.set(__self__, key, value), + cluster=cluster, + cluster_managed=cluster_managed, + connected=connected, + custom_attributes=custom_attributes, + datacenter=datacenter, + force=force, + hostname=hostname, + license=license, + lockdown=lockdown, + maintenance=maintenance, + password=password, + tags=tags, + thumbprint=thumbprint, + username=username, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + cluster: Optional[pulumi.Input[str]] = None, + cluster_managed: Optional[pulumi.Input[bool]] = None, + connected: Optional[pulumi.Input[bool]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + force: Optional[pulumi.Input[bool]] = None, + hostname: Optional[pulumi.Input[str]] = None, + license: Optional[pulumi.Input[str]] = None, + lockdown: Optional[pulumi.Input[str]] = None, + maintenance: Optional[pulumi.Input[bool]] = None, + password: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + thumbprint: Optional[pulumi.Input[str]] = None, + username: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if cluster is not None: - pulumi.set(__self__, "cluster", cluster) + _setter("cluster", cluster) if cluster_managed is not None: - pulumi.set(__self__, "cluster_managed", cluster_managed) + _setter("cluster_managed", cluster_managed) if connected is not None: - pulumi.set(__self__, "connected", connected) + _setter("connected", connected) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if force is not None: - pulumi.set(__self__, "force", force) + _setter("force", force) if hostname is not None: - pulumi.set(__self__, "hostname", hostname) + _setter("hostname", hostname) if license is not None: - pulumi.set(__self__, "license", license) + _setter("license", license) if lockdown is not None: - pulumi.set(__self__, "lockdown", lockdown) + _setter("lockdown", lockdown) if maintenance is not None: - pulumi.set(__self__, "maintenance", maintenance) + _setter("maintenance", maintenance) if password is not None: - pulumi.set(__self__, "password", password) + _setter("password", password) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if thumbprint is not None: - pulumi.set(__self__, "thumbprint", thumbprint) + _setter("thumbprint", thumbprint) if username is not None: - pulumi.set(__self__, "username", username) + _setter("username", username) @property @pulumi.getter @@ -778,6 +848,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + HostArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/host_port_group.py b/sdk/python/pulumi_vsphere/host_port_group.py index 1486aa94..de45d50b 100644 --- a/sdk/python/pulumi_vsphere/host_port_group.py +++ b/sdk/python/pulumi_vsphere/host_port_group.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -62,38 +62,79 @@ def __init__(__self__, *, ID of `4095` enables trunk mode, allowing the guest to manage its own tagging. Default: `0`. """ - pulumi.set(__self__, "host_system_id", host_system_id) - pulumi.set(__self__, "virtual_switch_name", virtual_switch_name) + HostPortGroupArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + host_system_id=host_system_id, + virtual_switch_name=virtual_switch_name, + active_nics=active_nics, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + check_beacon=check_beacon, + failback=failback, + name=name, + notify_switches=notify_switches, + shaping_average_bandwidth=shaping_average_bandwidth, + shaping_burst_size=shaping_burst_size, + shaping_enabled=shaping_enabled, + shaping_peak_bandwidth=shaping_peak_bandwidth, + standby_nics=standby_nics, + teaming_policy=teaming_policy, + vlan_id=vlan_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + host_system_id: pulumi.Input[str], + virtual_switch_name: pulumi.Input[str], + active_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + failback: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + shaping_burst_size: Optional[pulumi.Input[int]] = None, + shaping_enabled: Optional[pulumi.Input[bool]] = None, + shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + standby_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("host_system_id", host_system_id) + _setter("virtual_switch_name", virtual_switch_name) if active_nics is not None: - pulumi.set(__self__, "active_nics", active_nics) + _setter("active_nics", active_nics) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if shaping_average_bandwidth is not None: - pulumi.set(__self__, "shaping_average_bandwidth", shaping_average_bandwidth) + _setter("shaping_average_bandwidth", shaping_average_bandwidth) if shaping_burst_size is not None: - pulumi.set(__self__, "shaping_burst_size", shaping_burst_size) + _setter("shaping_burst_size", shaping_burst_size) if shaping_enabled is not None: - pulumi.set(__self__, "shaping_enabled", shaping_enabled) + _setter("shaping_enabled", shaping_enabled) if shaping_peak_bandwidth is not None: - pulumi.set(__self__, "shaping_peak_bandwidth", shaping_peak_bandwidth) + _setter("shaping_peak_bandwidth", shaping_peak_bandwidth) if standby_nics is not None: - pulumi.set(__self__, "standby_nics", standby_nics) + _setter("standby_nics", standby_nics) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) @property @pulumi.getter(name="hostSystemId") @@ -366,46 +407,93 @@ def __init__(__self__, *, ID of `4095` enables trunk mode, allowing the guest to manage its own tagging. Default: `0`. """ + _HostPortGroupState._configure( + lambda key, value: pulumi.set(__self__, key, value), + active_nics=active_nics, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + check_beacon=check_beacon, + computed_policy=computed_policy, + failback=failback, + host_system_id=host_system_id, + key=key, + name=name, + notify_switches=notify_switches, + ports=ports, + shaping_average_bandwidth=shaping_average_bandwidth, + shaping_burst_size=shaping_burst_size, + shaping_enabled=shaping_enabled, + shaping_peak_bandwidth=shaping_peak_bandwidth, + standby_nics=standby_nics, + teaming_policy=teaming_policy, + virtual_switch_name=virtual_switch_name, + vlan_id=vlan_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + active_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + computed_policy: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + failback: Optional[pulumi.Input[bool]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + key: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + ports: Optional[pulumi.Input[Sequence[pulumi.Input['HostPortGroupPortArgs']]]] = None, + shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + shaping_burst_size: Optional[pulumi.Input[int]] = None, + shaping_enabled: Optional[pulumi.Input[bool]] = None, + shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + standby_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + virtual_switch_name: Optional[pulumi.Input[str]] = None, + vlan_id: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if active_nics is not None: - pulumi.set(__self__, "active_nics", active_nics) + _setter("active_nics", active_nics) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if computed_policy is not None: - pulumi.set(__self__, "computed_policy", computed_policy) + _setter("computed_policy", computed_policy) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if ports is not None: - pulumi.set(__self__, "ports", ports) + _setter("ports", ports) if shaping_average_bandwidth is not None: - pulumi.set(__self__, "shaping_average_bandwidth", shaping_average_bandwidth) + _setter("shaping_average_bandwidth", shaping_average_bandwidth) if shaping_burst_size is not None: - pulumi.set(__self__, "shaping_burst_size", shaping_burst_size) + _setter("shaping_burst_size", shaping_burst_size) if shaping_enabled is not None: - pulumi.set(__self__, "shaping_enabled", shaping_enabled) + _setter("shaping_enabled", shaping_enabled) if shaping_peak_bandwidth is not None: - pulumi.set(__self__, "shaping_peak_bandwidth", shaping_peak_bandwidth) + _setter("shaping_peak_bandwidth", shaping_peak_bandwidth) if standby_nics is not None: - pulumi.set(__self__, "standby_nics", standby_nics) + _setter("standby_nics", standby_nics) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) if virtual_switch_name is not None: - pulumi.set(__self__, "virtual_switch_name", virtual_switch_name) + _setter("virtual_switch_name", virtual_switch_name) if vlan_id is not None: - pulumi.set(__self__, "vlan_id", vlan_id) + _setter("vlan_id", vlan_id) @property @pulumi.getter(name="activeNics") @@ -875,6 +963,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + HostPortGroupArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/host_virtual_switch.py b/sdk/python/pulumi_vsphere/host_virtual_switch.py index bfea4a3b..144922fe 100644 --- a/sdk/python/pulumi_vsphere/host_virtual_switch.py +++ b/sdk/python/pulumi_vsphere/host_virtual_switch.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['HostVirtualSwitchArgs', 'HostVirtualSwitch'] @@ -90,45 +90,94 @@ def __init__(__self__, *, of `loadbalance_ip`, `loadbalance_srcmac`, `loadbalance_srcid`, or `failover_explicit`. Default: `loadbalance_srcid`. """ - pulumi.set(__self__, "active_nics", active_nics) - pulumi.set(__self__, "host_system_id", host_system_id) - pulumi.set(__self__, "network_adapters", network_adapters) + HostVirtualSwitchArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + active_nics=active_nics, + host_system_id=host_system_id, + network_adapters=network_adapters, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + beacon_interval=beacon_interval, + check_beacon=check_beacon, + failback=failback, + link_discovery_operation=link_discovery_operation, + link_discovery_protocol=link_discovery_protocol, + mtu=mtu, + name=name, + notify_switches=notify_switches, + number_of_ports=number_of_ports, + shaping_average_bandwidth=shaping_average_bandwidth, + shaping_burst_size=shaping_burst_size, + shaping_enabled=shaping_enabled, + shaping_peak_bandwidth=shaping_peak_bandwidth, + standby_nics=standby_nics, + teaming_policy=teaming_policy, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + active_nics: pulumi.Input[Sequence[pulumi.Input[str]]], + host_system_id: pulumi.Input[str], + network_adapters: pulumi.Input[Sequence[pulumi.Input[str]]], + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + beacon_interval: Optional[pulumi.Input[int]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + failback: Optional[pulumi.Input[bool]] = None, + link_discovery_operation: Optional[pulumi.Input[str]] = None, + link_discovery_protocol: Optional[pulumi.Input[str]] = None, + mtu: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + number_of_ports: Optional[pulumi.Input[int]] = None, + shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + shaping_burst_size: Optional[pulumi.Input[int]] = None, + shaping_enabled: Optional[pulumi.Input[bool]] = None, + shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + standby_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("active_nics", active_nics) + _setter("host_system_id", host_system_id) + _setter("network_adapters", network_adapters) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if beacon_interval is not None: - pulumi.set(__self__, "beacon_interval", beacon_interval) + _setter("beacon_interval", beacon_interval) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if link_discovery_operation is not None: - pulumi.set(__self__, "link_discovery_operation", link_discovery_operation) + _setter("link_discovery_operation", link_discovery_operation) if link_discovery_protocol is not None: - pulumi.set(__self__, "link_discovery_protocol", link_discovery_protocol) + _setter("link_discovery_protocol", link_discovery_protocol) if mtu is not None: - pulumi.set(__self__, "mtu", mtu) + _setter("mtu", mtu) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if number_of_ports is not None: - pulumi.set(__self__, "number_of_ports", number_of_ports) + _setter("number_of_ports", number_of_ports) if shaping_average_bandwidth is not None: - pulumi.set(__self__, "shaping_average_bandwidth", shaping_average_bandwidth) + _setter("shaping_average_bandwidth", shaping_average_bandwidth) if shaping_burst_size is not None: - pulumi.set(__self__, "shaping_burst_size", shaping_burst_size) + _setter("shaping_burst_size", shaping_burst_size) if shaping_enabled is not None: - pulumi.set(__self__, "shaping_enabled", shaping_enabled) + _setter("shaping_enabled", shaping_enabled) if shaping_peak_bandwidth is not None: - pulumi.set(__self__, "shaping_peak_bandwidth", shaping_peak_bandwidth) + _setter("shaping_peak_bandwidth", shaping_peak_bandwidth) if standby_nics is not None: - pulumi.set(__self__, "standby_nics", standby_nics) + _setter("standby_nics", standby_nics) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) @property @pulumi.getter(name="activeNics") @@ -493,48 +542,97 @@ def __init__(__self__, *, of `loadbalance_ip`, `loadbalance_srcmac`, `loadbalance_srcid`, or `failover_explicit`. Default: `loadbalance_srcid`. """ + _HostVirtualSwitchState._configure( + lambda key, value: pulumi.set(__self__, key, value), + active_nics=active_nics, + allow_forged_transmits=allow_forged_transmits, + allow_mac_changes=allow_mac_changes, + allow_promiscuous=allow_promiscuous, + beacon_interval=beacon_interval, + check_beacon=check_beacon, + failback=failback, + host_system_id=host_system_id, + link_discovery_operation=link_discovery_operation, + link_discovery_protocol=link_discovery_protocol, + mtu=mtu, + name=name, + network_adapters=network_adapters, + notify_switches=notify_switches, + number_of_ports=number_of_ports, + shaping_average_bandwidth=shaping_average_bandwidth, + shaping_burst_size=shaping_burst_size, + shaping_enabled=shaping_enabled, + shaping_peak_bandwidth=shaping_peak_bandwidth, + standby_nics=standby_nics, + teaming_policy=teaming_policy, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + active_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + allow_forged_transmits: Optional[pulumi.Input[bool]] = None, + allow_mac_changes: Optional[pulumi.Input[bool]] = None, + allow_promiscuous: Optional[pulumi.Input[bool]] = None, + beacon_interval: Optional[pulumi.Input[int]] = None, + check_beacon: Optional[pulumi.Input[bool]] = None, + failback: Optional[pulumi.Input[bool]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + link_discovery_operation: Optional[pulumi.Input[str]] = None, + link_discovery_protocol: Optional[pulumi.Input[str]] = None, + mtu: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + network_adapters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + notify_switches: Optional[pulumi.Input[bool]] = None, + number_of_ports: Optional[pulumi.Input[int]] = None, + shaping_average_bandwidth: Optional[pulumi.Input[int]] = None, + shaping_burst_size: Optional[pulumi.Input[int]] = None, + shaping_enabled: Optional[pulumi.Input[bool]] = None, + shaping_peak_bandwidth: Optional[pulumi.Input[int]] = None, + standby_nics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + teaming_policy: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if active_nics is not None: - pulumi.set(__self__, "active_nics", active_nics) + _setter("active_nics", active_nics) if allow_forged_transmits is not None: - pulumi.set(__self__, "allow_forged_transmits", allow_forged_transmits) + _setter("allow_forged_transmits", allow_forged_transmits) if allow_mac_changes is not None: - pulumi.set(__self__, "allow_mac_changes", allow_mac_changes) + _setter("allow_mac_changes", allow_mac_changes) if allow_promiscuous is not None: - pulumi.set(__self__, "allow_promiscuous", allow_promiscuous) + _setter("allow_promiscuous", allow_promiscuous) if beacon_interval is not None: - pulumi.set(__self__, "beacon_interval", beacon_interval) + _setter("beacon_interval", beacon_interval) if check_beacon is not None: - pulumi.set(__self__, "check_beacon", check_beacon) + _setter("check_beacon", check_beacon) if failback is not None: - pulumi.set(__self__, "failback", failback) + _setter("failback", failback) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) if link_discovery_operation is not None: - pulumi.set(__self__, "link_discovery_operation", link_discovery_operation) + _setter("link_discovery_operation", link_discovery_operation) if link_discovery_protocol is not None: - pulumi.set(__self__, "link_discovery_protocol", link_discovery_protocol) + _setter("link_discovery_protocol", link_discovery_protocol) if mtu is not None: - pulumi.set(__self__, "mtu", mtu) + _setter("mtu", mtu) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if network_adapters is not None: - pulumi.set(__self__, "network_adapters", network_adapters) + _setter("network_adapters", network_adapters) if notify_switches is not None: - pulumi.set(__self__, "notify_switches", notify_switches) + _setter("notify_switches", notify_switches) if number_of_ports is not None: - pulumi.set(__self__, "number_of_ports", number_of_ports) + _setter("number_of_ports", number_of_ports) if shaping_average_bandwidth is not None: - pulumi.set(__self__, "shaping_average_bandwidth", shaping_average_bandwidth) + _setter("shaping_average_bandwidth", shaping_average_bandwidth) if shaping_burst_size is not None: - pulumi.set(__self__, "shaping_burst_size", shaping_burst_size) + _setter("shaping_burst_size", shaping_burst_size) if shaping_enabled is not None: - pulumi.set(__self__, "shaping_enabled", shaping_enabled) + _setter("shaping_enabled", shaping_enabled) if shaping_peak_bandwidth is not None: - pulumi.set(__self__, "shaping_peak_bandwidth", shaping_peak_bandwidth) + _setter("shaping_peak_bandwidth", shaping_peak_bandwidth) if standby_nics is not None: - pulumi.set(__self__, "standby_nics", standby_nics) + _setter("standby_nics", standby_nics) if teaming_policy is not None: - pulumi.set(__self__, "teaming_policy", teaming_policy) + _setter("teaming_policy", teaming_policy) @property @pulumi.getter(name="activeNics") @@ -922,6 +1020,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + HostVirtualSwitchArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/license.py b/sdk/python/pulumi_vsphere/license.py index 0c8e8ef4..66776bf8 100644 --- a/sdk/python/pulumi_vsphere/license.py +++ b/sdk/python/pulumi_vsphere/license.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['LicenseArgs', 'License'] @@ -21,9 +21,20 @@ def __init__(__self__, *, :param pulumi.Input[str] license_key: The license key to add. :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A map of key/value pairs to be attached as labels (tags) to the license key. """ - pulumi.set(__self__, "license_key", license_key) + LicenseArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + license_key=license_key, + labels=labels, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + license_key: pulumi.Input[str], + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("license_key", license_key) if labels is not None: - pulumi.set(__self__, "labels", labels) + _setter("labels", labels) @property @pulumi.getter(name="licenseKey") @@ -68,18 +79,37 @@ def __init__(__self__, *, :param pulumi.Input[int] total: Total number of units (example: CPUs) contained in the license. :param pulumi.Input[int] used: The number of units (example: CPUs) assigned to this license. """ + _LicenseState._configure( + lambda key, value: pulumi.set(__self__, key, value), + edition_key=edition_key, + labels=labels, + license_key=license_key, + name=name, + total=total, + used=used, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + edition_key: Optional[pulumi.Input[str]] = None, + labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + license_key: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + total: Optional[pulumi.Input[int]] = None, + used: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if edition_key is not None: - pulumi.set(__self__, "edition_key", edition_key) + _setter("edition_key", edition_key) if labels is not None: - pulumi.set(__self__, "labels", labels) + _setter("labels", labels) if license_key is not None: - pulumi.set(__self__, "license_key", license_key) + _setter("license_key", license_key) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if total is not None: - pulumi.set(__self__, "total", total) + _setter("total", total) if used is not None: - pulumi.set(__self__, "used", used) + _setter("used", used) @property @pulumi.getter(name="editionKey") @@ -217,6 +247,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + LicenseArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/nas_datastore.py b/sdk/python/pulumi_vsphere/nas_datastore.py index 76293c20..ede06c15 100644 --- a/sdk/python/pulumi_vsphere/nas_datastore.py +++ b/sdk/python/pulumi_vsphere/nas_datastore.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['NasDatastoreArgs', 'NasDatastore'] @@ -66,25 +66,54 @@ def __init__(__self__, *, v3) or `NFS41` (to denote NFS v4.1). Default: `NFS`. Forces a new resource if changed. """ - pulumi.set(__self__, "host_system_ids", host_system_ids) - pulumi.set(__self__, "remote_hosts", remote_hosts) - pulumi.set(__self__, "remote_path", remote_path) + NasDatastoreArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + host_system_ids=host_system_ids, + remote_hosts=remote_hosts, + remote_path=remote_path, + access_mode=access_mode, + custom_attributes=custom_attributes, + datastore_cluster_id=datastore_cluster_id, + folder=folder, + name=name, + security_type=security_type, + tags=tags, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + host_system_ids: pulumi.Input[Sequence[pulumi.Input[str]]], + remote_hosts: pulumi.Input[Sequence[pulumi.Input[str]]], + remote_path: pulumi.Input[str], + access_mode: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + security_type: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("host_system_ids", host_system_ids) + _setter("remote_hosts", remote_hosts) + _setter("remote_path", remote_path) if access_mode is not None: - pulumi.set(__self__, "access_mode", access_mode) + _setter("access_mode", access_mode) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if security_type is not None: - pulumi.set(__self__, "security_type", security_type) + _setter("security_type", security_type) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter(name="hostSystemIds") @@ -321,44 +350,89 @@ def __init__(__self__, *, potentially used by all virtual machines on this datastore. :param pulumi.Input[str] url: The unique locator for the datastore. """ + _NasDatastoreState._configure( + lambda key, value: pulumi.set(__self__, key, value), + access_mode=access_mode, + accessible=accessible, + capacity=capacity, + custom_attributes=custom_attributes, + datastore_cluster_id=datastore_cluster_id, + folder=folder, + free_space=free_space, + host_system_ids=host_system_ids, + maintenance_mode=maintenance_mode, + multiple_host_access=multiple_host_access, + name=name, + protocol_endpoint=protocol_endpoint, + remote_hosts=remote_hosts, + remote_path=remote_path, + security_type=security_type, + tags=tags, + type=type, + uncommitted_space=uncommitted_space, + url=url, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + access_mode: Optional[pulumi.Input[str]] = None, + accessible: Optional[pulumi.Input[bool]] = None, + capacity: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + free_space: Optional[pulumi.Input[int]] = None, + host_system_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + maintenance_mode: Optional[pulumi.Input[str]] = None, + multiple_host_access: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + protocol_endpoint: Optional[pulumi.Input[bool]] = None, + remote_hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + remote_path: Optional[pulumi.Input[str]] = None, + security_type: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + type: Optional[pulumi.Input[str]] = None, + uncommitted_space: Optional[pulumi.Input[int]] = None, + url: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if access_mode is not None: - pulumi.set(__self__, "access_mode", access_mode) + _setter("access_mode", access_mode) if accessible is not None: - pulumi.set(__self__, "accessible", accessible) + _setter("accessible", accessible) if capacity is not None: - pulumi.set(__self__, "capacity", capacity) + _setter("capacity", capacity) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if free_space is not None: - pulumi.set(__self__, "free_space", free_space) + _setter("free_space", free_space) if host_system_ids is not None: - pulumi.set(__self__, "host_system_ids", host_system_ids) + _setter("host_system_ids", host_system_ids) if maintenance_mode is not None: - pulumi.set(__self__, "maintenance_mode", maintenance_mode) + _setter("maintenance_mode", maintenance_mode) if multiple_host_access is not None: - pulumi.set(__self__, "multiple_host_access", multiple_host_access) + _setter("multiple_host_access", multiple_host_access) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if protocol_endpoint is not None: - pulumi.set(__self__, "protocol_endpoint", protocol_endpoint) + _setter("protocol_endpoint", protocol_endpoint) if remote_hosts is not None: - pulumi.set(__self__, "remote_hosts", remote_hosts) + _setter("remote_hosts", remote_hosts) if remote_path is not None: - pulumi.set(__self__, "remote_path", remote_path) + _setter("remote_path", remote_path) if security_type is not None: - pulumi.set(__self__, "security_type", security_type) + _setter("security_type", security_type) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) if uncommitted_space is not None: - pulumi.set(__self__, "uncommitted_space", uncommitted_space) + _setter("uncommitted_space", uncommitted_space) if url is not None: - pulumi.set(__self__, "url", url) + _setter("url", url) @property @pulumi.getter(name="accessMode") @@ -698,6 +772,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + NasDatastoreArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/outputs.py b/sdk/python/pulumi_vsphere/outputs.py index 754e6612..5b233cae 100644 --- a/sdk/python/pulumi_vsphere/outputs.py +++ b/sdk/python/pulumi_vsphere/outputs.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs @@ -75,10 +75,21 @@ def __init__(__self__, *, )]) ``` """ + ComputeClusterVsanDiskGroup._configure( + lambda key, value: pulumi.set(__self__, key, value), + cache=cache, + storages=storages, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + cache: Optional[str] = None, + storages: Optional[Sequence[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if cache is not None: - pulumi.set(__self__, "cache", cache) + _setter("cache", cache) if storages is not None: - pulumi.set(__self__, "storages", storages) + _setter("storages", storages) @property @pulumi.getter @@ -159,16 +170,33 @@ def __init__(__self__, *, :param bool published: Publish the content library. Default `false`. :param str username: Username used for authentication. """ + ContentLibraryPublication._configure( + lambda key, value: pulumi.set(__self__, key, value), + authentication_method=authentication_method, + password=password, + publish_url=publish_url, + published=published, + username=username, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + authentication_method: Optional[str] = None, + password: Optional[str] = None, + publish_url: Optional[str] = None, + published: Optional[bool] = None, + username: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if authentication_method is not None: - pulumi.set(__self__, "authentication_method", authentication_method) + _setter("authentication_method", authentication_method) if password is not None: - pulumi.set(__self__, "password", password) + _setter("password", password) if publish_url is not None: - pulumi.set(__self__, "publish_url", publish_url) + _setter("publish_url", publish_url) if published is not None: - pulumi.set(__self__, "published", published) + _setter("published", published) if username is not None: - pulumi.set(__self__, "username", username) + _setter("username", username) @property @pulumi.getter(name="authenticationMethod") @@ -251,18 +279,37 @@ def __init__(__self__, *, :param str subscription_url: URL of the published content library. :param str username: Username used for authentication. """ + ContentLibrarySubscription._configure( + lambda key, value: pulumi.set(__self__, key, value), + authentication_method=authentication_method, + automatic_sync=automatic_sync, + on_demand=on_demand, + password=password, + subscription_url=subscription_url, + username=username, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + authentication_method: Optional[str] = None, + automatic_sync: Optional[bool] = None, + on_demand: Optional[bool] = None, + password: Optional[str] = None, + subscription_url: Optional[str] = None, + username: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if authentication_method is not None: - pulumi.set(__self__, "authentication_method", authentication_method) + _setter("authentication_method", authentication_method) if automatic_sync is not None: - pulumi.set(__self__, "automatic_sync", automatic_sync) + _setter("automatic_sync", automatic_sync) if on_demand is not None: - pulumi.set(__self__, "on_demand", on_demand) + _setter("on_demand", on_demand) if password is not None: - pulumi.set(__self__, "password", password) + _setter("password", password) if subscription_url is not None: - pulumi.set(__self__, "subscription_url", subscription_url) + _setter("subscription_url", subscription_url) if username is not None: - pulumi.set(__self__, "username", username) + _setter("username", username) @property @pulumi.getter(name="authenticationMethod") @@ -337,8 +384,19 @@ def get(self, key: str, default = None) -> Any: def __init__(__self__, *, max_vlan: int, min_vlan: int): - pulumi.set(__self__, "max_vlan", max_vlan) - pulumi.set(__self__, "min_vlan", min_vlan) + DistributedPortGroupVlanRange._configure( + lambda key, value: pulumi.set(__self__, key, value), + max_vlan=max_vlan, + min_vlan=min_vlan, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + max_vlan: int, + min_vlan: int, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("max_vlan", max_vlan) + _setter("min_vlan", min_vlan) @property @pulumi.getter(name="maxVlan") @@ -379,9 +437,20 @@ def __init__(__self__, *, :param Sequence[str] devices: The list of NIC devices to map to uplinks on the VDS, added in order they are specified. """ - pulumi.set(__self__, "host_system_id", host_system_id) + DistributedVirtualSwitchHost._configure( + lambda key, value: pulumi.set(__self__, key, value), + host_system_id=host_system_id, + devices=devices, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + host_system_id: str, + devices: Optional[Sequence[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("host_system_id", host_system_id) if devices is not None: - pulumi.set(__self__, "devices", devices) + _setter("devices", devices) @property @pulumi.getter(name="hostSystemId") @@ -437,9 +506,22 @@ def __init__(__self__, *, :param int secondary_vlan_id: The secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property. """ - pulumi.set(__self__, "primary_vlan_id", primary_vlan_id) - pulumi.set(__self__, "pvlan_type", pvlan_type) - pulumi.set(__self__, "secondary_vlan_id", secondary_vlan_id) + DistributedVirtualSwitchPvlanMapping._configure( + lambda key, value: pulumi.set(__self__, key, value), + primary_vlan_id=primary_vlan_id, + pvlan_type=pvlan_type, + secondary_vlan_id=secondary_vlan_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + primary_vlan_id: int, + pvlan_type: str, + secondary_vlan_id: int, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("primary_vlan_id", primary_vlan_id) + _setter("pvlan_type", pvlan_type) + _setter("secondary_vlan_id", secondary_vlan_id) @property @pulumi.getter(name="primaryVlanId") @@ -493,8 +575,19 @@ def get(self, key: str, default = None) -> Any: def __init__(__self__, *, max_vlan: int, min_vlan: int): - pulumi.set(__self__, "max_vlan", max_vlan) - pulumi.set(__self__, "min_vlan", min_vlan) + DistributedVirtualSwitchVlanRange._configure( + lambda key, value: pulumi.set(__self__, key, value), + max_vlan=max_vlan, + min_vlan=min_vlan, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + max_vlan: int, + min_vlan: int, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("max_vlan", max_vlan) + _setter("min_vlan", min_vlan) @property @pulumi.getter(name="maxVlan") @@ -541,10 +634,25 @@ def __init__(__self__, *, :param str role_id: The role id of the role to be given to the user on the specified entity. :param str user_or_group: The user/group getting the permission. """ - pulumi.set(__self__, "is_group", is_group) - pulumi.set(__self__, "propagate", propagate) - pulumi.set(__self__, "role_id", role_id) - pulumi.set(__self__, "user_or_group", user_or_group) + EntityPermissionsPermission._configure( + lambda key, value: pulumi.set(__self__, key, value), + is_group=is_group, + propagate=propagate, + role_id=role_id, + user_or_group=user_or_group, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + is_group: bool, + propagate: bool, + role_id: str, + user_or_group: str, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("is_group", is_group) + _setter("propagate", propagate) + _setter("role_id", role_id) + _setter("user_or_group", user_or_group) @property @pulumi.getter(name="isGroup") @@ -605,12 +713,25 @@ def __init__(__self__, *, """ :param str key: The key for this port group as returned from the vSphere API. """ + HostPortGroupPort._configure( + lambda key, value: pulumi.set(__self__, key, value), + key=key, + mac_addresses=mac_addresses, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + key: Optional[str] = None, + mac_addresses: Optional[Sequence[str]] = None, + type: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if mac_addresses is not None: - pulumi.set(__self__, "mac_addresses", mac_addresses) + _setter("mac_addresses", mac_addresses) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter @@ -662,26 +783,41 @@ def __init__(__self__, *, path: Optional[str] = None): """ :param bool client_device: Indicates whether the device should be backed by remote client device. Conflicts with `datastore_id` and `path`. - :param str datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param str datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param int key: The ID of the device within the virtual machine. - :param str path: When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + :param str path: The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . > **NOTE:** Some CD-ROM drive types are not supported by this resource, such as pass-through devices. If these drives are present in a cloned template, or added outside of the provider, the desired state will be corrected to the defined device, or removed if no `cdrom` block is present. """ + VirtualMachineCdrom._configure( + lambda key, value: pulumi.set(__self__, key, value), + client_device=client_device, + datastore_id=datastore_id, + device_address=device_address, + key=key, + path=path, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + client_device: Optional[bool] = None, + datastore_id: Optional[str] = None, + device_address: Optional[str] = None, + key: Optional[int] = None, + path: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if client_device is not None: - pulumi.set(__self__, "client_device", client_device) + _setter("client_device", client_device) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if path is not None: - pulumi.set(__self__, "path", path) + _setter("path", path) @property @pulumi.getter(name="clientDevice") @@ -695,9 +831,7 @@ def client_device(self) -> Optional[bool]: @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[str]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -718,7 +852,7 @@ def key(self) -> Optional[int]: @pulumi.getter def path(self) -> Optional[str]: """ - When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . @@ -759,17 +893,36 @@ def __init__(__self__, *, ovf_network_map: Optional[Mapping[str, str]] = None, ovf_storage_map: Optional[Mapping[str, str]] = None, timeout: Optional[int] = None): - pulumi.set(__self__, "template_uuid", template_uuid) + VirtualMachineClone._configure( + lambda key, value: pulumi.set(__self__, key, value), + template_uuid=template_uuid, + customize=customize, + linked_clone=linked_clone, + ovf_network_map=ovf_network_map, + ovf_storage_map=ovf_storage_map, + timeout=timeout, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + template_uuid: str, + customize: Optional['outputs.VirtualMachineCloneCustomize'] = None, + linked_clone: Optional[bool] = None, + ovf_network_map: Optional[Mapping[str, str]] = None, + ovf_storage_map: Optional[Mapping[str, str]] = None, + timeout: Optional[int] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("template_uuid", template_uuid) if customize is not None: - pulumi.set(__self__, "customize", customize) + _setter("customize", customize) if linked_clone is not None: - pulumi.set(__self__, "linked_clone", linked_clone) + _setter("linked_clone", linked_clone) if ovf_network_map is not None: - pulumi.set(__self__, "ovf_network_map", ovf_network_map) + _setter("ovf_network_map", ovf_network_map) if ovf_storage_map is not None: - pulumi.set(__self__, "ovf_storage_map", ovf_storage_map) + _setter("ovf_storage_map", ovf_storage_map) if timeout is not None: - pulumi.set(__self__, "timeout", timeout) + _setter("timeout", timeout) @property @pulumi.getter(name="templateUuid") @@ -848,24 +1001,49 @@ def __init__(__self__, *, """ :param Sequence['VirtualMachineCloneCustomizeNetworkInterfaceArgs'] network_interfaces: A specification for a virtual NIC on the virtual machine. See network interface options for more information. """ + VirtualMachineCloneCustomize._configure( + lambda key, value: pulumi.set(__self__, key, value), + dns_server_lists=dns_server_lists, + dns_suffix_lists=dns_suffix_lists, + ipv4_gateway=ipv4_gateway, + ipv6_gateway=ipv6_gateway, + linux_options=linux_options, + network_interfaces=network_interfaces, + timeout=timeout, + windows_options=windows_options, + windows_sysprep_text=windows_sysprep_text, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dns_server_lists: Optional[Sequence[str]] = None, + dns_suffix_lists: Optional[Sequence[str]] = None, + ipv4_gateway: Optional[str] = None, + ipv6_gateway: Optional[str] = None, + linux_options: Optional['outputs.VirtualMachineCloneCustomizeLinuxOptions'] = None, + network_interfaces: Optional[Sequence['outputs.VirtualMachineCloneCustomizeNetworkInterface']] = None, + timeout: Optional[int] = None, + windows_options: Optional['outputs.VirtualMachineCloneCustomizeWindowsOptions'] = None, + windows_sysprep_text: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dns_server_lists is not None: - pulumi.set(__self__, "dns_server_lists", dns_server_lists) + _setter("dns_server_lists", dns_server_lists) if dns_suffix_lists is not None: - pulumi.set(__self__, "dns_suffix_lists", dns_suffix_lists) + _setter("dns_suffix_lists", dns_suffix_lists) if ipv4_gateway is not None: - pulumi.set(__self__, "ipv4_gateway", ipv4_gateway) + _setter("ipv4_gateway", ipv4_gateway) if ipv6_gateway is not None: - pulumi.set(__self__, "ipv6_gateway", ipv6_gateway) + _setter("ipv6_gateway", ipv6_gateway) if linux_options is not None: - pulumi.set(__self__, "linux_options", linux_options) + _setter("linux_options", linux_options) if network_interfaces is not None: - pulumi.set(__self__, "network_interfaces", network_interfaces) + _setter("network_interfaces", network_interfaces) if timeout is not None: - pulumi.set(__self__, "timeout", timeout) + _setter("timeout", timeout) if windows_options is not None: - pulumi.set(__self__, "windows_options", windows_options) + _setter("windows_options", windows_options) if windows_sysprep_text is not None: - pulumi.set(__self__, "windows_sysprep_text", windows_sysprep_text) + _setter("windows_sysprep_text", windows_sysprep_text) @property @pulumi.getter(name="dnsServerLists") @@ -947,14 +1125,31 @@ def __init__(__self__, *, hw_clock_utc: Optional[bool] = None, script_text: Optional[str] = None, time_zone: Optional[str] = None): - pulumi.set(__self__, "domain", domain) - pulumi.set(__self__, "host_name", host_name) + VirtualMachineCloneCustomizeLinuxOptions._configure( + lambda key, value: pulumi.set(__self__, key, value), + domain=domain, + host_name=host_name, + hw_clock_utc=hw_clock_utc, + script_text=script_text, + time_zone=time_zone, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + domain: str, + host_name: str, + hw_clock_utc: Optional[bool] = None, + script_text: Optional[str] = None, + time_zone: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("domain", domain) + _setter("host_name", host_name) if hw_clock_utc is not None: - pulumi.set(__self__, "hw_clock_utc", hw_clock_utc) + _setter("hw_clock_utc", hw_clock_utc) if script_text is not None: - pulumi.set(__self__, "script_text", script_text) + _setter("script_text", script_text) if time_zone is not None: - pulumi.set(__self__, "time_zone", time_zone) + _setter("time_zone", time_zone) @property @pulumi.getter @@ -1018,18 +1213,37 @@ def __init__(__self__, *, ipv4_netmask: Optional[int] = None, ipv6_address: Optional[str] = None, ipv6_netmask: Optional[int] = None): + VirtualMachineCloneCustomizeNetworkInterface._configure( + lambda key, value: pulumi.set(__self__, key, value), + dns_domain=dns_domain, + dns_server_lists=dns_server_lists, + ipv4_address=ipv4_address, + ipv4_netmask=ipv4_netmask, + ipv6_address=ipv6_address, + ipv6_netmask=ipv6_netmask, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dns_domain: Optional[str] = None, + dns_server_lists: Optional[Sequence[str]] = None, + ipv4_address: Optional[str] = None, + ipv4_netmask: Optional[int] = None, + ipv6_address: Optional[str] = None, + ipv6_netmask: Optional[int] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dns_domain is not None: - pulumi.set(__self__, "dns_domain", dns_domain) + _setter("dns_domain", dns_domain) if dns_server_lists is not None: - pulumi.set(__self__, "dns_server_lists", dns_server_lists) + _setter("dns_server_lists", dns_server_lists) if ipv4_address is not None: - pulumi.set(__self__, "ipv4_address", ipv4_address) + _setter("ipv4_address", ipv4_address) if ipv4_netmask is not None: - pulumi.set(__self__, "ipv4_netmask", ipv4_netmask) + _setter("ipv4_netmask", ipv4_netmask) if ipv6_address is not None: - pulumi.set(__self__, "ipv6_address", ipv6_address) + _setter("ipv6_address", ipv6_address) if ipv6_netmask is not None: - pulumi.set(__self__, "ipv6_netmask", ipv6_netmask) + _setter("ipv6_netmask", ipv6_netmask) @property @pulumi.getter(name="dnsDomain") @@ -1117,31 +1331,64 @@ def __init__(__self__, *, run_once_command_lists: Optional[Sequence[str]] = None, time_zone: Optional[int] = None, workgroup: Optional[str] = None): - pulumi.set(__self__, "computer_name", computer_name) + VirtualMachineCloneCustomizeWindowsOptions._configure( + lambda key, value: pulumi.set(__self__, key, value), + computer_name=computer_name, + admin_password=admin_password, + auto_logon=auto_logon, + auto_logon_count=auto_logon_count, + domain_admin_password=domain_admin_password, + domain_admin_user=domain_admin_user, + full_name=full_name, + join_domain=join_domain, + organization_name=organization_name, + product_key=product_key, + run_once_command_lists=run_once_command_lists, + time_zone=time_zone, + workgroup=workgroup, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + computer_name: str, + admin_password: Optional[str] = None, + auto_logon: Optional[bool] = None, + auto_logon_count: Optional[int] = None, + domain_admin_password: Optional[str] = None, + domain_admin_user: Optional[str] = None, + full_name: Optional[str] = None, + join_domain: Optional[str] = None, + organization_name: Optional[str] = None, + product_key: Optional[str] = None, + run_once_command_lists: Optional[Sequence[str]] = None, + time_zone: Optional[int] = None, + workgroup: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("computer_name", computer_name) if admin_password is not None: - pulumi.set(__self__, "admin_password", admin_password) + _setter("admin_password", admin_password) if auto_logon is not None: - pulumi.set(__self__, "auto_logon", auto_logon) + _setter("auto_logon", auto_logon) if auto_logon_count is not None: - pulumi.set(__self__, "auto_logon_count", auto_logon_count) + _setter("auto_logon_count", auto_logon_count) if domain_admin_password is not None: - pulumi.set(__self__, "domain_admin_password", domain_admin_password) + _setter("domain_admin_password", domain_admin_password) if domain_admin_user is not None: - pulumi.set(__self__, "domain_admin_user", domain_admin_user) + _setter("domain_admin_user", domain_admin_user) if full_name is not None: - pulumi.set(__self__, "full_name", full_name) + _setter("full_name", full_name) if join_domain is not None: - pulumi.set(__self__, "join_domain", join_domain) + _setter("join_domain", join_domain) if organization_name is not None: - pulumi.set(__self__, "organization_name", organization_name) + _setter("organization_name", organization_name) if product_key is not None: - pulumi.set(__self__, "product_key", product_key) + _setter("product_key", product_key) if run_once_command_lists is not None: - pulumi.set(__self__, "run_once_command_lists", run_once_command_lists) + _setter("run_once_command_lists", run_once_command_lists) if time_zone is not None: - pulumi.set(__self__, "time_zone", time_zone) + _setter("time_zone", time_zone) if workgroup is not None: - pulumi.set(__self__, "workgroup", workgroup) + _setter("workgroup", workgroup) @property @pulumi.getter(name="computerName") @@ -1283,9 +1530,7 @@ def __init__(__self__, *, > **NOTE:** External disks cannot be attached when `datastore_cluster_id` is used. :param str controller_type: The type of storage controller to attach the disk to. Can be `scsi`, `sata`, or `ide`. You must have the appropriate number of controllers enabled for the selected type. Default `scsi`. - :param str datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param str datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param str disk_mode: The mode of this this virtual disk for purposes of writes and snapshots. One of `append`, `independent_nonpersistent`, `independent_persistent`, `nonpersistent`, `persistent`, or `undoable`. Default: `persistent`. For more information on these option, please refer to the [product documentation][vmware-docs-disk-mode]. [vmware-docs-disk-mode]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.device.VirtualDiskOption.DiskMode.html @@ -1299,59 +1544,108 @@ def __init__(__self__, *, :param str io_share_level: The share allocation level for the virtual disk. One of `low`, `normal`, `high`, or `custom`. Default: `normal`. :param bool keep_on_remove: Keep this disk when removing the device or destroying the virtual machine. Default: `false`. :param int key: The ID of the device within the virtual machine. - :param str path: When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + :param str path: The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . > **NOTE:** Some CD-ROM drive types are not supported by this resource, such as pass-through devices. If these drives are present in a cloned template, or added outside of the provider, the desired state will be corrected to the defined device, or removed if no `cdrom` block is present. :param int size: The size of the disk, in GB. Must be a whole number. - :param str storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param str storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param bool thin_provisioned: If `true`, the disk is thin provisioned, with space for the file being allocated on an as-needed basis. Cannot be set to `true` when `eagerly_scrub` is `true`. See the section on selecting a disk type for more information. Default: `true`. :param int unit_number: The disk number on the storage bus. The maximum value for this setting is the value of the controller count times the controller capacity (15 for SCSI, 30 for SATA, and 2 for IDE). Duplicate unit numbers are not allowed. Default `0`, for which one disk must be set to. :param str uuid: The UUID of the virtual disk VMDK file. This is used to track the virtual disk on the virtual machine. :param bool write_through: If `true`, writes for this disk are sent directly to the filesystem immediately instead of being buffered. Default: `false`. """ - pulumi.set(__self__, "label", label) + VirtualMachineDisk._configure( + lambda key, value: pulumi.set(__self__, key, value), + label=label, + attach=attach, + controller_type=controller_type, + datastore_id=datastore_id, + device_address=device_address, + disk_mode=disk_mode, + disk_sharing=disk_sharing, + eagerly_scrub=eagerly_scrub, + io_limit=io_limit, + io_reservation=io_reservation, + io_share_count=io_share_count, + io_share_level=io_share_level, + keep_on_remove=keep_on_remove, + key=key, + path=path, + size=size, + storage_policy_id=storage_policy_id, + thin_provisioned=thin_provisioned, + unit_number=unit_number, + uuid=uuid, + write_through=write_through, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + label: str, + attach: Optional[bool] = None, + controller_type: Optional[str] = None, + datastore_id: Optional[str] = None, + device_address: Optional[str] = None, + disk_mode: Optional[str] = None, + disk_sharing: Optional[str] = None, + eagerly_scrub: Optional[bool] = None, + io_limit: Optional[int] = None, + io_reservation: Optional[int] = None, + io_share_count: Optional[int] = None, + io_share_level: Optional[str] = None, + keep_on_remove: Optional[bool] = None, + key: Optional[int] = None, + path: Optional[str] = None, + size: Optional[int] = None, + storage_policy_id: Optional[str] = None, + thin_provisioned: Optional[bool] = None, + unit_number: Optional[int] = None, + uuid: Optional[str] = None, + write_through: Optional[bool] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("label", label) if attach is not None: - pulumi.set(__self__, "attach", attach) + _setter("attach", attach) if controller_type is not None: - pulumi.set(__self__, "controller_type", controller_type) + _setter("controller_type", controller_type) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if disk_mode is not None: - pulumi.set(__self__, "disk_mode", disk_mode) + _setter("disk_mode", disk_mode) if disk_sharing is not None: - pulumi.set(__self__, "disk_sharing", disk_sharing) + _setter("disk_sharing", disk_sharing) if eagerly_scrub is not None: - pulumi.set(__self__, "eagerly_scrub", eagerly_scrub) + _setter("eagerly_scrub", eagerly_scrub) if io_limit is not None: - pulumi.set(__self__, "io_limit", io_limit) + _setter("io_limit", io_limit) if io_reservation is not None: - pulumi.set(__self__, "io_reservation", io_reservation) + _setter("io_reservation", io_reservation) if io_share_count is not None: - pulumi.set(__self__, "io_share_count", io_share_count) + _setter("io_share_count", io_share_count) if io_share_level is not None: - pulumi.set(__self__, "io_share_level", io_share_level) + _setter("io_share_level", io_share_level) if keep_on_remove is not None: - pulumi.set(__self__, "keep_on_remove", keep_on_remove) + _setter("keep_on_remove", keep_on_remove) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if path is not None: - pulumi.set(__self__, "path", path) + _setter("path", path) if size is not None: - pulumi.set(__self__, "size", size) + _setter("size", size) if storage_policy_id is not None: - pulumi.set(__self__, "storage_policy_id", storage_policy_id) + _setter("storage_policy_id", storage_policy_id) if thin_provisioned is not None: - pulumi.set(__self__, "thin_provisioned", thin_provisioned) + _setter("thin_provisioned", thin_provisioned) if unit_number is not None: - pulumi.set(__self__, "unit_number", unit_number) + _setter("unit_number", unit_number) if uuid is not None: - pulumi.set(__self__, "uuid", uuid) + _setter("uuid", uuid) if write_through is not None: - pulumi.set(__self__, "write_through", write_through) + _setter("write_through", write_through) @property @pulumi.getter @@ -1380,9 +1674,7 @@ def controller_type(self) -> Optional[str]: @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[str]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -1471,7 +1763,7 @@ def key(self) -> Optional[int]: @pulumi.getter def path(self) -> Optional[str]: """ - When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename. + The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`. > **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to . @@ -1491,7 +1783,7 @@ def size(self) -> Optional[int]: @pulumi.getter(name="storagePolicyId") def storage_policy_id(self) -> Optional[str]: """ - The ID of the storage policy to assign to the home directory of a virtual machine. + The UUID of the storage policy to assign to the virtual disk. """ return pulumi.get(self, "storage_policy_id") @@ -1589,27 +1881,56 @@ def __init__(__self__, *, :param str ovf_mapping: Specifies which NIC in an OVF/OVA the `network_interface` should be associated. Only applies at creation when deploying from an OVF/OVA. :param bool use_static_mac: If true, the `mac_address` field is treated as a static MAC address and set accordingly. Setting this to `true` requires `mac_address` to be set. Default: `false`. """ - pulumi.set(__self__, "network_id", network_id) + VirtualMachineNetworkInterface._configure( + lambda key, value: pulumi.set(__self__, key, value), + network_id=network_id, + adapter_type=adapter_type, + bandwidth_limit=bandwidth_limit, + bandwidth_reservation=bandwidth_reservation, + bandwidth_share_count=bandwidth_share_count, + bandwidth_share_level=bandwidth_share_level, + device_address=device_address, + key=key, + mac_address=mac_address, + ovf_mapping=ovf_mapping, + use_static_mac=use_static_mac, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + network_id: str, + adapter_type: Optional[str] = None, + bandwidth_limit: Optional[int] = None, + bandwidth_reservation: Optional[int] = None, + bandwidth_share_count: Optional[int] = None, + bandwidth_share_level: Optional[str] = None, + device_address: Optional[str] = None, + key: Optional[int] = None, + mac_address: Optional[str] = None, + ovf_mapping: Optional[str] = None, + use_static_mac: Optional[bool] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("network_id", network_id) if adapter_type is not None: - pulumi.set(__self__, "adapter_type", adapter_type) + _setter("adapter_type", adapter_type) if bandwidth_limit is not None: - pulumi.set(__self__, "bandwidth_limit", bandwidth_limit) + _setter("bandwidth_limit", bandwidth_limit) if bandwidth_reservation is not None: - pulumi.set(__self__, "bandwidth_reservation", bandwidth_reservation) + _setter("bandwidth_reservation", bandwidth_reservation) if bandwidth_share_count is not None: - pulumi.set(__self__, "bandwidth_share_count", bandwidth_share_count) + _setter("bandwidth_share_count", bandwidth_share_count) if bandwidth_share_level is not None: - pulumi.set(__self__, "bandwidth_share_level", bandwidth_share_level) + _setter("bandwidth_share_level", bandwidth_share_level) if device_address is not None: - pulumi.set(__self__, "device_address", device_address) + _setter("device_address", device_address) if key is not None: - pulumi.set(__self__, "key", key) + _setter("key", key) if mac_address is not None: - pulumi.set(__self__, "mac_address", mac_address) + _setter("mac_address", mac_address) if ovf_mapping is not None: - pulumi.set(__self__, "ovf_mapping", ovf_mapping) + _setter("ovf_mapping", ovf_mapping) if use_static_mac is not None: - pulumi.set(__self__, "use_static_mac", use_static_mac) + _setter("use_static_mac", use_static_mac) @property @pulumi.getter(name="networkId") @@ -1742,24 +2063,49 @@ def __init__(__self__, *, local_ovf_path: Optional[str] = None, ovf_network_map: Optional[Mapping[str, str]] = None, remote_ovf_url: Optional[str] = None): + VirtualMachineOvfDeploy._configure( + lambda key, value: pulumi.set(__self__, key, value), + allow_unverified_ssl_cert=allow_unverified_ssl_cert, + deployment_option=deployment_option, + disk_provisioning=disk_provisioning, + enable_hidden_properties=enable_hidden_properties, + ip_allocation_policy=ip_allocation_policy, + ip_protocol=ip_protocol, + local_ovf_path=local_ovf_path, + ovf_network_map=ovf_network_map, + remote_ovf_url=remote_ovf_url, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + allow_unverified_ssl_cert: Optional[bool] = None, + deployment_option: Optional[str] = None, + disk_provisioning: Optional[str] = None, + enable_hidden_properties: Optional[bool] = None, + ip_allocation_policy: Optional[str] = None, + ip_protocol: Optional[str] = None, + local_ovf_path: Optional[str] = None, + ovf_network_map: Optional[Mapping[str, str]] = None, + remote_ovf_url: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if allow_unverified_ssl_cert is not None: - pulumi.set(__self__, "allow_unverified_ssl_cert", allow_unverified_ssl_cert) + _setter("allow_unverified_ssl_cert", allow_unverified_ssl_cert) if deployment_option is not None: - pulumi.set(__self__, "deployment_option", deployment_option) + _setter("deployment_option", deployment_option) if disk_provisioning is not None: - pulumi.set(__self__, "disk_provisioning", disk_provisioning) + _setter("disk_provisioning", disk_provisioning) if enable_hidden_properties is not None: - pulumi.set(__self__, "enable_hidden_properties", enable_hidden_properties) + _setter("enable_hidden_properties", enable_hidden_properties) if ip_allocation_policy is not None: - pulumi.set(__self__, "ip_allocation_policy", ip_allocation_policy) + _setter("ip_allocation_policy", ip_allocation_policy) if ip_protocol is not None: - pulumi.set(__self__, "ip_protocol", ip_protocol) + _setter("ip_protocol", ip_protocol) if local_ovf_path is not None: - pulumi.set(__self__, "local_ovf_path", local_ovf_path) + _setter("local_ovf_path", local_ovf_path) if ovf_network_map is not None: - pulumi.set(__self__, "ovf_network_map", ovf_network_map) + _setter("ovf_network_map", ovf_network_map) if remote_ovf_url is not None: - pulumi.set(__self__, "remote_ovf_url", remote_ovf_url) + _setter("remote_ovf_url", remote_ovf_url) @property @pulumi.getter(name="allowUnverifiedSslCert") @@ -1811,8 +2157,17 @@ def remote_ovf_url(self) -> Optional[str]: class VirtualMachineVapp(dict): def __init__(__self__, *, properties: Optional[Mapping[str, str]] = None): + VirtualMachineVapp._configure( + lambda key, value: pulumi.set(__self__, key, value), + properties=properties, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + properties: Optional[Mapping[str, str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if properties is not None: - pulumi.set(__self__, "properties", properties) + _setter("properties", properties) @property @pulumi.getter @@ -1850,10 +2205,23 @@ def __init__(__self__, *, :param Sequence[str] tags: List of Name of tags to select from the given category. :param bool include_datastores_with_tags: Include datastores with the given tags or exclude. Default `true`. """ - pulumi.set(__self__, "tag_category", tag_category) - pulumi.set(__self__, "tags", tags) + VmStoragePolicyTagRule._configure( + lambda key, value: pulumi.set(__self__, key, value), + tag_category=tag_category, + tags=tags, + include_datastores_with_tags=include_datastores_with_tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + tag_category: str, + tags: Sequence[str], + include_datastores_with_tags: Optional[bool] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("tag_category", tag_category) + _setter("tags", tags) if include_datastores_with_tags is not None: - pulumi.set(__self__, "include_datastores_with_tags", include_datastores_with_tags) + _setter("include_datastores_with_tags", include_datastores_with_tags) @property @pulumi.getter(name="tagCategory") @@ -1889,18 +2257,33 @@ def __init__(__self__, *, netmask: Optional[str] = None): """ :param bool dhcp: Use DHCP to configure the interface's IPv4 stack. - :param str gw: IP address of the default gateway, if DHCP is not set. + :param str gw: IP address of the default gateway, if DHCP or autoconfig is not set. :param str ip: Address of the interface, if DHCP is not set. :param str netmask: Netmask of the interface, if DHCP is not set. """ + VnicIpv4._configure( + lambda key, value: pulumi.set(__self__, key, value), + dhcp=dhcp, + gw=gw, + ip=ip, + netmask=netmask, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + dhcp: Optional[bool] = None, + gw: Optional[str] = None, + ip: Optional[str] = None, + netmask: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if dhcp is not None: - pulumi.set(__self__, "dhcp", dhcp) + _setter("dhcp", dhcp) if gw is not None: - pulumi.set(__self__, "gw", gw) + _setter("gw", gw) if ip is not None: - pulumi.set(__self__, "ip", ip) + _setter("ip", ip) if netmask is not None: - pulumi.set(__self__, "netmask", netmask) + _setter("netmask", netmask) @property @pulumi.getter @@ -1914,7 +2297,7 @@ def dhcp(self) -> Optional[bool]: @pulumi.getter def gw(self) -> Optional[str]: """ - IP address of the default gateway, if DHCP is not set. + IP address of the default gateway, if DHCP or autoconfig is not set. """ return pulumi.get(self, "gw") @@ -1946,16 +2329,31 @@ def __init__(__self__, *, :param Sequence[str] addresses: List of IPv6 addresses :param bool autoconfig: Use IPv6 Autoconfiguration (RFC2462). :param bool dhcp: Use DHCP to configure the interface's IPv4 stack. - :param str gw: IP address of the default gateway, if DHCP is not set. - """ + :param str gw: IP address of the default gateway, if DHCP or autoconfig is not set. + """ + VnicIpv6._configure( + lambda key, value: pulumi.set(__self__, key, value), + addresses=addresses, + autoconfig=autoconfig, + dhcp=dhcp, + gw=gw, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + addresses: Optional[Sequence[str]] = None, + autoconfig: Optional[bool] = None, + dhcp: Optional[bool] = None, + gw: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): if addresses is not None: - pulumi.set(__self__, "addresses", addresses) + _setter("addresses", addresses) if autoconfig is not None: - pulumi.set(__self__, "autoconfig", autoconfig) + _setter("autoconfig", autoconfig) if dhcp is not None: - pulumi.set(__self__, "dhcp", dhcp) + _setter("dhcp", dhcp) if gw is not None: - pulumi.set(__self__, "gw", gw) + _setter("gw", gw) @property @pulumi.getter @@ -1985,7 +2383,7 @@ def dhcp(self) -> Optional[bool]: @pulumi.getter def gw(self) -> Optional[str]: """ - IP address of the default gateway, if DHCP is not set. + IP address of the default gateway, if DHCP or autoconfig is not set. """ return pulumi.get(self, "gw") @@ -2005,11 +2403,28 @@ def __init__(__self__, *, :param bool thin_provisioned: Set to `true` if the disk has been thin provisioned. :param int unit_number: The disk number on the storage bus. """ - pulumi.set(__self__, "eagerly_scrub", eagerly_scrub) - pulumi.set(__self__, "label", label) - pulumi.set(__self__, "size", size) - pulumi.set(__self__, "thin_provisioned", thin_provisioned) - pulumi.set(__self__, "unit_number", unit_number) + GetVirtualMachineDiskResult._configure( + lambda key, value: pulumi.set(__self__, key, value), + eagerly_scrub=eagerly_scrub, + label=label, + size=size, + thin_provisioned=thin_provisioned, + unit_number=unit_number, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + eagerly_scrub: bool, + label: str, + size: int, + thin_provisioned: bool, + unit_number: int, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("eagerly_scrub", eagerly_scrub) + _setter("label", label) + _setter("size", size) + _setter("thin_provisioned", thin_provisioned) + _setter("unit_number", unit_number) @property @pulumi.getter(name="eagerlyScrub") @@ -2078,16 +2493,37 @@ def __init__(__self__, *, :param str bandwidth_share_level: The bandwidth share allocation level for this interface. Can be one of `low`, `normal`, `high`, or `custom`. """ - pulumi.set(__self__, "adapter_type", adapter_type) - pulumi.set(__self__, "bandwidth_share_count", bandwidth_share_count) - pulumi.set(__self__, "mac_address", mac_address) - pulumi.set(__self__, "network_id", network_id) + GetVirtualMachineNetworkInterfaceResult._configure( + lambda key, value: pulumi.set(__self__, key, value), + adapter_type=adapter_type, + bandwidth_share_count=bandwidth_share_count, + mac_address=mac_address, + network_id=network_id, + bandwidth_limit=bandwidth_limit, + bandwidth_reservation=bandwidth_reservation, + bandwidth_share_level=bandwidth_share_level, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + adapter_type: str, + bandwidth_share_count: int, + mac_address: str, + network_id: str, + bandwidth_limit: Optional[int] = None, + bandwidth_reservation: Optional[int] = None, + bandwidth_share_level: Optional[str] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("adapter_type", adapter_type) + _setter("bandwidth_share_count", bandwidth_share_count) + _setter("mac_address", mac_address) + _setter("network_id", network_id) if bandwidth_limit is not None: - pulumi.set(__self__, "bandwidth_limit", bandwidth_limit) + _setter("bandwidth_limit", bandwidth_limit) if bandwidth_reservation is not None: - pulumi.set(__self__, "bandwidth_reservation", bandwidth_reservation) + _setter("bandwidth_reservation", bandwidth_reservation) if bandwidth_share_level is not None: - pulumi.set(__self__, "bandwidth_share_level", bandwidth_share_level) + _setter("bandwidth_share_level", bandwidth_share_level) @property @pulumi.getter(name="adapterType") @@ -2157,8 +2593,17 @@ def bandwidth_share_level(self) -> Optional[str]: class GetVirtualMachineVappResult(dict): def __init__(__self__, *, properties: Optional[Mapping[str, str]] = None): + GetVirtualMachineVappResult._configure( + lambda key, value: pulumi.set(__self__, key, value), + properties=properties, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + properties: Optional[Mapping[str, str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if properties is not None: - pulumi.set(__self__, "properties", properties) + _setter("properties", properties) @property @pulumi.getter diff --git a/sdk/python/pulumi_vsphere/provider.py b/sdk/python/pulumi_vsphere/provider.py index 133663a6..eb7488a0 100644 --- a/sdk/python/pulumi_vsphere/provider.py +++ b/sdk/python/pulumi_vsphere/provider.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ProviderArgs', 'Provider'] @@ -42,49 +42,82 @@ def __init__(__self__, *, :param pulumi.Input[str] vim_session_path: The directory to save vSphere SOAP API sessions to :param pulumi.Input[str] vsphere_server: The vSphere Server name for vSphere API operations. """ - pulumi.set(__self__, "password", password) - pulumi.set(__self__, "user", user) + ProviderArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + password=password, + user=user, + allow_unverified_ssl=allow_unverified_ssl, + api_timeout=api_timeout, + client_debug=client_debug, + client_debug_path=client_debug_path, + client_debug_path_run=client_debug_path_run, + persist_session=persist_session, + rest_session_path=rest_session_path, + vcenter_server=vcenter_server, + vim_keep_alive=vim_keep_alive, + vim_session_path=vim_session_path, + vsphere_server=vsphere_server, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + password: pulumi.Input[str], + user: pulumi.Input[str], + allow_unverified_ssl: Optional[pulumi.Input[bool]] = None, + api_timeout: Optional[pulumi.Input[int]] = None, + client_debug: Optional[pulumi.Input[bool]] = None, + client_debug_path: Optional[pulumi.Input[str]] = None, + client_debug_path_run: Optional[pulumi.Input[str]] = None, + persist_session: Optional[pulumi.Input[bool]] = None, + rest_session_path: Optional[pulumi.Input[str]] = None, + vcenter_server: Optional[pulumi.Input[str]] = None, + vim_keep_alive: Optional[pulumi.Input[int]] = None, + vim_session_path: Optional[pulumi.Input[str]] = None, + vsphere_server: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("password", password) + _setter("user", user) if allow_unverified_ssl is None: allow_unverified_ssl = _utilities.get_env_bool('VSPHERE_ALLOW_UNVERIFIED_SSL') if allow_unverified_ssl is not None: - pulumi.set(__self__, "allow_unverified_ssl", allow_unverified_ssl) + _setter("allow_unverified_ssl", allow_unverified_ssl) if api_timeout is not None: - pulumi.set(__self__, "api_timeout", api_timeout) + _setter("api_timeout", api_timeout) if client_debug is None: client_debug = _utilities.get_env_bool('VSPHERE_CLIENT_DEBUG') if client_debug is not None: - pulumi.set(__self__, "client_debug", client_debug) + _setter("client_debug", client_debug) if client_debug_path is None: client_debug_path = _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH') if client_debug_path is not None: - pulumi.set(__self__, "client_debug_path", client_debug_path) + _setter("client_debug_path", client_debug_path) if client_debug_path_run is None: client_debug_path_run = _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH_RUN') if client_debug_path_run is not None: - pulumi.set(__self__, "client_debug_path_run", client_debug_path_run) + _setter("client_debug_path_run", client_debug_path_run) if persist_session is None: persist_session = _utilities.get_env_bool('VSPHERE_PERSIST_SESSION') if persist_session is not None: - pulumi.set(__self__, "persist_session", persist_session) + _setter("persist_session", persist_session) if rest_session_path is None: rest_session_path = _utilities.get_env('VSPHERE_REST_SESSION_PATH') if rest_session_path is not None: - pulumi.set(__self__, "rest_session_path", rest_session_path) + _setter("rest_session_path", rest_session_path) if vcenter_server is not None: warnings.warn("""This field has been renamed to vsphere_server.""", DeprecationWarning) pulumi.log.warn("""vcenter_server is deprecated: This field has been renamed to vsphere_server.""") if vcenter_server is not None: - pulumi.set(__self__, "vcenter_server", vcenter_server) + _setter("vcenter_server", vcenter_server) if vim_keep_alive is None: vim_keep_alive = _utilities.get_env_int('VSPHERE_VIM_KEEP_ALIVE') if vim_keep_alive is not None: - pulumi.set(__self__, "vim_keep_alive", vim_keep_alive) + _setter("vim_keep_alive", vim_keep_alive) if vim_session_path is None: vim_session_path = _utilities.get_env('VSPHERE_VIM_SESSION_PATH') if vim_session_path is not None: - pulumi.set(__self__, "vim_session_path", vim_session_path) + _setter("vim_session_path", vim_session_path) if vsphere_server is not None: - pulumi.set(__self__, "vsphere_server", vsphere_server) + _setter("vsphere_server", vsphere_server) @property @pulumi.getter @@ -305,6 +338,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ProviderArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -357,9 +394,6 @@ def _internal_init(__self__, if user is None and not opts.urn: raise TypeError("Missing required property 'user'") __props__.__dict__["user"] = user - if vcenter_server is not None and not opts.urn: - warnings.warn("""This field has been renamed to vsphere_server.""", DeprecationWarning) - pulumi.log.warn("""vcenter_server is deprecated: This field has been renamed to vsphere_server.""") __props__.__dict__["vcenter_server"] = vcenter_server if vim_keep_alive is None: vim_keep_alive = _utilities.get_env_int('VSPHERE_VIM_KEEP_ALIVE') diff --git a/sdk/python/pulumi_vsphere/resource_pool.py b/sdk/python/pulumi_vsphere/resource_pool.py index ad93bc1e..8cc1146d 100644 --- a/sdk/python/pulumi_vsphere/resource_pool.py +++ b/sdk/python/pulumi_vsphere/resource_pool.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['ResourcePoolArgs', 'ResourcePool'] @@ -76,35 +76,72 @@ def __init__(__self__, *, `scaleCpuAndMemoryShares`. Default: `disabled`. :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource. """ - pulumi.set(__self__, "parent_resource_pool_id", parent_resource_pool_id) + ResourcePoolArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + parent_resource_pool_id=parent_resource_pool_id, + cpu_expandable=cpu_expandable, + cpu_limit=cpu_limit, + cpu_reservation=cpu_reservation, + cpu_share_level=cpu_share_level, + cpu_shares=cpu_shares, + custom_attributes=custom_attributes, + memory_expandable=memory_expandable, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_level=memory_share_level, + memory_shares=memory_shares, + name=name, + scale_descendants_shares=scale_descendants_shares, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + parent_resource_pool_id: pulumi.Input[str], + cpu_expandable: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + cpu_shares: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + memory_expandable: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + memory_shares: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + scale_descendants_shares: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("parent_resource_pool_id", parent_resource_pool_id) if cpu_expandable is not None: - pulumi.set(__self__, "cpu_expandable", cpu_expandable) + _setter("cpu_expandable", cpu_expandable) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if cpu_shares is not None: - pulumi.set(__self__, "cpu_shares", cpu_shares) + _setter("cpu_shares", cpu_shares) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if memory_expandable is not None: - pulumi.set(__self__, "memory_expandable", memory_expandable) + _setter("memory_expandable", memory_expandable) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if memory_shares is not None: - pulumi.set(__self__, "memory_shares", memory_shares) + _setter("memory_shares", memory_shares) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if scale_descendants_shares is not None: - pulumi.set(__self__, "scale_descendants_shares", scale_descendants_shares) + _setter("scale_descendants_shares", scale_descendants_shares) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="parentResourcePoolId") @@ -381,36 +418,73 @@ def __init__(__self__, *, `scaleCpuAndMemoryShares`. Default: `disabled`. :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource. """ + _ResourcePoolState._configure( + lambda key, value: pulumi.set(__self__, key, value), + cpu_expandable=cpu_expandable, + cpu_limit=cpu_limit, + cpu_reservation=cpu_reservation, + cpu_share_level=cpu_share_level, + cpu_shares=cpu_shares, + custom_attributes=custom_attributes, + memory_expandable=memory_expandable, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_level=memory_share_level, + memory_shares=memory_shares, + name=name, + parent_resource_pool_id=parent_resource_pool_id, + scale_descendants_shares=scale_descendants_shares, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + cpu_expandable: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + cpu_shares: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + memory_expandable: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + memory_shares: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + parent_resource_pool_id: Optional[pulumi.Input[str]] = None, + scale_descendants_shares: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if cpu_expandable is not None: - pulumi.set(__self__, "cpu_expandable", cpu_expandable) + _setter("cpu_expandable", cpu_expandable) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if cpu_shares is not None: - pulumi.set(__self__, "cpu_shares", cpu_shares) + _setter("cpu_shares", cpu_shares) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if memory_expandable is not None: - pulumi.set(__self__, "memory_expandable", memory_expandable) + _setter("memory_expandable", memory_expandable) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if memory_shares is not None: - pulumi.set(__self__, "memory_shares", memory_shares) + _setter("memory_shares", memory_shares) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if parent_resource_pool_id is not None: - pulumi.set(__self__, "parent_resource_pool_id", parent_resource_pool_id) + _setter("parent_resource_pool_id", parent_resource_pool_id) if scale_descendants_shares is not None: - pulumi.set(__self__, "scale_descendants_shares", scale_descendants_shares) + _setter("scale_descendants_shares", scale_descendants_shares) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="cpuExpandable") @@ -818,6 +892,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + ResourcePoolArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/role.py b/sdk/python/pulumi_vsphere/role.py index e20b7223..4265053d 100644 --- a/sdk/python/pulumi_vsphere/role.py +++ b/sdk/python/pulumi_vsphere/role.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['RoleArgs', 'Role'] @@ -21,10 +21,21 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the role. :param pulumi.Input[Sequence[pulumi.Input[str]]] role_privileges: The privileges to be associated with this role. """ + RoleArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + name=name, + role_privileges=role_privileges, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + name: Optional[pulumi.Input[str]] = None, + role_privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if role_privileges is not None: - pulumi.set(__self__, "role_privileges", role_privileges) + _setter("role_privileges", role_privileges) @property @pulumi.getter @@ -63,12 +74,25 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the role. :param pulumi.Input[Sequence[pulumi.Input[str]]] role_privileges: The privileges to be associated with this role. """ + _RoleState._configure( + lambda key, value: pulumi.set(__self__, key, value), + label=label, + name=name, + role_privileges=role_privileges, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + label: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + role_privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if label is not None: - pulumi.set(__self__, "label", label) + _setter("label", label) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if role_privileges is not None: - pulumi.set(__self__, "role_privileges", role_privileges) + _setter("role_privileges", role_privileges) @property @pulumi.getter @@ -140,6 +164,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + RoleArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/storage_drs_vm_override.py b/sdk/python/pulumi_vsphere/storage_drs_vm_override.py index 4d438bea..18f35f8b 100644 --- a/sdk/python/pulumi_vsphere/storage_drs_vm_override.py +++ b/sdk/python/pulumi_vsphere/storage_drs_vm_override.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['StorageDrsVmOverrideArgs', 'StorageDrsVmOverride'] @@ -39,14 +39,31 @@ def __init__(__self__, *, individual disks on different datastores if it helps satisfy cluster requirements. When not specified, the datastore cluster's settings are used. """ - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + StorageDrsVmOverrideArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore_cluster_id=datastore_cluster_id, + virtual_machine_id=virtual_machine_id, + sdrs_automation_level=sdrs_automation_level, + sdrs_enabled=sdrs_enabled, + sdrs_intra_vm_affinity=sdrs_intra_vm_affinity, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore_cluster_id: pulumi.Input[str], + virtual_machine_id: pulumi.Input[str], + sdrs_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_enabled: Optional[pulumi.Input[str]] = None, + sdrs_intra_vm_affinity: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datastore_cluster_id", datastore_cluster_id) + _setter("virtual_machine_id", virtual_machine_id) if sdrs_automation_level is not None: - pulumi.set(__self__, "sdrs_automation_level", sdrs_automation_level) + _setter("sdrs_automation_level", sdrs_automation_level) if sdrs_enabled is not None: - pulumi.set(__self__, "sdrs_enabled", sdrs_enabled) + _setter("sdrs_enabled", sdrs_enabled) if sdrs_intra_vm_affinity is not None: - pulumi.set(__self__, "sdrs_intra_vm_affinity", sdrs_intra_vm_affinity) + _setter("sdrs_intra_vm_affinity", sdrs_intra_vm_affinity) @property @pulumi.getter(name="datastoreClusterId") @@ -149,16 +166,33 @@ def __init__(__self__, *, :param pulumi.Input[str] virtual_machine_id: The UUID of the virtual machine to create the override for. Forces a new resource if changed. """ + _StorageDrsVmOverrideState._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore_cluster_id=datastore_cluster_id, + sdrs_automation_level=sdrs_automation_level, + sdrs_enabled=sdrs_enabled, + sdrs_intra_vm_affinity=sdrs_intra_vm_affinity, + virtual_machine_id=virtual_machine_id, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + sdrs_automation_level: Optional[pulumi.Input[str]] = None, + sdrs_enabled: Optional[pulumi.Input[str]] = None, + sdrs_intra_vm_affinity: Optional[pulumi.Input[str]] = None, + virtual_machine_id: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if sdrs_automation_level is not None: - pulumi.set(__self__, "sdrs_automation_level", sdrs_automation_level) + _setter("sdrs_automation_level", sdrs_automation_level) if sdrs_enabled is not None: - pulumi.set(__self__, "sdrs_enabled", sdrs_enabled) + _setter("sdrs_enabled", sdrs_enabled) if sdrs_intra_vm_affinity is not None: - pulumi.set(__self__, "sdrs_intra_vm_affinity", sdrs_intra_vm_affinity) + _setter("sdrs_intra_vm_affinity", sdrs_intra_vm_affinity) if virtual_machine_id is not None: - pulumi.set(__self__, "virtual_machine_id", virtual_machine_id) + _setter("virtual_machine_id", virtual_machine_id) @property @pulumi.getter(name="datastoreClusterId") @@ -284,6 +318,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + StorageDrsVmOverrideArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/tag.py b/sdk/python/pulumi_vsphere/tag.py index 5a793835..032cad68 100644 --- a/sdk/python/pulumi_vsphere/tag.py +++ b/sdk/python/pulumi_vsphere/tag.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['TagArgs', 'Tag'] @@ -25,11 +25,24 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The display name of the tag. The name must be unique within its category. """ - pulumi.set(__self__, "category_id", category_id) + TagArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + category_id=category_id, + description=description, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + category_id: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("category_id", category_id) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="categoryId") @@ -84,12 +97,25 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The display name of the tag. The name must be unique within its category. """ + _TagState._configure( + lambda key, value: pulumi.set(__self__, key, value), + category_id=category_id, + description=description, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + category_id: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if category_id is not None: - pulumi.set(__self__, "category_id", category_id) + _setter("category_id", category_id) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="categoryId") @@ -167,6 +193,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + TagArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/tag_category.py b/sdk/python/pulumi_vsphere/tag_category.py index a597986b..76ed5155 100644 --- a/sdk/python/pulumi_vsphere/tag_category.py +++ b/sdk/python/pulumi_vsphere/tag_category.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['TagCategoryArgs', 'TagCategory'] @@ -33,12 +33,27 @@ def __init__(__self__, *, them. Attempting to do so will result in an error. :param pulumi.Input[str] name: The name of the category. """ - pulumi.set(__self__, "associable_types", associable_types) - pulumi.set(__self__, "cardinality", cardinality) + TagCategoryArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + associable_types=associable_types, + cardinality=cardinality, + description=description, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + associable_types: pulumi.Input[Sequence[pulumi.Input[str]]], + cardinality: pulumi.Input[str], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("associable_types", associable_types) + _setter("cardinality", cardinality) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="associableTypes") @@ -119,14 +134,29 @@ def __init__(__self__, *, them. Attempting to do so will result in an error. :param pulumi.Input[str] name: The name of the category. """ + _TagCategoryState._configure( + lambda key, value: pulumi.set(__self__, key, value), + associable_types=associable_types, + cardinality=cardinality, + description=description, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + associable_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + cardinality: Optional[pulumi.Input[str]] = None, + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if associable_types is not None: - pulumi.set(__self__, "associable_types", associable_types) + _setter("associable_types", associable_types) if cardinality is not None: - pulumi.set(__self__, "cardinality", cardinality) + _setter("cardinality", cardinality) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="associableTypes") @@ -230,6 +260,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + TagCategoryArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/vapp_container.py b/sdk/python/pulumi_vsphere/vapp_container.py index f45b802b..a17e7106 100644 --- a/sdk/python/pulumi_vsphere/vapp_container.py +++ b/sdk/python/pulumi_vsphere/vapp_container.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['VappContainerArgs', 'VappContainer'] @@ -75,35 +75,72 @@ def __init__(__self__, *, the vApp container's parent folder. :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource. """ - pulumi.set(__self__, "parent_resource_pool_id", parent_resource_pool_id) + VappContainerArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + parent_resource_pool_id=parent_resource_pool_id, + cpu_expandable=cpu_expandable, + cpu_limit=cpu_limit, + cpu_reservation=cpu_reservation, + cpu_share_level=cpu_share_level, + cpu_shares=cpu_shares, + custom_attributes=custom_attributes, + memory_expandable=memory_expandable, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_level=memory_share_level, + memory_shares=memory_shares, + name=name, + parent_folder_id=parent_folder_id, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + parent_resource_pool_id: pulumi.Input[str], + cpu_expandable: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + cpu_shares: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + memory_expandable: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + memory_shares: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + parent_folder_id: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("parent_resource_pool_id", parent_resource_pool_id) if cpu_expandable is not None: - pulumi.set(__self__, "cpu_expandable", cpu_expandable) + _setter("cpu_expandable", cpu_expandable) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if cpu_shares is not None: - pulumi.set(__self__, "cpu_shares", cpu_shares) + _setter("cpu_shares", cpu_shares) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if memory_expandable is not None: - pulumi.set(__self__, "memory_expandable", memory_expandable) + _setter("memory_expandable", memory_expandable) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if memory_shares is not None: - pulumi.set(__self__, "memory_shares", memory_shares) + _setter("memory_shares", memory_shares) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if parent_folder_id is not None: - pulumi.set(__self__, "parent_folder_id", parent_folder_id) + _setter("parent_folder_id", parent_folder_id) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="parentResourcePoolId") @@ -378,36 +415,73 @@ def __init__(__self__, *, resource pool or the move will fail. :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource. """ + _VappContainerState._configure( + lambda key, value: pulumi.set(__self__, key, value), + cpu_expandable=cpu_expandable, + cpu_limit=cpu_limit, + cpu_reservation=cpu_reservation, + cpu_share_level=cpu_share_level, + cpu_shares=cpu_shares, + custom_attributes=custom_attributes, + memory_expandable=memory_expandable, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_level=memory_share_level, + memory_shares=memory_shares, + name=name, + parent_folder_id=parent_folder_id, + parent_resource_pool_id=parent_resource_pool_id, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + cpu_expandable: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + cpu_shares: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + memory_expandable: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + memory_shares: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + parent_folder_id: Optional[pulumi.Input[str]] = None, + parent_resource_pool_id: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if cpu_expandable is not None: - pulumi.set(__self__, "cpu_expandable", cpu_expandable) + _setter("cpu_expandable", cpu_expandable) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if cpu_shares is not None: - pulumi.set(__self__, "cpu_shares", cpu_shares) + _setter("cpu_shares", cpu_shares) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if memory_expandable is not None: - pulumi.set(__self__, "memory_expandable", memory_expandable) + _setter("memory_expandable", memory_expandable) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if memory_shares is not None: - pulumi.set(__self__, "memory_shares", memory_shares) + _setter("memory_shares", memory_shares) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if parent_folder_id is not None: - pulumi.set(__self__, "parent_folder_id", parent_folder_id) + _setter("parent_folder_id", parent_folder_id) if parent_resource_pool_id is not None: - pulumi.set(__self__, "parent_resource_pool_id", parent_resource_pool_id) + _setter("parent_resource_pool_id", parent_resource_pool_id) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter(name="cpuExpandable") @@ -705,6 +779,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VappContainerArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/vapp_entity.py b/sdk/python/pulumi_vsphere/vapp_entity.py index 7698b491..6ccc7162 100644 --- a/sdk/python/pulumi_vsphere/vapp_entity.py +++ b/sdk/python/pulumi_vsphere/vapp_entity.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['VappEntityArgs', 'VappEntity'] @@ -48,24 +48,51 @@ def __init__(__self__, *, started when VMware Tools are ready instead of waiting for `start_delay`. This property has no effect for vApps. Default: false """ - pulumi.set(__self__, "container_id", container_id) - pulumi.set(__self__, "target_id", target_id) + VappEntityArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + container_id=container_id, + target_id=target_id, + custom_attributes=custom_attributes, + start_action=start_action, + start_delay=start_delay, + start_order=start_order, + stop_action=stop_action, + stop_delay=stop_delay, + tags=tags, + wait_for_guest=wait_for_guest, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + container_id: pulumi.Input[str], + target_id: pulumi.Input[str], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + start_action: Optional[pulumi.Input[str]] = None, + start_delay: Optional[pulumi.Input[int]] = None, + start_order: Optional[pulumi.Input[int]] = None, + stop_action: Optional[pulumi.Input[str]] = None, + stop_delay: Optional[pulumi.Input[int]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + wait_for_guest: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("container_id", container_id) + _setter("target_id", target_id) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if start_action is not None: - pulumi.set(__self__, "start_action", start_action) + _setter("start_action", start_action) if start_delay is not None: - pulumi.set(__self__, "start_delay", start_delay) + _setter("start_delay", start_delay) if start_order is not None: - pulumi.set(__self__, "start_order", start_order) + _setter("start_order", start_order) if stop_action is not None: - pulumi.set(__self__, "stop_action", stop_action) + _setter("stop_action", stop_action) if stop_delay is not None: - pulumi.set(__self__, "stop_delay", stop_delay) + _setter("stop_delay", stop_delay) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if wait_for_guest is not None: - pulumi.set(__self__, "wait_for_guest", wait_for_guest) + _setter("wait_for_guest", wait_for_guest) @property @pulumi.getter(name="containerId") @@ -236,26 +263,53 @@ def __init__(__self__, *, started when VMware Tools are ready instead of waiting for `start_delay`. This property has no effect for vApps. Default: false """ + _VappEntityState._configure( + lambda key, value: pulumi.set(__self__, key, value), + container_id=container_id, + custom_attributes=custom_attributes, + start_action=start_action, + start_delay=start_delay, + start_order=start_order, + stop_action=stop_action, + stop_delay=stop_delay, + tags=tags, + target_id=target_id, + wait_for_guest=wait_for_guest, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + container_id: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + start_action: Optional[pulumi.Input[str]] = None, + start_delay: Optional[pulumi.Input[int]] = None, + start_order: Optional[pulumi.Input[int]] = None, + stop_action: Optional[pulumi.Input[str]] = None, + stop_delay: Optional[pulumi.Input[int]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + target_id: Optional[pulumi.Input[str]] = None, + wait_for_guest: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if container_id is not None: - pulumi.set(__self__, "container_id", container_id) + _setter("container_id", container_id) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if start_action is not None: - pulumi.set(__self__, "start_action", start_action) + _setter("start_action", start_action) if start_delay is not None: - pulumi.set(__self__, "start_delay", start_delay) + _setter("start_delay", start_delay) if start_order is not None: - pulumi.set(__self__, "start_order", start_order) + _setter("start_order", start_order) if stop_action is not None: - pulumi.set(__self__, "stop_action", stop_action) + _setter("stop_action", stop_action) if stop_delay is not None: - pulumi.set(__self__, "stop_delay", stop_delay) + _setter("stop_delay", stop_delay) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if target_id is not None: - pulumi.set(__self__, "target_id", target_id) + _setter("target_id", target_id) if wait_for_guest is not None: - pulumi.set(__self__, "wait_for_guest", wait_for_guest) + _setter("wait_for_guest", wait_for_guest) @property @pulumi.getter(name="containerId") @@ -449,6 +503,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VappEntityArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/virtual_disk.py b/sdk/python/pulumi_vsphere/virtual_disk.py index a781c12e..cf946437 100644 --- a/sdk/python/pulumi_vsphere/virtual_disk.py +++ b/sdk/python/pulumi_vsphere/virtual_disk.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['VirtualDiskArgs', 'VirtualDisk'] @@ -54,20 +54,41 @@ def __init__(__self__, *, [docs-vmware-vm-disk-provisioning]: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-4C0F4D73-82F2-4B81-8AA7-1DD752A8A5AC.html """ - pulumi.set(__self__, "datastore", datastore) - pulumi.set(__self__, "size", size) - pulumi.set(__self__, "vmdk_path", vmdk_path) + VirtualDiskArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + datastore=datastore, + size=size, + vmdk_path=vmdk_path, + adapter_type=adapter_type, + create_directories=create_directories, + datacenter=datacenter, + type=type, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + datastore: pulumi.Input[str], + size: pulumi.Input[int], + vmdk_path: pulumi.Input[str], + adapter_type: Optional[pulumi.Input[str]] = None, + create_directories: Optional[pulumi.Input[bool]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + type: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("datastore", datastore) + _setter("size", size) + _setter("vmdk_path", vmdk_path) if adapter_type is not None: warnings.warn("""this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""", DeprecationWarning) pulumi.log.warn("""adapter_type is deprecated: this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""") if adapter_type is not None: - pulumi.set(__self__, "adapter_type", adapter_type) + _setter("adapter_type", adapter_type) if create_directories is not None: - pulumi.set(__self__, "create_directories", create_directories) + _setter("create_directories", create_directories) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) @property @pulumi.getter @@ -223,23 +244,44 @@ def __init__(__self__, *, :param pulumi.Input[str] vmdk_path: The path, including filename, of the virtual disk to be created. This needs to end in `.vmdk`. """ + _VirtualDiskState._configure( + lambda key, value: pulumi.set(__self__, key, value), + adapter_type=adapter_type, + create_directories=create_directories, + datacenter=datacenter, + datastore=datastore, + size=size, + type=type, + vmdk_path=vmdk_path, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + adapter_type: Optional[pulumi.Input[str]] = None, + create_directories: Optional[pulumi.Input[bool]] = None, + datacenter: Optional[pulumi.Input[str]] = None, + datastore: Optional[pulumi.Input[str]] = None, + size: Optional[pulumi.Input[int]] = None, + type: Optional[pulumi.Input[str]] = None, + vmdk_path: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if adapter_type is not None: warnings.warn("""this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""", DeprecationWarning) pulumi.log.warn("""adapter_type is deprecated: this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""") if adapter_type is not None: - pulumi.set(__self__, "adapter_type", adapter_type) + _setter("adapter_type", adapter_type) if create_directories is not None: - pulumi.set(__self__, "create_directories", create_directories) + _setter("create_directories", create_directories) if datacenter is not None: - pulumi.set(__self__, "datacenter", datacenter) + _setter("datacenter", datacenter) if datastore is not None: - pulumi.set(__self__, "datastore", datastore) + _setter("datastore", datastore) if size is not None: - pulumi.set(__self__, "size", size) + _setter("size", size) if type is not None: - pulumi.set(__self__, "type", type) + _setter("type", type) if vmdk_path is not None: - pulumi.set(__self__, "vmdk_path", vmdk_path) + _setter("vmdk_path", vmdk_path) @property @pulumi.getter(name="adapterType") @@ -418,6 +460,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VirtualDiskArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -439,9 +485,6 @@ def _internal_init(__self__, raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource') __props__ = VirtualDiskArgs.__new__(VirtualDiskArgs) - if adapter_type is not None and not opts.urn: - warnings.warn("""this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""", DeprecationWarning) - pulumi.log.warn("""adapter_type is deprecated: this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead""") __props__.__dict__["adapter_type"] = adapter_type __props__.__dict__["create_directories"] = create_directories __props__.__dict__["datacenter"] = datacenter diff --git a/sdk/python/pulumi_vsphere/virtual_machine.py b/sdk/python/pulumi_vsphere/virtual_machine.py index 448d7af5..4b645724 100644 --- a/sdk/python/pulumi_vsphere/virtual_machine.py +++ b/sdk/python/pulumi_vsphere/virtual_machine.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -120,9 +120,7 @@ def __init__(__self__, *, > **NOTE:** Use of `datastore_cluster_id` requires vSphere Storage DRS to be enabled on the specified datastore cluster. > **NOTE:** The `datastore_cluster_id` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]] disks: A specification for a virtual disk device on the virtual machine. See disk options for more information. :param pulumi.Input[bool] efi_secure_boot_enabled: Use this option to enable EFI secure boot when the `firmware` type is set to is `efi`. Default: `false`. @@ -192,7 +190,7 @@ def __init__(__self__, *, controllers. :param pulumi.Input[str] scsi_type: The SCSI controller type for the virtual machine. One of `lsilogic` (LSI Logic Parallel), `lsilogic-sas` (LSI Logic SAS) or `pvscsi` (VMware Paravirtual). Default: `pvscsi`. :param pulumi.Input[int] shutdown_wait_timeout: The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `force_power_off` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. - :param pulumi.Input[str] storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param pulumi.Input[str] storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param pulumi.Input[str] swap_placement_policy: The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. :param pulumi.Input[bool] sync_time_with_host: Enable the guest operating system to synchronization its clock with the host when the virtual machine is powered on or resumed. Requires vSphere 7.0 Update 1 and later. Requires VMware Tools to be installed. Default: `false`. :param pulumi.Input[bool] sync_time_with_host_periodically: Enable the guest operating system to periodically synchronize its clock with the host. Requires vSphere 7.0 Update 1 and later. On previous versions, setting `sync_time_with_host` is will enable periodic synchronization. Requires VMware Tools to be installed. Default: `false`. @@ -207,153 +205,308 @@ def __init__(__self__, *, :param pulumi.Input[bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When `false`, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria. This property is ignored if the `wait_for_guest_ip_timeout` waiter is used. Default: `true`. :param pulumi.Input[int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available guest IP address on the virtual machine. Older versions of VMware Tools do not populate this property. In those cases, this waiter can be disabled and the `wait_for_guest_ip_timeout` waiter can be used instead. A value less than `1` disables the waiter. Default: `5` minutes. """ - pulumi.set(__self__, "resource_pool_id", resource_pool_id) + VirtualMachineArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + resource_pool_id=resource_pool_id, + alternate_guest_name=alternate_guest_name, + annotation=annotation, + boot_delay=boot_delay, + boot_retry_delay=boot_retry_delay, + boot_retry_enabled=boot_retry_enabled, + cdroms=cdroms, + clone=clone, + cpu_hot_add_enabled=cpu_hot_add_enabled, + cpu_hot_remove_enabled=cpu_hot_remove_enabled, + cpu_limit=cpu_limit, + cpu_performance_counters_enabled=cpu_performance_counters_enabled, + cpu_reservation=cpu_reservation, + cpu_share_count=cpu_share_count, + cpu_share_level=cpu_share_level, + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + datastore_cluster_id=datastore_cluster_id, + datastore_id=datastore_id, + disks=disks, + efi_secure_boot_enabled=efi_secure_boot_enabled, + enable_disk_uuid=enable_disk_uuid, + enable_logging=enable_logging, + ept_rvi_mode=ept_rvi_mode, + extra_config=extra_config, + extra_config_reboot_required=extra_config_reboot_required, + firmware=firmware, + folder=folder, + force_power_off=force_power_off, + guest_id=guest_id, + hardware_version=hardware_version, + host_system_id=host_system_id, + hv_mode=hv_mode, + ide_controller_count=ide_controller_count, + ignored_guest_ips=ignored_guest_ips, + latency_sensitivity=latency_sensitivity, + memory=memory, + memory_hot_add_enabled=memory_hot_add_enabled, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_count=memory_share_count, + memory_share_level=memory_share_level, + migrate_wait_timeout=migrate_wait_timeout, + name=name, + nested_hv_enabled=nested_hv_enabled, + network_interfaces=network_interfaces, + num_cores_per_socket=num_cores_per_socket, + num_cpus=num_cpus, + ovf_deploy=ovf_deploy, + pci_device_ids=pci_device_ids, + poweron_timeout=poweron_timeout, + replace_trigger=replace_trigger, + run_tools_scripts_after_power_on=run_tools_scripts_after_power_on, + run_tools_scripts_after_resume=run_tools_scripts_after_resume, + run_tools_scripts_before_guest_reboot=run_tools_scripts_before_guest_reboot, + run_tools_scripts_before_guest_shutdown=run_tools_scripts_before_guest_shutdown, + run_tools_scripts_before_guest_standby=run_tools_scripts_before_guest_standby, + sata_controller_count=sata_controller_count, + scsi_bus_sharing=scsi_bus_sharing, + scsi_controller_count=scsi_controller_count, + scsi_type=scsi_type, + shutdown_wait_timeout=shutdown_wait_timeout, + storage_policy_id=storage_policy_id, + swap_placement_policy=swap_placement_policy, + sync_time_with_host=sync_time_with_host, + sync_time_with_host_periodically=sync_time_with_host_periodically, + tags=tags, + tools_upgrade_policy=tools_upgrade_policy, + vapp=vapp, + vbs_enabled=vbs_enabled, + vvtd_enabled=vvtd_enabled, + wait_for_guest_ip_timeout=wait_for_guest_ip_timeout, + wait_for_guest_net_routable=wait_for_guest_net_routable, + wait_for_guest_net_timeout=wait_for_guest_net_timeout, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + resource_pool_id: pulumi.Input[str], + alternate_guest_name: Optional[pulumi.Input[str]] = None, + annotation: Optional[pulumi.Input[str]] = None, + boot_delay: Optional[pulumi.Input[int]] = None, + boot_retry_delay: Optional[pulumi.Input[int]] = None, + boot_retry_enabled: Optional[pulumi.Input[bool]] = None, + cdroms: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineCdromArgs']]]] = None, + clone: Optional[pulumi.Input['VirtualMachineCloneArgs']] = None, + cpu_hot_add_enabled: Optional[pulumi.Input[bool]] = None, + cpu_hot_remove_enabled: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_performance_counters_enabled: Optional[pulumi.Input[bool]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_count: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + datastore_id: Optional[pulumi.Input[str]] = None, + disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]]] = None, + efi_secure_boot_enabled: Optional[pulumi.Input[bool]] = None, + enable_disk_uuid: Optional[pulumi.Input[bool]] = None, + enable_logging: Optional[pulumi.Input[bool]] = None, + ept_rvi_mode: Optional[pulumi.Input[str]] = None, + extra_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + extra_config_reboot_required: Optional[pulumi.Input[bool]] = None, + firmware: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + force_power_off: Optional[pulumi.Input[bool]] = None, + guest_id: Optional[pulumi.Input[str]] = None, + hardware_version: Optional[pulumi.Input[int]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + hv_mode: Optional[pulumi.Input[str]] = None, + ide_controller_count: Optional[pulumi.Input[int]] = None, + ignored_guest_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + latency_sensitivity: Optional[pulumi.Input[str]] = None, + memory: Optional[pulumi.Input[int]] = None, + memory_hot_add_enabled: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_count: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + migrate_wait_timeout: Optional[pulumi.Input[int]] = None, + name: Optional[pulumi.Input[str]] = None, + nested_hv_enabled: Optional[pulumi.Input[bool]] = None, + network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineNetworkInterfaceArgs']]]] = None, + num_cores_per_socket: Optional[pulumi.Input[int]] = None, + num_cpus: Optional[pulumi.Input[int]] = None, + ovf_deploy: Optional[pulumi.Input['VirtualMachineOvfDeployArgs']] = None, + pci_device_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + poweron_timeout: Optional[pulumi.Input[int]] = None, + replace_trigger: Optional[pulumi.Input[str]] = None, + run_tools_scripts_after_power_on: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_after_resume: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_reboot: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_shutdown: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_standby: Optional[pulumi.Input[bool]] = None, + sata_controller_count: Optional[pulumi.Input[int]] = None, + scsi_bus_sharing: Optional[pulumi.Input[str]] = None, + scsi_controller_count: Optional[pulumi.Input[int]] = None, + scsi_type: Optional[pulumi.Input[str]] = None, + shutdown_wait_timeout: Optional[pulumi.Input[int]] = None, + storage_policy_id: Optional[pulumi.Input[str]] = None, + swap_placement_policy: Optional[pulumi.Input[str]] = None, + sync_time_with_host: Optional[pulumi.Input[bool]] = None, + sync_time_with_host_periodically: Optional[pulumi.Input[bool]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tools_upgrade_policy: Optional[pulumi.Input[str]] = None, + vapp: Optional[pulumi.Input['VirtualMachineVappArgs']] = None, + vbs_enabled: Optional[pulumi.Input[bool]] = None, + vvtd_enabled: Optional[pulumi.Input[bool]] = None, + wait_for_guest_ip_timeout: Optional[pulumi.Input[int]] = None, + wait_for_guest_net_routable: Optional[pulumi.Input[bool]] = None, + wait_for_guest_net_timeout: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("resource_pool_id", resource_pool_id) if alternate_guest_name is not None: - pulumi.set(__self__, "alternate_guest_name", alternate_guest_name) + _setter("alternate_guest_name", alternate_guest_name) if annotation is not None: - pulumi.set(__self__, "annotation", annotation) + _setter("annotation", annotation) if boot_delay is not None: - pulumi.set(__self__, "boot_delay", boot_delay) + _setter("boot_delay", boot_delay) if boot_retry_delay is not None: - pulumi.set(__self__, "boot_retry_delay", boot_retry_delay) + _setter("boot_retry_delay", boot_retry_delay) if boot_retry_enabled is not None: - pulumi.set(__self__, "boot_retry_enabled", boot_retry_enabled) + _setter("boot_retry_enabled", boot_retry_enabled) if cdroms is not None: - pulumi.set(__self__, "cdroms", cdroms) + _setter("cdroms", cdroms) if clone is not None: - pulumi.set(__self__, "clone", clone) + _setter("clone", clone) if cpu_hot_add_enabled is not None: - pulumi.set(__self__, "cpu_hot_add_enabled", cpu_hot_add_enabled) + _setter("cpu_hot_add_enabled", cpu_hot_add_enabled) if cpu_hot_remove_enabled is not None: - pulumi.set(__self__, "cpu_hot_remove_enabled", cpu_hot_remove_enabled) + _setter("cpu_hot_remove_enabled", cpu_hot_remove_enabled) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_performance_counters_enabled is not None: - pulumi.set(__self__, "cpu_performance_counters_enabled", cpu_performance_counters_enabled) + _setter("cpu_performance_counters_enabled", cpu_performance_counters_enabled) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_count is not None: - pulumi.set(__self__, "cpu_share_count", cpu_share_count) + _setter("cpu_share_count", cpu_share_count) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if disks is not None: - pulumi.set(__self__, "disks", disks) + _setter("disks", disks) if efi_secure_boot_enabled is not None: - pulumi.set(__self__, "efi_secure_boot_enabled", efi_secure_boot_enabled) + _setter("efi_secure_boot_enabled", efi_secure_boot_enabled) if enable_disk_uuid is not None: - pulumi.set(__self__, "enable_disk_uuid", enable_disk_uuid) + _setter("enable_disk_uuid", enable_disk_uuid) if enable_logging is not None: - pulumi.set(__self__, "enable_logging", enable_logging) + _setter("enable_logging", enable_logging) if ept_rvi_mode is not None: - pulumi.set(__self__, "ept_rvi_mode", ept_rvi_mode) + _setter("ept_rvi_mode", ept_rvi_mode) if extra_config is not None: - pulumi.set(__self__, "extra_config", extra_config) + _setter("extra_config", extra_config) if extra_config_reboot_required is not None: - pulumi.set(__self__, "extra_config_reboot_required", extra_config_reboot_required) + _setter("extra_config_reboot_required", extra_config_reboot_required) if firmware is not None: - pulumi.set(__self__, "firmware", firmware) + _setter("firmware", firmware) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if force_power_off is not None: - pulumi.set(__self__, "force_power_off", force_power_off) + _setter("force_power_off", force_power_off) if guest_id is not None: - pulumi.set(__self__, "guest_id", guest_id) + _setter("guest_id", guest_id) if hardware_version is not None: - pulumi.set(__self__, "hardware_version", hardware_version) + _setter("hardware_version", hardware_version) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) if hv_mode is not None: - pulumi.set(__self__, "hv_mode", hv_mode) + _setter("hv_mode", hv_mode) if ide_controller_count is not None: - pulumi.set(__self__, "ide_controller_count", ide_controller_count) + _setter("ide_controller_count", ide_controller_count) if ignored_guest_ips is not None: - pulumi.set(__self__, "ignored_guest_ips", ignored_guest_ips) + _setter("ignored_guest_ips", ignored_guest_ips) if latency_sensitivity is not None: - pulumi.set(__self__, "latency_sensitivity", latency_sensitivity) + _setter("latency_sensitivity", latency_sensitivity) if memory is not None: - pulumi.set(__self__, "memory", memory) + _setter("memory", memory) if memory_hot_add_enabled is not None: - pulumi.set(__self__, "memory_hot_add_enabled", memory_hot_add_enabled) + _setter("memory_hot_add_enabled", memory_hot_add_enabled) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_count is not None: - pulumi.set(__self__, "memory_share_count", memory_share_count) + _setter("memory_share_count", memory_share_count) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if migrate_wait_timeout is not None: - pulumi.set(__self__, "migrate_wait_timeout", migrate_wait_timeout) + _setter("migrate_wait_timeout", migrate_wait_timeout) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if nested_hv_enabled is not None: - pulumi.set(__self__, "nested_hv_enabled", nested_hv_enabled) + _setter("nested_hv_enabled", nested_hv_enabled) if network_interfaces is not None: - pulumi.set(__self__, "network_interfaces", network_interfaces) + _setter("network_interfaces", network_interfaces) if num_cores_per_socket is not None: - pulumi.set(__self__, "num_cores_per_socket", num_cores_per_socket) + _setter("num_cores_per_socket", num_cores_per_socket) if num_cpus is not None: - pulumi.set(__self__, "num_cpus", num_cpus) + _setter("num_cpus", num_cpus) if ovf_deploy is not None: - pulumi.set(__self__, "ovf_deploy", ovf_deploy) + _setter("ovf_deploy", ovf_deploy) if pci_device_ids is not None: - pulumi.set(__self__, "pci_device_ids", pci_device_ids) + _setter("pci_device_ids", pci_device_ids) if poweron_timeout is not None: - pulumi.set(__self__, "poweron_timeout", poweron_timeout) + _setter("poweron_timeout", poweron_timeout) if replace_trigger is not None: - pulumi.set(__self__, "replace_trigger", replace_trigger) + _setter("replace_trigger", replace_trigger) if run_tools_scripts_after_power_on is not None: - pulumi.set(__self__, "run_tools_scripts_after_power_on", run_tools_scripts_after_power_on) + _setter("run_tools_scripts_after_power_on", run_tools_scripts_after_power_on) if run_tools_scripts_after_resume is not None: - pulumi.set(__self__, "run_tools_scripts_after_resume", run_tools_scripts_after_resume) + _setter("run_tools_scripts_after_resume", run_tools_scripts_after_resume) if run_tools_scripts_before_guest_reboot is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_reboot", run_tools_scripts_before_guest_reboot) + _setter("run_tools_scripts_before_guest_reboot", run_tools_scripts_before_guest_reboot) if run_tools_scripts_before_guest_shutdown is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_shutdown", run_tools_scripts_before_guest_shutdown) + _setter("run_tools_scripts_before_guest_shutdown", run_tools_scripts_before_guest_shutdown) if run_tools_scripts_before_guest_standby is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_standby", run_tools_scripts_before_guest_standby) + _setter("run_tools_scripts_before_guest_standby", run_tools_scripts_before_guest_standby) if sata_controller_count is not None: - pulumi.set(__self__, "sata_controller_count", sata_controller_count) + _setter("sata_controller_count", sata_controller_count) if scsi_bus_sharing is not None: - pulumi.set(__self__, "scsi_bus_sharing", scsi_bus_sharing) + _setter("scsi_bus_sharing", scsi_bus_sharing) if scsi_controller_count is not None: - pulumi.set(__self__, "scsi_controller_count", scsi_controller_count) + _setter("scsi_controller_count", scsi_controller_count) if scsi_type is not None: - pulumi.set(__self__, "scsi_type", scsi_type) + _setter("scsi_type", scsi_type) if shutdown_wait_timeout is not None: - pulumi.set(__self__, "shutdown_wait_timeout", shutdown_wait_timeout) + _setter("shutdown_wait_timeout", shutdown_wait_timeout) if storage_policy_id is not None: - pulumi.set(__self__, "storage_policy_id", storage_policy_id) + _setter("storage_policy_id", storage_policy_id) if swap_placement_policy is not None: - pulumi.set(__self__, "swap_placement_policy", swap_placement_policy) + _setter("swap_placement_policy", swap_placement_policy) if sync_time_with_host is not None: - pulumi.set(__self__, "sync_time_with_host", sync_time_with_host) + _setter("sync_time_with_host", sync_time_with_host) if sync_time_with_host_periodically is not None: - pulumi.set(__self__, "sync_time_with_host_periodically", sync_time_with_host_periodically) + _setter("sync_time_with_host_periodically", sync_time_with_host_periodically) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if tools_upgrade_policy is not None: - pulumi.set(__self__, "tools_upgrade_policy", tools_upgrade_policy) + _setter("tools_upgrade_policy", tools_upgrade_policy) if vapp is not None: - pulumi.set(__self__, "vapp", vapp) + _setter("vapp", vapp) if vbs_enabled is not None: - pulumi.set(__self__, "vbs_enabled", vbs_enabled) + _setter("vbs_enabled", vbs_enabled) if vvtd_enabled is not None: - pulumi.set(__self__, "vvtd_enabled", vvtd_enabled) + _setter("vvtd_enabled", vvtd_enabled) if wait_for_guest_ip_timeout is not None: - pulumi.set(__self__, "wait_for_guest_ip_timeout", wait_for_guest_ip_timeout) + _setter("wait_for_guest_ip_timeout", wait_for_guest_ip_timeout) if wait_for_guest_net_routable is not None: - pulumi.set(__self__, "wait_for_guest_net_routable", wait_for_guest_net_routable) + _setter("wait_for_guest_net_routable", wait_for_guest_net_routable) if wait_for_guest_net_timeout is not None: - pulumi.set(__self__, "wait_for_guest_net_timeout", wait_for_guest_net_timeout) + _setter("wait_for_guest_net_timeout", wait_for_guest_net_timeout) @property @pulumi.getter(name="resourcePoolId") @@ -585,9 +738,7 @@ def datastore_cluster_id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[pulumi.Input[str]]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -1141,7 +1292,7 @@ def shutdown_wait_timeout(self, value: Optional[pulumi.Input[int]]): @pulumi.getter(name="storagePolicyId") def storage_policy_id(self) -> Optional[pulumi.Input[str]]: """ - The ID of the storage policy to assign to the home directory of a virtual machine. + The UUID of the storage policy to assign to the virtual disk. """ return pulumi.get(self, "storage_policy_id") @@ -1400,9 +1551,7 @@ def __init__(__self__, *, > **NOTE:** Use of `datastore_cluster_id` requires vSphere Storage DRS to be enabled on the specified datastore cluster. > **NOTE:** The `datastore_cluster_id` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[str] default_ip_address: The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank. :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]] disks: A specification for a virtual disk device on the virtual machine. See disk options for more information. :param pulumi.Input[bool] efi_secure_boot_enabled: Use this option to enable EFI secure boot when the `firmware` type is set to is `efi`. Default: `false`. @@ -1481,7 +1630,7 @@ def __init__(__self__, *, controllers. :param pulumi.Input[str] scsi_type: The SCSI controller type for the virtual machine. One of `lsilogic` (LSI Logic Parallel), `lsilogic-sas` (LSI Logic SAS) or `pvscsi` (VMware Paravirtual). Default: `pvscsi`. :param pulumi.Input[int] shutdown_wait_timeout: The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `force_power_off` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. - :param pulumi.Input[str] storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param pulumi.Input[str] storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param pulumi.Input[str] swap_placement_policy: The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. :param pulumi.Input[bool] sync_time_with_host: Enable the guest operating system to synchronization its clock with the host when the virtual machine is powered on or resumed. Requires vSphere 7.0 Update 1 and later. Requires VMware Tools to be installed. Default: `false`. :param pulumi.Input[bool] sync_time_with_host_periodically: Enable the guest operating system to periodically synchronize its clock with the host. Requires vSphere 7.0 Update 1 and later. On previous versions, setting `sync_time_with_host` is will enable periodic synchronization. Requires VMware Tools to be installed. Default: `false`. @@ -1500,176 +1649,353 @@ def __init__(__self__, *, :param pulumi.Input[bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When `false`, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria. This property is ignored if the `wait_for_guest_ip_timeout` waiter is used. Default: `true`. :param pulumi.Input[int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available guest IP address on the virtual machine. Older versions of VMware Tools do not populate this property. In those cases, this waiter can be disabled and the `wait_for_guest_ip_timeout` waiter can be used instead. A value less than `1` disables the waiter. Default: `5` minutes. """ + _VirtualMachineState._configure( + lambda key, value: pulumi.set(__self__, key, value), + alternate_guest_name=alternate_guest_name, + annotation=annotation, + boot_delay=boot_delay, + boot_retry_delay=boot_retry_delay, + boot_retry_enabled=boot_retry_enabled, + cdroms=cdroms, + change_version=change_version, + clone=clone, + cpu_hot_add_enabled=cpu_hot_add_enabled, + cpu_hot_remove_enabled=cpu_hot_remove_enabled, + cpu_limit=cpu_limit, + cpu_performance_counters_enabled=cpu_performance_counters_enabled, + cpu_reservation=cpu_reservation, + cpu_share_count=cpu_share_count, + cpu_share_level=cpu_share_level, + custom_attributes=custom_attributes, + datacenter_id=datacenter_id, + datastore_cluster_id=datastore_cluster_id, + datastore_id=datastore_id, + default_ip_address=default_ip_address, + disks=disks, + efi_secure_boot_enabled=efi_secure_boot_enabled, + enable_disk_uuid=enable_disk_uuid, + enable_logging=enable_logging, + ept_rvi_mode=ept_rvi_mode, + extra_config=extra_config, + extra_config_reboot_required=extra_config_reboot_required, + firmware=firmware, + folder=folder, + force_power_off=force_power_off, + guest_id=guest_id, + guest_ip_addresses=guest_ip_addresses, + hardware_version=hardware_version, + host_system_id=host_system_id, + hv_mode=hv_mode, + ide_controller_count=ide_controller_count, + ignored_guest_ips=ignored_guest_ips, + imported=imported, + latency_sensitivity=latency_sensitivity, + memory=memory, + memory_hot_add_enabled=memory_hot_add_enabled, + memory_limit=memory_limit, + memory_reservation=memory_reservation, + memory_share_count=memory_share_count, + memory_share_level=memory_share_level, + migrate_wait_timeout=migrate_wait_timeout, + moid=moid, + name=name, + nested_hv_enabled=nested_hv_enabled, + network_interfaces=network_interfaces, + num_cores_per_socket=num_cores_per_socket, + num_cpus=num_cpus, + ovf_deploy=ovf_deploy, + pci_device_ids=pci_device_ids, + power_state=power_state, + poweron_timeout=poweron_timeout, + reboot_required=reboot_required, + replace_trigger=replace_trigger, + resource_pool_id=resource_pool_id, + run_tools_scripts_after_power_on=run_tools_scripts_after_power_on, + run_tools_scripts_after_resume=run_tools_scripts_after_resume, + run_tools_scripts_before_guest_reboot=run_tools_scripts_before_guest_reboot, + run_tools_scripts_before_guest_shutdown=run_tools_scripts_before_guest_shutdown, + run_tools_scripts_before_guest_standby=run_tools_scripts_before_guest_standby, + sata_controller_count=sata_controller_count, + scsi_bus_sharing=scsi_bus_sharing, + scsi_controller_count=scsi_controller_count, + scsi_type=scsi_type, + shutdown_wait_timeout=shutdown_wait_timeout, + storage_policy_id=storage_policy_id, + swap_placement_policy=swap_placement_policy, + sync_time_with_host=sync_time_with_host, + sync_time_with_host_periodically=sync_time_with_host_periodically, + tags=tags, + tools_upgrade_policy=tools_upgrade_policy, + uuid=uuid, + vapp=vapp, + vapp_transports=vapp_transports, + vbs_enabled=vbs_enabled, + vmware_tools_status=vmware_tools_status, + vmx_path=vmx_path, + vvtd_enabled=vvtd_enabled, + wait_for_guest_ip_timeout=wait_for_guest_ip_timeout, + wait_for_guest_net_routable=wait_for_guest_net_routable, + wait_for_guest_net_timeout=wait_for_guest_net_timeout, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + alternate_guest_name: Optional[pulumi.Input[str]] = None, + annotation: Optional[pulumi.Input[str]] = None, + boot_delay: Optional[pulumi.Input[int]] = None, + boot_retry_delay: Optional[pulumi.Input[int]] = None, + boot_retry_enabled: Optional[pulumi.Input[bool]] = None, + cdroms: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineCdromArgs']]]] = None, + change_version: Optional[pulumi.Input[str]] = None, + clone: Optional[pulumi.Input['VirtualMachineCloneArgs']] = None, + cpu_hot_add_enabled: Optional[pulumi.Input[bool]] = None, + cpu_hot_remove_enabled: Optional[pulumi.Input[bool]] = None, + cpu_limit: Optional[pulumi.Input[int]] = None, + cpu_performance_counters_enabled: Optional[pulumi.Input[bool]] = None, + cpu_reservation: Optional[pulumi.Input[int]] = None, + cpu_share_count: Optional[pulumi.Input[int]] = None, + cpu_share_level: Optional[pulumi.Input[str]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datacenter_id: Optional[pulumi.Input[str]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + datastore_id: Optional[pulumi.Input[str]] = None, + default_ip_address: Optional[pulumi.Input[str]] = None, + disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]]] = None, + efi_secure_boot_enabled: Optional[pulumi.Input[bool]] = None, + enable_disk_uuid: Optional[pulumi.Input[bool]] = None, + enable_logging: Optional[pulumi.Input[bool]] = None, + ept_rvi_mode: Optional[pulumi.Input[str]] = None, + extra_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + extra_config_reboot_required: Optional[pulumi.Input[bool]] = None, + firmware: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + force_power_off: Optional[pulumi.Input[bool]] = None, + guest_id: Optional[pulumi.Input[str]] = None, + guest_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + hardware_version: Optional[pulumi.Input[int]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + hv_mode: Optional[pulumi.Input[str]] = None, + ide_controller_count: Optional[pulumi.Input[int]] = None, + ignored_guest_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + imported: Optional[pulumi.Input[bool]] = None, + latency_sensitivity: Optional[pulumi.Input[str]] = None, + memory: Optional[pulumi.Input[int]] = None, + memory_hot_add_enabled: Optional[pulumi.Input[bool]] = None, + memory_limit: Optional[pulumi.Input[int]] = None, + memory_reservation: Optional[pulumi.Input[int]] = None, + memory_share_count: Optional[pulumi.Input[int]] = None, + memory_share_level: Optional[pulumi.Input[str]] = None, + migrate_wait_timeout: Optional[pulumi.Input[int]] = None, + moid: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + nested_hv_enabled: Optional[pulumi.Input[bool]] = None, + network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineNetworkInterfaceArgs']]]] = None, + num_cores_per_socket: Optional[pulumi.Input[int]] = None, + num_cpus: Optional[pulumi.Input[int]] = None, + ovf_deploy: Optional[pulumi.Input['VirtualMachineOvfDeployArgs']] = None, + pci_device_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + power_state: Optional[pulumi.Input[str]] = None, + poweron_timeout: Optional[pulumi.Input[int]] = None, + reboot_required: Optional[pulumi.Input[bool]] = None, + replace_trigger: Optional[pulumi.Input[str]] = None, + resource_pool_id: Optional[pulumi.Input[str]] = None, + run_tools_scripts_after_power_on: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_after_resume: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_reboot: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_shutdown: Optional[pulumi.Input[bool]] = None, + run_tools_scripts_before_guest_standby: Optional[pulumi.Input[bool]] = None, + sata_controller_count: Optional[pulumi.Input[int]] = None, + scsi_bus_sharing: Optional[pulumi.Input[str]] = None, + scsi_controller_count: Optional[pulumi.Input[int]] = None, + scsi_type: Optional[pulumi.Input[str]] = None, + shutdown_wait_timeout: Optional[pulumi.Input[int]] = None, + storage_policy_id: Optional[pulumi.Input[str]] = None, + swap_placement_policy: Optional[pulumi.Input[str]] = None, + sync_time_with_host: Optional[pulumi.Input[bool]] = None, + sync_time_with_host_periodically: Optional[pulumi.Input[bool]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + tools_upgrade_policy: Optional[pulumi.Input[str]] = None, + uuid: Optional[pulumi.Input[str]] = None, + vapp: Optional[pulumi.Input['VirtualMachineVappArgs']] = None, + vapp_transports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + vbs_enabled: Optional[pulumi.Input[bool]] = None, + vmware_tools_status: Optional[pulumi.Input[str]] = None, + vmx_path: Optional[pulumi.Input[str]] = None, + vvtd_enabled: Optional[pulumi.Input[bool]] = None, + wait_for_guest_ip_timeout: Optional[pulumi.Input[int]] = None, + wait_for_guest_net_routable: Optional[pulumi.Input[bool]] = None, + wait_for_guest_net_timeout: Optional[pulumi.Input[int]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if alternate_guest_name is not None: - pulumi.set(__self__, "alternate_guest_name", alternate_guest_name) + _setter("alternate_guest_name", alternate_guest_name) if annotation is not None: - pulumi.set(__self__, "annotation", annotation) + _setter("annotation", annotation) if boot_delay is not None: - pulumi.set(__self__, "boot_delay", boot_delay) + _setter("boot_delay", boot_delay) if boot_retry_delay is not None: - pulumi.set(__self__, "boot_retry_delay", boot_retry_delay) + _setter("boot_retry_delay", boot_retry_delay) if boot_retry_enabled is not None: - pulumi.set(__self__, "boot_retry_enabled", boot_retry_enabled) + _setter("boot_retry_enabled", boot_retry_enabled) if cdroms is not None: - pulumi.set(__self__, "cdroms", cdroms) + _setter("cdroms", cdroms) if change_version is not None: - pulumi.set(__self__, "change_version", change_version) + _setter("change_version", change_version) if clone is not None: - pulumi.set(__self__, "clone", clone) + _setter("clone", clone) if cpu_hot_add_enabled is not None: - pulumi.set(__self__, "cpu_hot_add_enabled", cpu_hot_add_enabled) + _setter("cpu_hot_add_enabled", cpu_hot_add_enabled) if cpu_hot_remove_enabled is not None: - pulumi.set(__self__, "cpu_hot_remove_enabled", cpu_hot_remove_enabled) + _setter("cpu_hot_remove_enabled", cpu_hot_remove_enabled) if cpu_limit is not None: - pulumi.set(__self__, "cpu_limit", cpu_limit) + _setter("cpu_limit", cpu_limit) if cpu_performance_counters_enabled is not None: - pulumi.set(__self__, "cpu_performance_counters_enabled", cpu_performance_counters_enabled) + _setter("cpu_performance_counters_enabled", cpu_performance_counters_enabled) if cpu_reservation is not None: - pulumi.set(__self__, "cpu_reservation", cpu_reservation) + _setter("cpu_reservation", cpu_reservation) if cpu_share_count is not None: - pulumi.set(__self__, "cpu_share_count", cpu_share_count) + _setter("cpu_share_count", cpu_share_count) if cpu_share_level is not None: - pulumi.set(__self__, "cpu_share_level", cpu_share_level) + _setter("cpu_share_level", cpu_share_level) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datacenter_id is not None: - pulumi.set(__self__, "datacenter_id", datacenter_id) + _setter("datacenter_id", datacenter_id) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if datastore_id is not None: - pulumi.set(__self__, "datastore_id", datastore_id) + _setter("datastore_id", datastore_id) if default_ip_address is not None: - pulumi.set(__self__, "default_ip_address", default_ip_address) + _setter("default_ip_address", default_ip_address) if disks is not None: - pulumi.set(__self__, "disks", disks) + _setter("disks", disks) if efi_secure_boot_enabled is not None: - pulumi.set(__self__, "efi_secure_boot_enabled", efi_secure_boot_enabled) + _setter("efi_secure_boot_enabled", efi_secure_boot_enabled) if enable_disk_uuid is not None: - pulumi.set(__self__, "enable_disk_uuid", enable_disk_uuid) + _setter("enable_disk_uuid", enable_disk_uuid) if enable_logging is not None: - pulumi.set(__self__, "enable_logging", enable_logging) + _setter("enable_logging", enable_logging) if ept_rvi_mode is not None: - pulumi.set(__self__, "ept_rvi_mode", ept_rvi_mode) + _setter("ept_rvi_mode", ept_rvi_mode) if extra_config is not None: - pulumi.set(__self__, "extra_config", extra_config) + _setter("extra_config", extra_config) if extra_config_reboot_required is not None: - pulumi.set(__self__, "extra_config_reboot_required", extra_config_reboot_required) + _setter("extra_config_reboot_required", extra_config_reboot_required) if firmware is not None: - pulumi.set(__self__, "firmware", firmware) + _setter("firmware", firmware) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if force_power_off is not None: - pulumi.set(__self__, "force_power_off", force_power_off) + _setter("force_power_off", force_power_off) if guest_id is not None: - pulumi.set(__self__, "guest_id", guest_id) + _setter("guest_id", guest_id) if guest_ip_addresses is not None: - pulumi.set(__self__, "guest_ip_addresses", guest_ip_addresses) + _setter("guest_ip_addresses", guest_ip_addresses) if hardware_version is not None: - pulumi.set(__self__, "hardware_version", hardware_version) + _setter("hardware_version", hardware_version) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) if hv_mode is not None: - pulumi.set(__self__, "hv_mode", hv_mode) + _setter("hv_mode", hv_mode) if ide_controller_count is not None: - pulumi.set(__self__, "ide_controller_count", ide_controller_count) + _setter("ide_controller_count", ide_controller_count) if ignored_guest_ips is not None: - pulumi.set(__self__, "ignored_guest_ips", ignored_guest_ips) + _setter("ignored_guest_ips", ignored_guest_ips) if imported is not None: - pulumi.set(__self__, "imported", imported) + _setter("imported", imported) if latency_sensitivity is not None: - pulumi.set(__self__, "latency_sensitivity", latency_sensitivity) + _setter("latency_sensitivity", latency_sensitivity) if memory is not None: - pulumi.set(__self__, "memory", memory) + _setter("memory", memory) if memory_hot_add_enabled is not None: - pulumi.set(__self__, "memory_hot_add_enabled", memory_hot_add_enabled) + _setter("memory_hot_add_enabled", memory_hot_add_enabled) if memory_limit is not None: - pulumi.set(__self__, "memory_limit", memory_limit) + _setter("memory_limit", memory_limit) if memory_reservation is not None: - pulumi.set(__self__, "memory_reservation", memory_reservation) + _setter("memory_reservation", memory_reservation) if memory_share_count is not None: - pulumi.set(__self__, "memory_share_count", memory_share_count) + _setter("memory_share_count", memory_share_count) if memory_share_level is not None: - pulumi.set(__self__, "memory_share_level", memory_share_level) + _setter("memory_share_level", memory_share_level) if migrate_wait_timeout is not None: - pulumi.set(__self__, "migrate_wait_timeout", migrate_wait_timeout) + _setter("migrate_wait_timeout", migrate_wait_timeout) if moid is not None: - pulumi.set(__self__, "moid", moid) + _setter("moid", moid) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if nested_hv_enabled is not None: - pulumi.set(__self__, "nested_hv_enabled", nested_hv_enabled) + _setter("nested_hv_enabled", nested_hv_enabled) if network_interfaces is not None: - pulumi.set(__self__, "network_interfaces", network_interfaces) + _setter("network_interfaces", network_interfaces) if num_cores_per_socket is not None: - pulumi.set(__self__, "num_cores_per_socket", num_cores_per_socket) + _setter("num_cores_per_socket", num_cores_per_socket) if num_cpus is not None: - pulumi.set(__self__, "num_cpus", num_cpus) + _setter("num_cpus", num_cpus) if ovf_deploy is not None: - pulumi.set(__self__, "ovf_deploy", ovf_deploy) + _setter("ovf_deploy", ovf_deploy) if pci_device_ids is not None: - pulumi.set(__self__, "pci_device_ids", pci_device_ids) + _setter("pci_device_ids", pci_device_ids) if power_state is not None: - pulumi.set(__self__, "power_state", power_state) + _setter("power_state", power_state) if poweron_timeout is not None: - pulumi.set(__self__, "poweron_timeout", poweron_timeout) + _setter("poweron_timeout", poweron_timeout) if reboot_required is not None: - pulumi.set(__self__, "reboot_required", reboot_required) + _setter("reboot_required", reboot_required) if replace_trigger is not None: - pulumi.set(__self__, "replace_trigger", replace_trigger) + _setter("replace_trigger", replace_trigger) if resource_pool_id is not None: - pulumi.set(__self__, "resource_pool_id", resource_pool_id) + _setter("resource_pool_id", resource_pool_id) if run_tools_scripts_after_power_on is not None: - pulumi.set(__self__, "run_tools_scripts_after_power_on", run_tools_scripts_after_power_on) + _setter("run_tools_scripts_after_power_on", run_tools_scripts_after_power_on) if run_tools_scripts_after_resume is not None: - pulumi.set(__self__, "run_tools_scripts_after_resume", run_tools_scripts_after_resume) + _setter("run_tools_scripts_after_resume", run_tools_scripts_after_resume) if run_tools_scripts_before_guest_reboot is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_reboot", run_tools_scripts_before_guest_reboot) + _setter("run_tools_scripts_before_guest_reboot", run_tools_scripts_before_guest_reboot) if run_tools_scripts_before_guest_shutdown is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_shutdown", run_tools_scripts_before_guest_shutdown) + _setter("run_tools_scripts_before_guest_shutdown", run_tools_scripts_before_guest_shutdown) if run_tools_scripts_before_guest_standby is not None: - pulumi.set(__self__, "run_tools_scripts_before_guest_standby", run_tools_scripts_before_guest_standby) + _setter("run_tools_scripts_before_guest_standby", run_tools_scripts_before_guest_standby) if sata_controller_count is not None: - pulumi.set(__self__, "sata_controller_count", sata_controller_count) + _setter("sata_controller_count", sata_controller_count) if scsi_bus_sharing is not None: - pulumi.set(__self__, "scsi_bus_sharing", scsi_bus_sharing) + _setter("scsi_bus_sharing", scsi_bus_sharing) if scsi_controller_count is not None: - pulumi.set(__self__, "scsi_controller_count", scsi_controller_count) + _setter("scsi_controller_count", scsi_controller_count) if scsi_type is not None: - pulumi.set(__self__, "scsi_type", scsi_type) + _setter("scsi_type", scsi_type) if shutdown_wait_timeout is not None: - pulumi.set(__self__, "shutdown_wait_timeout", shutdown_wait_timeout) + _setter("shutdown_wait_timeout", shutdown_wait_timeout) if storage_policy_id is not None: - pulumi.set(__self__, "storage_policy_id", storage_policy_id) + _setter("storage_policy_id", storage_policy_id) if swap_placement_policy is not None: - pulumi.set(__self__, "swap_placement_policy", swap_placement_policy) + _setter("swap_placement_policy", swap_placement_policy) if sync_time_with_host is not None: - pulumi.set(__self__, "sync_time_with_host", sync_time_with_host) + _setter("sync_time_with_host", sync_time_with_host) if sync_time_with_host_periodically is not None: - pulumi.set(__self__, "sync_time_with_host_periodically", sync_time_with_host_periodically) + _setter("sync_time_with_host_periodically", sync_time_with_host_periodically) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if tools_upgrade_policy is not None: - pulumi.set(__self__, "tools_upgrade_policy", tools_upgrade_policy) + _setter("tools_upgrade_policy", tools_upgrade_policy) if uuid is not None: - pulumi.set(__self__, "uuid", uuid) + _setter("uuid", uuid) if vapp is not None: - pulumi.set(__self__, "vapp", vapp) + _setter("vapp", vapp) if vapp_transports is not None: - pulumi.set(__self__, "vapp_transports", vapp_transports) + _setter("vapp_transports", vapp_transports) if vbs_enabled is not None: - pulumi.set(__self__, "vbs_enabled", vbs_enabled) + _setter("vbs_enabled", vbs_enabled) if vmware_tools_status is not None: - pulumi.set(__self__, "vmware_tools_status", vmware_tools_status) + _setter("vmware_tools_status", vmware_tools_status) if vmx_path is not None: - pulumi.set(__self__, "vmx_path", vmx_path) + _setter("vmx_path", vmx_path) if vvtd_enabled is not None: - pulumi.set(__self__, "vvtd_enabled", vvtd_enabled) + _setter("vvtd_enabled", vvtd_enabled) if wait_for_guest_ip_timeout is not None: - pulumi.set(__self__, "wait_for_guest_ip_timeout", wait_for_guest_ip_timeout) + _setter("wait_for_guest_ip_timeout", wait_for_guest_ip_timeout) if wait_for_guest_net_routable is not None: - pulumi.set(__self__, "wait_for_guest_net_routable", wait_for_guest_net_routable) + _setter("wait_for_guest_net_routable", wait_for_guest_net_routable) if wait_for_guest_net_timeout is not None: - pulumi.set(__self__, "wait_for_guest_net_timeout", wait_for_guest_net_timeout) + _setter("wait_for_guest_net_timeout", wait_for_guest_net_timeout) @property @pulumi.getter(name="alternateGuestName") @@ -1899,9 +2225,7 @@ def datastore_cluster_id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="datastoreId") def datastore_id(self) -> Optional[pulumi.Input[str]]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -2541,7 +2865,7 @@ def shutdown_wait_timeout(self, value: Optional[pulumi.Input[int]]): @pulumi.getter(name="storagePolicyId") def storage_policy_id(self) -> Optional[pulumi.Input[str]]: """ - The ID of the storage policy to assign to the home directory of a virtual machine. + The UUID of the storage policy to assign to the virtual disk. """ return pulumi.get(self, "storage_policy_id") @@ -2841,9 +3165,7 @@ def __init__(__self__, > **NOTE:** Use of `datastore_cluster_id` requires vSphere Storage DRS to be enabled on the specified datastore cluster. > **NOTE:** The `datastore_cluster_id` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualMachineDiskArgs']]]] disks: A specification for a virtual disk device on the virtual machine. See disk options for more information. :param pulumi.Input[bool] efi_secure_boot_enabled: Use this option to enable EFI secure boot when the `firmware` type is set to is `efi`. Default: `false`. @@ -2916,7 +3238,7 @@ def __init__(__self__, controllers. :param pulumi.Input[str] scsi_type: The SCSI controller type for the virtual machine. One of `lsilogic` (LSI Logic Parallel), `lsilogic-sas` (LSI Logic SAS) or `pvscsi` (VMware Paravirtual). Default: `pvscsi`. :param pulumi.Input[int] shutdown_wait_timeout: The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `force_power_off` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. - :param pulumi.Input[str] storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param pulumi.Input[str] storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param pulumi.Input[str] swap_placement_policy: The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. :param pulumi.Input[bool] sync_time_with_host: Enable the guest operating system to synchronization its clock with the host when the virtual machine is powered on or resumed. Requires vSphere 7.0 Update 1 and later. Requires VMware Tools to be installed. Default: `false`. :param pulumi.Input[bool] sync_time_with_host_periodically: Enable the guest operating system to periodically synchronize its clock with the host. Requires vSphere 7.0 Update 1 and later. On previous versions, setting `sync_time_with_host` is will enable periodic synchronization. Requires VMware Tools to be installed. Default: `false`. @@ -2949,6 +3271,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VirtualMachineArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -3043,6 +3369,11 @@ def _internal_init(__self__, __props__.__dict__["boot_retry_delay"] = boot_retry_delay __props__.__dict__["boot_retry_enabled"] = boot_retry_enabled __props__.__dict__["cdroms"] = cdroms + if clone is not None and not isinstance(clone, VirtualMachineCloneArgs): + clone = clone or {} + def _setter(key, value): + clone[key] = value + VirtualMachineCloneArgs._configure(_setter, **clone) __props__.__dict__["clone"] = clone __props__.__dict__["cpu_hot_add_enabled"] = cpu_hot_add_enabled __props__.__dict__["cpu_hot_remove_enabled"] = cpu_hot_remove_enabled @@ -3084,6 +3415,11 @@ def _internal_init(__self__, __props__.__dict__["network_interfaces"] = network_interfaces __props__.__dict__["num_cores_per_socket"] = num_cores_per_socket __props__.__dict__["num_cpus"] = num_cpus + if ovf_deploy is not None and not isinstance(ovf_deploy, VirtualMachineOvfDeployArgs): + ovf_deploy = ovf_deploy or {} + def _setter(key, value): + ovf_deploy[key] = value + VirtualMachineOvfDeployArgs._configure(_setter, **ovf_deploy) __props__.__dict__["ovf_deploy"] = ovf_deploy __props__.__dict__["pci_device_ids"] = pci_device_ids __props__.__dict__["poweron_timeout"] = poweron_timeout @@ -3107,6 +3443,11 @@ def _internal_init(__self__, __props__.__dict__["sync_time_with_host_periodically"] = sync_time_with_host_periodically __props__.__dict__["tags"] = tags __props__.__dict__["tools_upgrade_policy"] = tools_upgrade_policy + if vapp is not None and not isinstance(vapp, VirtualMachineVappArgs): + vapp = vapp or {} + def _setter(key, value): + vapp[key] = value + VirtualMachineVappArgs._configure(_setter, **vapp) __props__.__dict__["vapp"] = vapp __props__.__dict__["vbs_enabled"] = vbs_enabled __props__.__dict__["vvtd_enabled"] = vvtd_enabled @@ -3252,9 +3593,7 @@ def get(resource_name: str, > **NOTE:** Use of `datastore_cluster_id` requires vSphere Storage DRS to be enabled on the specified datastore cluster. > **NOTE:** The `datastore_cluster_id` setting applies to the entire virtual machine resource. You cannot assign individual individual disks to datastore clusters. In addition, you cannot use the `attach` setting to attach external disks on virtual machines that are assigned to datastore clusters. - :param pulumi.Input[str] datastore_id: The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + :param pulumi.Input[str] datastore_id: The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. :param pulumi.Input[str] default_ip_address: The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank. :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualMachineDiskArgs']]]] disks: A specification for a virtual disk device on the virtual machine. See disk options for more information. :param pulumi.Input[bool] efi_secure_boot_enabled: Use this option to enable EFI secure boot when the `firmware` type is set to is `efi`. Default: `false`. @@ -3333,7 +3672,7 @@ def get(resource_name: str, controllers. :param pulumi.Input[str] scsi_type: The SCSI controller type for the virtual machine. One of `lsilogic` (LSI Logic Parallel), `lsilogic-sas` (LSI Logic SAS) or `pvscsi` (VMware Paravirtual). Default: `pvscsi`. :param pulumi.Input[int] shutdown_wait_timeout: The amount of time, in minutes, to wait for a graceful guest shutdown when making necessary updates to the virtual machine. If `force_power_off` is set to `true`, the virtual machine will be forced to power-off after the timeout, otherwise an error is returned. Default: `3` minutes. - :param pulumi.Input[str] storage_policy_id: The ID of the storage policy to assign to the home directory of a virtual machine. + :param pulumi.Input[str] storage_policy_id: The UUID of the storage policy to assign to the virtual disk. :param pulumi.Input[str] swap_placement_policy: The swap file placement policy for the virtual machine. One of `inherit`, `hostLocal`, or `vmDirectory`. Default: `inherit`. :param pulumi.Input[bool] sync_time_with_host: Enable the guest operating system to synchronization its clock with the host when the virtual machine is powered on or resumed. Requires vSphere 7.0 Update 1 and later. Requires VMware Tools to be installed. Default: `false`. :param pulumi.Input[bool] sync_time_with_host_periodically: Enable the guest operating system to periodically synchronize its clock with the host. Requires vSphere 7.0 Update 1 and later. On previous versions, setting `sync_time_with_host` is will enable periodic synchronization. Requires VMware Tools to be installed. Default: `false`. @@ -3599,9 +3938,7 @@ def datastore_cluster_id(self) -> pulumi.Output[Optional[str]]: @pulumi.getter(name="datastoreId") def datastore_id(self) -> pulumi.Output[str]: """ - The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value. - - > **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used. + The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`. """ return pulumi.get(self, "datastore_id") @@ -4037,7 +4374,7 @@ def shutdown_wait_timeout(self) -> pulumi.Output[Optional[int]]: @pulumi.getter(name="storagePolicyId") def storage_policy_id(self) -> pulumi.Output[str]: """ - The ID of the storage policy to assign to the home directory of a virtual machine. + The UUID of the storage policy to assign to the virtual disk. """ return pulumi.get(self, "storage_policy_id") diff --git a/sdk/python/pulumi_vsphere/virtual_machine_snapshot.py b/sdk/python/pulumi_vsphere/virtual_machine_snapshot.py index a62cf948..ff24e7a8 100644 --- a/sdk/python/pulumi_vsphere/virtual_machine_snapshot.py +++ b/sdk/python/pulumi_vsphere/virtual_machine_snapshot.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['VirtualMachineSnapshotArgs', 'VirtualMachineSnapshot'] @@ -37,15 +37,36 @@ def __init__(__self__, *, :param pulumi.Input[bool] remove_children: If set to `true`, the entire snapshot subtree is removed when this resource is destroyed. """ - pulumi.set(__self__, "description", description) - pulumi.set(__self__, "memory", memory) - pulumi.set(__self__, "quiesce", quiesce) - pulumi.set(__self__, "snapshot_name", snapshot_name) - pulumi.set(__self__, "virtual_machine_uuid", virtual_machine_uuid) + VirtualMachineSnapshotArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + description=description, + memory=memory, + quiesce=quiesce, + snapshot_name=snapshot_name, + virtual_machine_uuid=virtual_machine_uuid, + consolidate=consolidate, + remove_children=remove_children, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + description: pulumi.Input[str], + memory: pulumi.Input[bool], + quiesce: pulumi.Input[bool], + snapshot_name: pulumi.Input[str], + virtual_machine_uuid: pulumi.Input[str], + consolidate: Optional[pulumi.Input[bool]] = None, + remove_children: Optional[pulumi.Input[bool]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("description", description) + _setter("memory", memory) + _setter("quiesce", quiesce) + _setter("snapshot_name", snapshot_name) + _setter("virtual_machine_uuid", virtual_machine_uuid) if consolidate is not None: - pulumi.set(__self__, "consolidate", consolidate) + _setter("consolidate", consolidate) if remove_children is not None: - pulumi.set(__self__, "remove_children", remove_children) + _setter("remove_children", remove_children) @property @pulumi.getter @@ -164,20 +185,41 @@ def __init__(__self__, *, :param pulumi.Input[str] snapshot_name: The name of the snapshot. :param pulumi.Input[str] virtual_machine_uuid: The virtual machine UUID. """ + _VirtualMachineSnapshotState._configure( + lambda key, value: pulumi.set(__self__, key, value), + consolidate=consolidate, + description=description, + memory=memory, + quiesce=quiesce, + remove_children=remove_children, + snapshot_name=snapshot_name, + virtual_machine_uuid=virtual_machine_uuid, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + consolidate: Optional[pulumi.Input[bool]] = None, + description: Optional[pulumi.Input[str]] = None, + memory: Optional[pulumi.Input[bool]] = None, + quiesce: Optional[pulumi.Input[bool]] = None, + remove_children: Optional[pulumi.Input[bool]] = None, + snapshot_name: Optional[pulumi.Input[str]] = None, + virtual_machine_uuid: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if consolidate is not None: - pulumi.set(__self__, "consolidate", consolidate) + _setter("consolidate", consolidate) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if memory is not None: - pulumi.set(__self__, "memory", memory) + _setter("memory", memory) if quiesce is not None: - pulumi.set(__self__, "quiesce", quiesce) + _setter("quiesce", quiesce) if remove_children is not None: - pulumi.set(__self__, "remove_children", remove_children) + _setter("remove_children", remove_children) if snapshot_name is not None: - pulumi.set(__self__, "snapshot_name", snapshot_name) + _setter("snapshot_name", snapshot_name) if virtual_machine_uuid is not None: - pulumi.set(__self__, "virtual_machine_uuid", virtual_machine_uuid) + _setter("virtual_machine_uuid", virtual_machine_uuid) @property @pulumi.getter @@ -393,6 +435,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VirtualMachineSnapshotArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/vm_storage_policy.py b/sdk/python/pulumi_vsphere/vm_storage_policy.py index 787e5523..72800e6b 100644 --- a/sdk/python/pulumi_vsphere/vm_storage_policy.py +++ b/sdk/python/pulumi_vsphere/vm_storage_policy.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -25,11 +25,24 @@ def __init__(__self__, *, :param pulumi.Input[str] description: Description of the storage policy. :param pulumi.Input[str] name: The name of the storage policy. """ - pulumi.set(__self__, "tag_rules", tag_rules) + VmStoragePolicyArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + tag_rules=tag_rules, + description=description, + name=name, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + tag_rules: pulumi.Input[Sequence[pulumi.Input['VmStoragePolicyTagRuleArgs']]], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("tag_rules", tag_rules) if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) @property @pulumi.getter(name="tagRules") @@ -80,12 +93,25 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the storage policy. :param pulumi.Input[Sequence[pulumi.Input['VmStoragePolicyTagRuleArgs']]] tag_rules: List of tag rules. The tag category and tags to be associated to this storage policy. """ + _VmStoragePolicyState._configure( + lambda key, value: pulumi.set(__self__, key, value), + description=description, + name=name, + tag_rules=tag_rules, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + description: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + tag_rules: Optional[pulumi.Input[Sequence[pulumi.Input['VmStoragePolicyTagRuleArgs']]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if description is not None: - pulumi.set(__self__, "description", description) + _setter("description", description) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if tag_rules is not None: - pulumi.set(__self__, "tag_rules", tag_rules) + _setter("tag_rules", tag_rules) @property @pulumi.getter @@ -367,6 +393,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VmStoragePolicyArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/vmfs_datastore.py b/sdk/python/pulumi_vsphere/vmfs_datastore.py index bb6a6c89..996bead0 100644 --- a/sdk/python/pulumi_vsphere/vmfs_datastore.py +++ b/sdk/python/pulumi_vsphere/vmfs_datastore.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities __all__ = ['VmfsDatastoreArgs', 'VmfsDatastore'] @@ -51,18 +51,39 @@ def __init__(__self__, *, > **NOTE:** Tagging support is unsupported on direct ESXi connections and requires vCenter 6.0 or higher. """ - pulumi.set(__self__, "disks", disks) - pulumi.set(__self__, "host_system_id", host_system_id) + VmfsDatastoreArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + disks=disks, + host_system_id=host_system_id, + custom_attributes=custom_attributes, + datastore_cluster_id=datastore_cluster_id, + folder=folder, + name=name, + tags=tags, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + disks: pulumi.Input[Sequence[pulumi.Input[str]]], + host_system_id: pulumi.Input[str], + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + folder: Optional[pulumi.Input[str]] = None, + name: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("disks", disks) + _setter("host_system_id", host_system_id) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) @property @pulumi.getter @@ -226,34 +247,69 @@ def __init__(__self__, *, potentially used by all virtual machines on this datastore. :param pulumi.Input[str] url: The unique locator for the datastore. """ + _VmfsDatastoreState._configure( + lambda key, value: pulumi.set(__self__, key, value), + accessible=accessible, + capacity=capacity, + custom_attributes=custom_attributes, + datastore_cluster_id=datastore_cluster_id, + disks=disks, + folder=folder, + free_space=free_space, + host_system_id=host_system_id, + maintenance_mode=maintenance_mode, + multiple_host_access=multiple_host_access, + name=name, + tags=tags, + uncommitted_space=uncommitted_space, + url=url, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + accessible: Optional[pulumi.Input[bool]] = None, + capacity: Optional[pulumi.Input[int]] = None, + custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None, + datastore_cluster_id: Optional[pulumi.Input[str]] = None, + disks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + folder: Optional[pulumi.Input[str]] = None, + free_space: Optional[pulumi.Input[int]] = None, + host_system_id: Optional[pulumi.Input[str]] = None, + maintenance_mode: Optional[pulumi.Input[str]] = None, + multiple_host_access: Optional[pulumi.Input[bool]] = None, + name: Optional[pulumi.Input[str]] = None, + tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + uncommitted_space: Optional[pulumi.Input[int]] = None, + url: Optional[pulumi.Input[str]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if accessible is not None: - pulumi.set(__self__, "accessible", accessible) + _setter("accessible", accessible) if capacity is not None: - pulumi.set(__self__, "capacity", capacity) + _setter("capacity", capacity) if custom_attributes is not None: - pulumi.set(__self__, "custom_attributes", custom_attributes) + _setter("custom_attributes", custom_attributes) if datastore_cluster_id is not None: - pulumi.set(__self__, "datastore_cluster_id", datastore_cluster_id) + _setter("datastore_cluster_id", datastore_cluster_id) if disks is not None: - pulumi.set(__self__, "disks", disks) + _setter("disks", disks) if folder is not None: - pulumi.set(__self__, "folder", folder) + _setter("folder", folder) if free_space is not None: - pulumi.set(__self__, "free_space", free_space) + _setter("free_space", free_space) if host_system_id is not None: - pulumi.set(__self__, "host_system_id", host_system_id) + _setter("host_system_id", host_system_id) if maintenance_mode is not None: - pulumi.set(__self__, "maintenance_mode", maintenance_mode) + _setter("maintenance_mode", maintenance_mode) if multiple_host_access is not None: - pulumi.set(__self__, "multiple_host_access", multiple_host_access) + _setter("multiple_host_access", multiple_host_access) if name is not None: - pulumi.set(__self__, "name", name) + _setter("name", name) if tags is not None: - pulumi.set(__self__, "tags", tags) + _setter("tags", tags) if uncommitted_space is not None: - pulumi.set(__self__, "uncommitted_space", uncommitted_space) + _setter("uncommitted_space", uncommitted_space) if url is not None: - pulumi.set(__self__, "url", url) + _setter("url", url) @property @pulumi.getter @@ -510,6 +566,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VmfsDatastoreArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, diff --git a/sdk/python/pulumi_vsphere/vnic.py b/sdk/python/pulumi_vsphere/vnic.py index 2ec833e3..a3dd95a0 100644 --- a/sdk/python/pulumi_vsphere/vnic.py +++ b/sdk/python/pulumi_vsphere/vnic.py @@ -6,7 +6,7 @@ import warnings import pulumi import pulumi.runtime -from typing import Any, Mapping, Optional, Sequence, Union, overload +from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload from . import _utilities from . import outputs from ._inputs import * @@ -39,25 +39,52 @@ def __init__(__self__, *, :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port. :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Current possible values are 'vmotion', 'management', and 'vsan'. """ - pulumi.set(__self__, "host", host) + VnicArgs._configure( + lambda key, value: pulumi.set(__self__, key, value), + host=host, + distributed_port_group=distributed_port_group, + distributed_switch_port=distributed_switch_port, + ipv4=ipv4, + ipv6=ipv6, + mac=mac, + mtu=mtu, + netstack=netstack, + portgroup=portgroup, + services=services, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + host: pulumi.Input[str], + distributed_port_group: Optional[pulumi.Input[str]] = None, + distributed_switch_port: Optional[pulumi.Input[str]] = None, + ipv4: Optional[pulumi.Input['VnicIpv4Args']] = None, + ipv6: Optional[pulumi.Input['VnicIpv6Args']] = None, + mac: Optional[pulumi.Input[str]] = None, + mtu: Optional[pulumi.Input[int]] = None, + netstack: Optional[pulumi.Input[str]] = None, + portgroup: Optional[pulumi.Input[str]] = None, + services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): + _setter("host", host) if distributed_port_group is not None: - pulumi.set(__self__, "distributed_port_group", distributed_port_group) + _setter("distributed_port_group", distributed_port_group) if distributed_switch_port is not None: - pulumi.set(__self__, "distributed_switch_port", distributed_switch_port) + _setter("distributed_switch_port", distributed_switch_port) if ipv4 is not None: - pulumi.set(__self__, "ipv4", ipv4) + _setter("ipv4", ipv4) if ipv6 is not None: - pulumi.set(__self__, "ipv6", ipv6) + _setter("ipv6", ipv6) if mac is not None: - pulumi.set(__self__, "mac", mac) + _setter("mac", mac) if mtu is not None: - pulumi.set(__self__, "mtu", mtu) + _setter("mtu", mtu) if netstack is not None: - pulumi.set(__self__, "netstack", netstack) + _setter("netstack", netstack) if portgroup is not None: - pulumi.set(__self__, "portgroup", portgroup) + _setter("portgroup", portgroup) if services is not None: - pulumi.set(__self__, "services", services) + _setter("services", services) @property @pulumi.getter @@ -206,26 +233,53 @@ def __init__(__self__, *, :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port. :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Current possible values are 'vmotion', 'management', and 'vsan'. """ + _VnicState._configure( + lambda key, value: pulumi.set(__self__, key, value), + distributed_port_group=distributed_port_group, + distributed_switch_port=distributed_switch_port, + host=host, + ipv4=ipv4, + ipv6=ipv6, + mac=mac, + mtu=mtu, + netstack=netstack, + portgroup=portgroup, + services=services, + ) + @staticmethod + def _configure( + _setter: Callable[[Any, Any], None], + distributed_port_group: Optional[pulumi.Input[str]] = None, + distributed_switch_port: Optional[pulumi.Input[str]] = None, + host: Optional[pulumi.Input[str]] = None, + ipv4: Optional[pulumi.Input['VnicIpv4Args']] = None, + ipv6: Optional[pulumi.Input['VnicIpv6Args']] = None, + mac: Optional[pulumi.Input[str]] = None, + mtu: Optional[pulumi.Input[int]] = None, + netstack: Optional[pulumi.Input[str]] = None, + portgroup: Optional[pulumi.Input[str]] = None, + services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None, + opts: Optional[pulumi.ResourceOptions]=None): if distributed_port_group is not None: - pulumi.set(__self__, "distributed_port_group", distributed_port_group) + _setter("distributed_port_group", distributed_port_group) if distributed_switch_port is not None: - pulumi.set(__self__, "distributed_switch_port", distributed_switch_port) + _setter("distributed_switch_port", distributed_switch_port) if host is not None: - pulumi.set(__self__, "host", host) + _setter("host", host) if ipv4 is not None: - pulumi.set(__self__, "ipv4", ipv4) + _setter("ipv4", ipv4) if ipv6 is not None: - pulumi.set(__self__, "ipv6", ipv6) + _setter("ipv6", ipv6) if mac is not None: - pulumi.set(__self__, "mac", mac) + _setter("mac", mac) if mtu is not None: - pulumi.set(__self__, "mtu", mtu) + _setter("mtu", mtu) if netstack is not None: - pulumi.set(__self__, "netstack", netstack) + _setter("netstack", netstack) if portgroup is not None: - pulumi.set(__self__, "portgroup", portgroup) + _setter("portgroup", portgroup) if services is not None: - pulumi.set(__self__, "services", services) + _setter("services", services) @property @pulumi.getter(name="distributedPortGroup") @@ -485,6 +539,10 @@ def __init__(__self__, resource_name: str, *args, **kwargs): if resource_args is not None: __self__._internal_init(resource_name, opts, **resource_args.__dict__) else: + kwargs = kwargs or {} + def _setter(key, value): + kwargs[key] = value + VnicArgs._configure(_setter, **kwargs) __self__._internal_init(resource_name, *args, **kwargs) def _internal_init(__self__, @@ -514,7 +572,17 @@ def _internal_init(__self__, if host is None and not opts.urn: raise TypeError("Missing required property 'host'") __props__.__dict__["host"] = host + if ipv4 is not None and not isinstance(ipv4, VnicIpv4Args): + ipv4 = ipv4 or {} + def _setter(key, value): + ipv4[key] = value + VnicIpv4Args._configure(_setter, **ipv4) __props__.__dict__["ipv4"] = ipv4 + if ipv6 is not None and not isinstance(ipv6, VnicIpv6Args): + ipv6 = ipv6 or {} + def _setter(key, value): + ipv6[key] = value + VnicIpv6Args._configure(_setter, **ipv6) __props__.__dict__["ipv6"] = ipv6 __props__.__dict__["mac"] = mac __props__.__dict__["mtu"] = mtu diff --git a/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py new file mode 100644 index 00000000..f7074162 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,132 @@ +import sys +import os +import re +import importlib +import warnings + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +warnings.filterwarnings('ignore', + r'.+ distutils\b.+ deprecated', + DeprecationWarning) + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + 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 + warnings.warn("Setuptools is replacing distutils.") + mods = [name for name in sys.modules if re.match(r'distutils\b', name)] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'stdlib') + return which == 'local' + + +def ensure_local_distutils(): + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + add_shim() + importlib.import_module('distutils') + remove_shim() + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + + +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 DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + if path is not None: + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + import importlib.abc + import importlib.util + + class DistutilsLoader(importlib.abc.Loader): + + def create_module(self, spec): + return importlib.import_module('setuptools._distutils') + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader('distutils', DistutilsLoader()) + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @staticmethod + def pip_imported_during_build(): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + return any( + frame.f_globals['__file__'].endswith('setup.py') + for frame, line in traceback.walk_stack(None) + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass diff --git a/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbddb249b94774eb82dbbfc02f262b8c1b1fb974 GIT binary patch literal 5139 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 H%sK17vPu)~ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc16ffcbd37ef19e3705b5f7cff8100c72cdd6ae GIT binary patch literal 264 zcmZ9HO$q`r424^9A&ThU69{S)w<4avjRz=dgHz_GC2dDtdl6lFrP+E5S7t;(e2|1M zgz%p2cH4rrq5+P0K5FXek93vzVK4>0N?^|L8SeoI_#@D6uFZ pGrJGZC$lMd6L9R + +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 (including the next +paragraph) 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/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/METADATA b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/METADATA new file mode 100644 index 00000000..be8c25d4 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/METADATA @@ -0,0 +1,90 @@ +Metadata-Version: 2.1 +Name: build +Version: 1.0.3 +Summary: A simple, correct Python build frontend +Author-email: Filipe Laíns , Bernát Gábor , layday , Henry Schreiner +Requires-Python: >= 3.7 +Description-Content-Type: text/markdown +Classifier: License :: OSI Approved :: MIT License +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-Dist: packaging >= 19.0 +Requires-Dist: pyproject_hooks +Requires-Dist: colorama; os_name == "nt" +Requires-Dist: importlib-metadata >= 4.6; python_version < "3.10" +Requires-Dist: tomli >= 1.1.0; python_version < "3.11" +Requires-Dist: furo >= 2023.08.17 ; extra == "docs" +Requires-Dist: sphinx ~= 7.0 ; extra == "docs" +Requires-Dist: sphinx-argparse-cli >= 1.5 ; extra == "docs" +Requires-Dist: sphinx-autodoc-typehints >= 1.10 ; extra == "docs" +Requires-Dist: sphinx-issues >= 3.0.0 ; extra == "docs" +Requires-Dist: filelock >= 3 ; extra == "test" +Requires-Dist: pytest >= 6.2.4 ; extra == "test" +Requires-Dist: pytest-cov >= 2.12 ; extra == "test" +Requires-Dist: pytest-mock >= 2 ; extra == "test" +Requires-Dist: pytest-rerunfailures >= 9.1 ; extra == "test" +Requires-Dist: pytest-xdist >= 1.34 ; extra == "test" +Requires-Dist: wheel >= 0.36.0 ; extra == "test" +Requires-Dist: setuptools >= 42.0.0 ; extra == "test" and ( python_version < "3.10") +Requires-Dist: setuptools >= 56.0.0 ; extra == "test" and ( python_version == "3.10") +Requires-Dist: setuptools >= 56.0.0 ; extra == "test" and ( python_version == "3.11") +Requires-Dist: setuptools >= 67.8.0 ; extra == "test" and ( python_version >= "3.12") +Requires-Dist: importlib-metadata >= 5.1 ; extra == "typing" +Requires-Dist: mypy ~= 1.5.0 ; extra == "typing" +Requires-Dist: tomli ; extra == "typing" +Requires-Dist: typing-extensions >= 3.7.4.3 ; extra == "typing" +Requires-Dist: virtualenv >= 20.0.35 ; extra == "virtualenv" +Project-URL: changelog, https://pypa-build.readthedocs.io/en/stable/changelog.html +Project-URL: homepage, https://github.com/pypa/build +Provides-Extra: docs +Provides-Extra: test +Provides-Extra: typing +Provides-Extra: virtualenv + +# build + +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pypa/build/main.svg)](https://results.pre-commit.ci/latest/github/pypa/build/main) +[![CI test](https://github.com/pypa/build/actions/workflows/test.yml/badge.svg)](https://github.com/pypa/build/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/pypa/build/branch/main/graph/badge.svg)](https://codecov.io/gh/pypa/build) + +[![Documentation Status](https://readthedocs.org/projects/pypa-build/badge/?version=latest)](https://pypa-build.readthedocs.io/en/latest/?badge=latest) +[![PyPI version](https://badge.fury.io/py/build.svg)](https://pypi.org/project/build/) +[![Discord](https://img.shields.io/discord/803025117553754132?label=Discord%20chat%20%23build)](https://discord.gg/pypa) + +A simple, correct Python build frontend. + +See the [documentation](https://pypa-build.readthedocs.io/en/latest/) for more information. + +### Installation + +`build` can be installed via `pip` or an equivalent via: + +```console +$ pip install build +``` + +### Usage + +```console +$ python -m build +``` + +This will build the package in an isolated environment, generating a +source-distribution and wheel in the directory `dist/`. +See the [documentation](https://pypa-build.readthedocs.io/en/latest/) for full information. + +### Code of Conduct + +Everyone interacting in the build's codebase, 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/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/RECORD b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/RECORD new file mode 100644 index 00000000..110175e7 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/RECORD @@ -0,0 +1,23 @@ +../../../bin/pyproject-build,sha256=ihLKryoRHRido_ytaWKud4NmtdGXelXWDnNqZKJgrVs,283 +build-1.0.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +build-1.0.3.dist-info/LICENSE,sha256=qvminKWQeXHM8H3gJTdds0U5qNXu684gtGCZgFciEG8,1113 +build-1.0.3.dist-info/METADATA,sha256=L4BixBCJbZJbCPQR6rJrMnv7J9TfnWsraKKFq9CcsU8,4173 +build-1.0.3.dist-info/RECORD,, +build-1.0.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +build-1.0.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +build-1.0.3.dist-info/entry_points.txt,sha256=MYbbM6JGYubgIjTgcLpNIZpc0PWbi9mRAW7VhtczlS8,105 +build/__init__.py,sha256=1tyrNRWADnlAaJDBUzZJ-WR-2BiZtwgXSBd77tIL6Ng,14451 +build/__main__.py,sha256=-oFPUiWVpxy_ZHXKGKEDZWdRPu0NZD60TuTELGNJ1Vc,12777 +build/__pycache__/__init__.cpython-310.pyc,, +build/__pycache__/__main__.cpython-310.pyc,, +build/__pycache__/_exceptions.cpython-310.pyc,, +build/__pycache__/_importlib.cpython-310.pyc,, +build/__pycache__/_util.cpython-310.pyc,, +build/__pycache__/env.cpython-310.pyc,, +build/__pycache__/util.cpython-310.pyc,, +build/_exceptions.py,sha256=HICYNTARGYuHpMVOslvHO5tMb_U5w6h0pjjOyzkoDyY,2012 +build/_importlib.py,sha256=5x8GGplNR2rkYRPILCq6tPszslGvyVDDdwMBZuV_Hdo,359 +build/_util.py,sha256=AU6JBDO-8fVo1sBP7AKYxCQ4YL3d7izsfW-qxN2PTvY,3056 +build/env.py,sha256=fXg4Ml7DMIr676gv-btHe5BkKkcSaICJD4HWW9SyUWE,11243 +build/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +build/util.py,sha256=elz1Yxe3mKIdy6Yfav7_9JSIovWG09n7VfQEyfdfFFM,1719 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/REQUESTED b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/WHEEL b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/WHEEL new file mode 100644 index 00000000..3b5e64b5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.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/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/entry_points.txt b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/entry_points.txt new file mode 100644 index 00000000..7198bf6f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build-1.0.3.dist-info/entry_points.txt @@ -0,0 +1,6 @@ +[console_scripts] +pyproject-build=build.__main__:entrypoint + +[pipx.run] +build=build.__main__:entrypoint + diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/build/__init__.py new file mode 100644 index 00000000..34e22279 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/__init__.py @@ -0,0 +1,395 @@ +# SPDX-License-Identifier: MIT + +""" +build - A simple, correct PEP 517 build frontend +""" + +from __future__ import annotations + + +__version__ = '1.0.3' + +import contextlib +import difflib +import logging +import os +import subprocess +import sys +import warnings +import zipfile + +from collections.abc import Iterator +from typing import Any, Callable, Mapping, Optional, Sequence, TypeVar, Union + +import pyproject_hooks + +from . import env +from ._exceptions import ( + BuildBackendException, + BuildException, + BuildSystemTableValidationError, + FailedProcessError, + TypoWarning, +) +from ._util import check_dependency, parse_wheel_filename + + +if sys.version_info >= (3, 11): + import tomllib +else: + import tomli as tomllib + + +RunnerType = Callable[[Sequence[str], Optional[str], Optional[Mapping[str, str]]], None] +ConfigSettingsType = Mapping[str, Union[str, Sequence[str]]] +PathType = Union[str, 'os.PathLike[str]'] + +_TProjectBuilder = TypeVar('_TProjectBuilder', bound='ProjectBuilder') + + +_DEFAULT_BACKEND = { + 'build-backend': 'setuptools.build_meta:__legacy__', + 'requires': ['setuptools >= 40.8.0', 'wheel'], +} + + +_logger = logging.getLogger(__name__) + + +def _find_typo(dictionary: Mapping[str, str], expected: str) -> None: + for obj in dictionary: + if difflib.SequenceMatcher(None, expected, obj).ratio() >= 0.8: + warnings.warn( + f"Found '{obj}' in pyproject.toml, did you mean '{expected}'?", + TypoWarning, + stacklevel=2, + ) + + +def _validate_source_directory(source_dir: PathType) -> None: + if not os.path.isdir(source_dir): + msg = f'Source {source_dir} is not a directory' + raise BuildException(msg) + pyproject_toml = os.path.join(source_dir, 'pyproject.toml') + setup_py = os.path.join(source_dir, 'setup.py') + if not os.path.exists(pyproject_toml) and not os.path.exists(setup_py): + msg = f'Source {source_dir} does not appear to be a Python project: no pyproject.toml or setup.py' + raise BuildException(msg) + + +def _read_pyproject_toml(path: PathType) -> Mapping[str, Any]: + try: + with open(path, 'rb') as f: + return tomllib.loads(f.read().decode()) + except FileNotFoundError: + return {} + except PermissionError as e: + msg = f"{e.strerror}: '{e.filename}' " + raise BuildException(msg) from None + except tomllib.TOMLDecodeError as e: + msg = f'Failed to parse {path}: {e} ' + raise BuildException(msg) from None + + +def _parse_build_system_table(pyproject_toml: Mapping[str, Any]) -> Mapping[str, Any]: + # If pyproject.toml is missing (per PEP 517) or [build-system] is missing + # (per PEP 518), use default values + if 'build-system' not in pyproject_toml: + _find_typo(pyproject_toml, 'build-system') + return _DEFAULT_BACKEND + + build_system_table = dict(pyproject_toml['build-system']) + + # If [build-system] is present, it must have a ``requires`` field (per PEP 518) + if 'requires' not in build_system_table: + _find_typo(build_system_table, 'requires') + msg = '`requires` is a required property' + raise BuildSystemTableValidationError(msg) + elif not isinstance(build_system_table['requires'], list) or not all( + isinstance(i, str) for i in build_system_table['requires'] + ): + msg = '`requires` must be an array of strings' + raise BuildSystemTableValidationError(msg) + + if 'build-backend' not in build_system_table: + _find_typo(build_system_table, 'build-backend') + # If ``build-backend`` is missing, inject the legacy setuptools backend + # but leave ``requires`` intact to emulate pip + build_system_table['build-backend'] = _DEFAULT_BACKEND['build-backend'] + elif not isinstance(build_system_table['build-backend'], str): + msg = '`build-backend` must be a string' + raise BuildSystemTableValidationError(msg) + + if 'backend-path' in build_system_table and ( + not isinstance(build_system_table['backend-path'], list) + or not all(isinstance(i, str) for i in build_system_table['backend-path']) + ): + msg = '`backend-path` must be an array of strings' + raise BuildSystemTableValidationError(msg) + + unknown_props = build_system_table.keys() - {'requires', 'build-backend', 'backend-path'} + if unknown_props: + msg = f'Unknown properties: {", ".join(unknown_props)}' + raise BuildSystemTableValidationError(msg) + + return build_system_table + + +def _wrap_subprocess_runner(runner: RunnerType, env: env.IsolatedEnv) -> RunnerType: + def _invoke_wrapped_runner(cmd: Sequence[str], cwd: str | None, extra_environ: Mapping[str, str] | None) -> None: + runner(cmd, cwd, {**(env.make_extra_environ() or {}), **(extra_environ or {})}) + + return _invoke_wrapped_runner + + +class ProjectBuilder: + """ + The PEP 517 consumer API. + """ + + def __init__( + self, + source_dir: PathType, + python_executable: str = sys.executable, + runner: RunnerType = pyproject_hooks.default_subprocess_runner, + ) -> None: + """ + :param source_dir: The source directory + :param python_executable: The python executable where the backend lives + :param runner: Runner for backend subprocesses + + The ``runner``, if provided, must accept the following arguments: + + - ``cmd``: a list of strings representing the command and arguments to + execute, as would be passed to e.g. 'subprocess.check_call'. + - ``cwd``: a string representing the working directory that must be + used for the subprocess. Corresponds to the provided source_dir. + - ``extra_environ``: a dict mapping environment variable names to values + which must be set for the subprocess execution. + + The default runner simply calls the backend hooks in a subprocess, writing backend output + to stdout/stderr. + """ + self._source_dir: str = os.path.abspath(source_dir) + _validate_source_directory(source_dir) + + self._python_executable = python_executable + self._runner = runner + + pyproject_toml_path = os.path.join(source_dir, 'pyproject.toml') + self._build_system = _parse_build_system_table(_read_pyproject_toml(pyproject_toml_path)) + + self._backend = self._build_system['build-backend'] + + self._hook = pyproject_hooks.BuildBackendHookCaller( + self._source_dir, + self._backend, + backend_path=self._build_system.get('backend-path'), + python_executable=self._python_executable, + runner=self._runner, + ) + + @classmethod + def from_isolated_env( + cls: type[_TProjectBuilder], + env: env.IsolatedEnv, + source_dir: PathType, + runner: RunnerType = pyproject_hooks.default_subprocess_runner, + ) -> _TProjectBuilder: + return cls( + source_dir=source_dir, + python_executable=env.python_executable, + runner=_wrap_subprocess_runner(runner, env), + ) + + @property + def source_dir(self) -> str: + """Project source directory.""" + return self._source_dir + + @property + def python_executable(self) -> str: + """ + The Python executable used to invoke the backend. + """ + return self._python_executable + + @property + def build_system_requires(self) -> set[str]: + """ + The dependencies defined in the ``pyproject.toml``'s + ``build-system.requires`` field or the default build dependencies + if ``pyproject.toml`` is missing or ``build-system`` is undefined. + """ + return set(self._build_system['requires']) + + def get_requires_for_build(self, distribution: str, config_settings: ConfigSettingsType | None = None) -> set[str]: + """ + Return the dependencies defined by the backend in addition to + :attr:`build_system_requires` for a given distribution. + + :param distribution: Distribution to get the dependencies of + (``sdist`` or ``wheel``) + :param config_settings: Config settings for the build backend + """ + self.log(f'Getting build dependencies for {distribution}...') + hook_name = f'get_requires_for_build_{distribution}' + get_requires = getattr(self._hook, hook_name) + + with self._handle_backend(hook_name): + return set(get_requires(config_settings)) + + def check_dependencies(self, distribution: str, config_settings: ConfigSettingsType | None = None) -> set[tuple[str, ...]]: + """ + Return the dependencies which are not satisfied from the combined set of + :attr:`build_system_requires` and :meth:`get_requires_for_build` for a given + distribution. + + :param distribution: Distribution to check (``sdist`` or ``wheel``) + :param config_settings: Config settings for the build backend + :returns: Set of variable-length unmet dependency tuples + """ + dependencies = self.get_requires_for_build(distribution, config_settings).union(self.build_system_requires) + return {u for d in dependencies for u in check_dependency(d)} + + def prepare( + self, distribution: str, output_directory: PathType, config_settings: ConfigSettingsType | None = None + ) -> str | None: + """ + Prepare metadata for a distribution. + + :param distribution: Distribution to build (must be ``wheel``) + :param output_directory: Directory to put the prepared metadata in + :param config_settings: Config settings for the build backend + :returns: The full path to the prepared metadata directory + """ + self.log(f'Getting metadata for {distribution}...') + try: + return self._call_backend( + f'prepare_metadata_for_build_{distribution}', + output_directory, + config_settings, + _allow_fallback=False, + ) + except BuildBackendException as exception: + if isinstance(exception.exception, pyproject_hooks.HookMissing): + return None + raise + + def build( + self, + distribution: str, + output_directory: PathType, + config_settings: ConfigSettingsType | None = None, + metadata_directory: str | None = None, + ) -> str: + """ + Build a distribution. + + :param distribution: Distribution to build (``sdist`` or ``wheel``) + :param output_directory: Directory to put the built distribution in + :param config_settings: Config settings for the build backend + :param metadata_directory: If provided, should be the return value of a + previous ``prepare`` call on the same ``distribution`` kind + :returns: The full path to the built distribution + """ + self.log(f'Building {distribution}...') + kwargs = {} if metadata_directory is None else {'metadata_directory': metadata_directory} + return self._call_backend(f'build_{distribution}', output_directory, config_settings, **kwargs) + + def metadata_path(self, output_directory: PathType) -> str: + """ + Generate the metadata directory of a distribution and return its path. + + If the backend does not support the ``prepare_metadata_for_build_wheel`` + hook, a wheel will be built and the metadata will be extracted from it. + + :param output_directory: Directory to put the metadata distribution in + :returns: The path of the metadata directory + """ + # prepare_metadata hook + metadata = self.prepare('wheel', output_directory) + if metadata is not None: + return metadata + + # fallback to build_wheel hook + wheel = self.build('wheel', output_directory) + match = parse_wheel_filename(os.path.basename(wheel)) + if not match: + msg = 'Invalid wheel' + raise ValueError(msg) + distinfo = f"{match['distribution']}-{match['version']}.dist-info" + member_prefix = f'{distinfo}/' + with zipfile.ZipFile(wheel) as w: + w.extractall( + output_directory, + (member for member in w.namelist() if member.startswith(member_prefix)), + ) + return os.path.join(output_directory, distinfo) + + def _call_backend( + self, hook_name: str, outdir: PathType, config_settings: ConfigSettingsType | None = None, **kwargs: Any + ) -> str: + outdir = os.path.abspath(outdir) + + callback = getattr(self._hook, hook_name) + + if os.path.exists(outdir): + if not os.path.isdir(outdir): + msg = f"Build path '{outdir}' exists and is not a directory" + raise BuildException(msg) + else: + os.makedirs(outdir) + + with self._handle_backend(hook_name): + basename: str = callback(outdir, config_settings, **kwargs) + + return os.path.join(outdir, basename) + + @contextlib.contextmanager + def _handle_backend(self, hook: str) -> Iterator[None]: + try: + yield + except pyproject_hooks.BackendUnavailable as exception: + raise BuildBackendException( + exception, + f"Backend '{self._backend}' is not available.", + sys.exc_info(), + ) from None + except subprocess.CalledProcessError as exception: + raise BuildBackendException(exception, f'Backend subprocess exited when trying to invoke {hook}') from None + except Exception as exception: + raise BuildBackendException(exception, exc_info=sys.exc_info()) from None + + @staticmethod + def log(message: str) -> None: + """ + Log a message. + + The default implementation uses the logging module but this function can be + overridden by users to have a different implementation. + + :param message: Message to output + """ + if sys.version_info >= (3, 8): + _logger.log(logging.INFO, message, stacklevel=2) + else: + _logger.log(logging.INFO, message) + + +__all__ = [ + '__version__', + 'BuildSystemTableValidationError', + 'BuildBackendException', + 'BuildException', + 'ConfigSettingsType', + 'FailedProcessError', + 'ProjectBuilder', + 'RunnerType', + 'TypoWarning', + 'check_dependency', +] + + +def __dir__() -> list[str]: + return __all__ diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__main__.py b/sdk/python/venv/lib/python3.10/site-packages/build/__main__.py new file mode 100644 index 00000000..ba83a5e5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/__main__.py @@ -0,0 +1,412 @@ +# SPDX-License-Identifier: MIT + +from __future__ import annotations + +import argparse +import contextlib +import os +import platform +import shutil +import subprocess +import sys +import tempfile +import textwrap +import traceback +import warnings + +from collections.abc import Iterator, Sequence +from functools import partial +from typing import NoReturn, TextIO + +import build + +from . import ConfigSettingsType, PathType, ProjectBuilder +from ._exceptions import BuildBackendException, BuildException, FailedProcessError +from .env import DefaultIsolatedEnv + + +_COLORS = { + 'red': '\33[91m', + 'green': '\33[92m', + 'yellow': '\33[93m', + 'bold': '\33[1m', + 'dim': '\33[2m', + 'underline': '\33[4m', + 'reset': '\33[0m', +} +_NO_COLORS = {color: '' for color in _COLORS} + + +def _init_colors() -> dict[str, str]: + if 'NO_COLOR' in os.environ: + if 'FORCE_COLOR' in os.environ: + warnings.warn('Both NO_COLOR and FORCE_COLOR environment variables are set, disabling color', stacklevel=2) + return _NO_COLORS + elif 'FORCE_COLOR' in os.environ or sys.stdout.isatty(): + return _COLORS + return _NO_COLORS + + +_STYLES = _init_colors() + + +def _cprint(fmt: str = '', msg: str = '') -> None: + print(fmt.format(msg, **_STYLES), flush=True) + + +def _showwarning( + message: Warning | str, + category: type[Warning], + filename: str, + lineno: int, + file: TextIO | None = None, + line: str | None = None, +) -> None: # pragma: no cover + _cprint('{yellow}WARNING{reset} {}', str(message)) + + +def _setup_cli() -> None: + warnings.showwarning = _showwarning + + if platform.system() == 'Windows': + try: + import colorama + + colorama.init() + except ModuleNotFoundError: + pass + + +def _error(msg: str, code: int = 1) -> NoReturn: # pragma: no cover + """ + Print an error message and exit. Will color the output when writing to a TTY. + + :param msg: Error message + :param code: Error code + """ + _cprint('{red}ERROR{reset} {}', msg) + raise SystemExit(code) + + +class _ProjectBuilder(ProjectBuilder): + @staticmethod + def log(message: str) -> None: + _cprint('{bold}* {}{reset}', message) + + +class _DefaultIsolatedEnv(DefaultIsolatedEnv): + @staticmethod + def log(message: str) -> None: + _cprint('{bold}* {}{reset}', message) + + +def _format_dep_chain(dep_chain: Sequence[str]) -> str: + return ' -> '.join(dep.partition(';')[0].strip() for dep in dep_chain) + + +def _build_in_isolated_env( + srcdir: PathType, outdir: PathType, distribution: str, config_settings: ConfigSettingsType | None +) -> str: + with _DefaultIsolatedEnv() as env: + builder = _ProjectBuilder.from_isolated_env(env, srcdir) + # first install the build dependencies + env.install(builder.build_system_requires) + # then get the extra required dependencies from the backend (which was installed in the call above :P) + env.install(builder.get_requires_for_build(distribution, config_settings or {})) + return builder.build(distribution, outdir, config_settings or {}) + + +def _build_in_current_env( + srcdir: PathType, + outdir: PathType, + distribution: str, + config_settings: ConfigSettingsType | None, + skip_dependency_check: bool = False, +) -> str: + builder = _ProjectBuilder(srcdir) + + if not skip_dependency_check: + missing = builder.check_dependencies(distribution, config_settings or {}) + if missing: + dependencies = ''.join('\n\t' + dep for deps in missing for dep in (deps[0], _format_dep_chain(deps[1:])) if dep) + _cprint() + _error(f'Missing dependencies:{dependencies}') + + return builder.build(distribution, outdir, config_settings or {}) + + +def _build( + isolation: bool, + srcdir: PathType, + outdir: PathType, + distribution: str, + config_settings: ConfigSettingsType | None, + skip_dependency_check: bool, +) -> str: + if isolation: + return _build_in_isolated_env(srcdir, outdir, distribution, config_settings) + else: + return _build_in_current_env(srcdir, outdir, distribution, config_settings, skip_dependency_check) + + +@contextlib.contextmanager +def _handle_build_error() -> Iterator[None]: + try: + yield + except (BuildException, FailedProcessError) as e: + _error(str(e)) + except BuildBackendException as e: + if isinstance(e.exception, subprocess.CalledProcessError): + _cprint() + _error(str(e)) + + if e.exc_info: + tb_lines = traceback.format_exception( + e.exc_info[0], + e.exc_info[1], + e.exc_info[2], + limit=-1, + ) + tb = ''.join(tb_lines) + else: + tb = traceback.format_exc(-1) + _cprint('\n{dim}{}{reset}\n', tb.strip('\n')) + _error(str(e)) + + +def _natural_language_list(elements: Sequence[str]) -> str: + if len(elements) == 0: + msg = 'no elements' + raise IndexError(msg) + elif len(elements) == 1: + return elements[0] + else: + return '{} and {}'.format( + ', '.join(elements[:-1]), + elements[-1], + ) + + +def build_package( + srcdir: PathType, + outdir: PathType, + distributions: Sequence[str], + config_settings: ConfigSettingsType | None = None, + isolation: bool = True, + skip_dependency_check: bool = False, +) -> Sequence[str]: + """ + Run the build process. + + :param srcdir: Source directory + :param outdir: Output directory + :param distribution: Distribution to build (sdist or wheel) + :param config_settings: Configuration settings to be passed to the backend + :param isolation: Isolate the build in a separate environment + :param skip_dependency_check: Do not perform the dependency check + """ + built: list[str] = [] + for distribution in distributions: + out = _build(isolation, srcdir, outdir, distribution, config_settings, skip_dependency_check) + built.append(os.path.basename(out)) + return built + + +def build_package_via_sdist( + srcdir: PathType, + outdir: PathType, + distributions: Sequence[str], + config_settings: ConfigSettingsType | None = None, + isolation: bool = True, + skip_dependency_check: bool = False, +) -> Sequence[str]: + """ + Build a sdist and then the specified distributions from it. + + :param srcdir: Source directory + :param outdir: Output directory + :param distribution: Distribution to build (only wheel) + :param config_settings: Configuration settings to be passed to the backend + :param isolation: Isolate the build in a separate environment + :param skip_dependency_check: Do not perform the dependency check + """ + from ._util import TarFile + + if 'sdist' in distributions: + msg = 'Only binary distributions are allowed but sdist was specified' + raise ValueError(msg) + + sdist = _build(isolation, srcdir, outdir, 'sdist', config_settings, skip_dependency_check) + + sdist_name = os.path.basename(sdist) + sdist_out = tempfile.mkdtemp(prefix='build-via-sdist-') + built: list[str] = [] + if distributions: + # extract sdist + with TarFile.open(sdist) as t: + t.extractall(sdist_out) + try: + _ProjectBuilder.log(f'Building {_natural_language_list(distributions)} from sdist') + srcdir = os.path.join(sdist_out, sdist_name[: -len('.tar.gz')]) + for distribution in distributions: + out = _build(isolation, srcdir, outdir, distribution, config_settings, skip_dependency_check) + built.append(os.path.basename(out)) + finally: + shutil.rmtree(sdist_out, ignore_errors=True) + return [sdist_name, *built] + + +def main_parser() -> argparse.ArgumentParser: + """ + Construct the main parser. + """ + parser = argparse.ArgumentParser( + description=textwrap.indent( + textwrap.dedent( + ''' + A simple, correct Python build frontend. + + By default, a source distribution (sdist) is built from {srcdir} + and a binary distribution (wheel) is built from the sdist. + This is recommended as it will ensure the sdist can be used + to build wheels. + + Pass -s/--sdist and/or -w/--wheel to build a specific distribution. + If you do this, the default behavior will be disabled, and all + artifacts will be built from {srcdir} (even if you combine + -w/--wheel with -s/--sdist, the wheel will be built from {srcdir}). + ''' + ).strip(), + ' ', + ), + formatter_class=partial( + argparse.RawDescriptionHelpFormatter, + # Prevent argparse from taking up the entire width of the terminal window + # which impedes readability. + width=min(shutil.get_terminal_size().columns - 2, 127), + ), + ) + parser.add_argument( + 'srcdir', + type=str, + nargs='?', + default=os.getcwd(), + help='source directory (defaults to current directory)', + ) + parser.add_argument( + '--version', + '-V', + action='version', + version=f"build {build.__version__} ({','.join(build.__path__)})", + ) + parser.add_argument( + '--sdist', + '-s', + action='store_true', + help='build a source distribution (disables the default behavior)', + ) + parser.add_argument( + '--wheel', + '-w', + action='store_true', + help='build a wheel (disables the default behavior)', + ) + parser.add_argument( + '--outdir', + '-o', + type=str, + help=f'output directory (defaults to {{srcdir}}{os.sep}dist)', + metavar='PATH', + ) + parser.add_argument( + '--skip-dependency-check', + '-x', + action='store_true', + help='do not check that build dependencies are installed', + ) + parser.add_argument( + '--no-isolation', + '-n', + action='store_true', + help='disable building the project in an isolated virtual environment. ' + 'Build dependencies must be installed separately when this option is used', + ) + parser.add_argument( + '--config-setting', + '-C', + action='append', + help='settings to pass to the backend. Multiple settings can be provided. ' + 'Settings beginning with a hyphen will erroneously be interpreted as options to build if separated ' + 'by a space character; use ``--config-setting=--my-setting -C--my-other-setting``', + metavar='KEY[=VALUE]', + ) + return parser + + +def main(cli_args: Sequence[str], prog: str | None = None) -> None: + """ + Parse the CLI arguments and invoke the build process. + + :param cli_args: CLI arguments + :param prog: Program name to show in help text + """ + _setup_cli() + parser = main_parser() + if prog: + parser.prog = prog + args = parser.parse_args(cli_args) + + distributions = [] + config_settings = {} + + if args.config_setting: + for arg in args.config_setting: + setting, _, value = arg.partition('=') + if setting not in config_settings: + config_settings[setting] = value + else: + if not isinstance(config_settings[setting], list): + config_settings[setting] = [config_settings[setting]] + + config_settings[setting].append(value) + + if args.sdist: + distributions.append('sdist') + if args.wheel: + distributions.append('wheel') + + # outdir is relative to srcdir only if omitted. + outdir = os.path.join(args.srcdir, 'dist') if args.outdir is None else args.outdir + + if distributions: + build_call = build_package + else: + build_call = build_package_via_sdist + distributions = ['wheel'] + try: + with _handle_build_error(): + built = build_call( + args.srcdir, outdir, distributions, config_settings, not args.no_isolation, args.skip_dependency_check + ) + artifact_list = _natural_language_list( + ['{underline}{}{reset}{bold}{green}'.format(artifact, **_STYLES) for artifact in built] + ) + _cprint('{bold}{green}Successfully built {}{reset}', artifact_list) + except Exception as e: # pragma: no cover + tb = traceback.format_exc().strip('\n') + _cprint('\n{dim}{}{reset}\n', tb) + _error(str(e)) + + +def entrypoint() -> None: + main(sys.argv[1:]) + + +if __name__ == '__main__': # pragma: no cover + main(sys.argv[1:], 'python -m build') + + +__all__ = [ + 'main', + 'main_parser', +] diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be66e8fb9c027f633c5b352dc75906edb89f72d3 GIT binary patch literal 13551 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__main__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83db5520d96ff35b1e9086cffa9cafbd8923dcf6 GIT binary patch literal 12098 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 i-eKl*y1myJr`EZ3v zI~HW1Kn&zZ1Oe=${}Rz#Pd(@6UOKasY&mk%1vs49$L#DpzTLQ1D-&p|@}~H+NXTC( zOg9UJ$AnPz3K&i}4N0GNC`H}~jgF!JX2;Zjt7H94xXG;p!YxsFZFX#s3)}|T)^ZW# zB6mP`gbm{k$R%C|xva-aAXj)57#CY;JWBg#76%UnHnu_^8aFoytslffAhc_SlLadP=Qyd$^$a zi;TC0pX${@cAI)x``F4H*NwcsaNVrzy8W0BLgcHi`*PrgmI_jF zFY){r-lkA3ZFS2PlY^>evL`W;4t(!(#-X}r#)k!%0*$KsK&O3JGD;@D%;(>b4a%#$ zc2MhB{0hIs>jze+@P=5VV}q9$va8xpt6+?XrkuTUv9ou#M8rJS%crwA5mJYjZFoVb zCayNy?RHi=Jy2FU4O&*=LisY#5j`oZRI(9k$C1b!nC=GAMtt&nI!HqCJl#vg^HooY z)5Yt{?3}#JaE@v|lb$coq-P+mgTh<^s$JH~bGn|{QltYJWfl(k=-Ej_-hj_UUov1) z@|qmdBSOiDj)-fFOrYk-0BUivMviH_QOF8v03N`^3Zfu&U3m$X$}2!1t)@=eurf=D za3deTJehP%vy$uTJ7H!#fv7syW#^Gr^la7S*I7kB54K zhx!DV5!oivM!E*r0Dt<{c!$Miw1z+_ zb?<_pY#?ZJl@4$Jm(6-M>?`MBa>L0TgFqm)cjl2p7sv%9SCL!;a%|-M9psA=cai{v zM53o;2?;t+G9X!P>|0-i;l#h%?pruTd%6Z3TA->x9AZ(UXc+Z>=BpA%X37oHBga?t z$8@;?N?N=CrDbs}D<`|F55BgiQqh0r^+NHh7Y1C{%2O$0IqZC-z|t+jy4~kJgtL1} z>sar0S&DjC5V2%0$uX{(#{G~53OaXCe_nuRE}BUPJb+FIbhS=d2&-pOo9&*LlA6r zPf>N@!ca39n%d~BfIf$TFW}Ruh+&wg z1uNmKK70)Dq#=I_YM8MzpoVY;Z-F%;ufuS|l86#{1!*M1MGZ5rc-^6kQReLd1%_3ulX4pvP7e{M=(cf0_YtGaw~(SE3KSq1`YlM-!oI<+ zAIbWyeKRd!@5p>@>{}yC-X9sfFv2zVJM$sgH%3Nk9~MW}p>qUpnIi-HUS1m^>N)Kb z%7#@4*^{{6_ae@ghKo!3DuW8x4bm-^Ul`1fxd0fUyIi10yX}y=y37EfaEA_=jgixD=*3^ zU4im59MwVB zOOwal_`Q+DN(BghaN);@cN_5_8lzoXVh&B2c9xmn!T=-|k%;aRrA8Isej5XL2Ef}- zVs&KYvnrD<>?r7Gh19nZ0))N`G=At~WyP_PTH{3Tf}RmTqi literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_importlib.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_importlib.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24234e5dc43081cdf87e08a65eae9749e808d250 GIT binary patch literal 518 zcmZ8du};G<5Ix6f6QUL&5M7WE151Y1AOsUa2nja2Fd(u-DK>40V@Gz9s*L;%zm%0J zzrX@^RVvDz{Cw}}4ew6&`vI7`Q3q^_06s1GTfQOJ=IM6>6e!{l0fSdWoeb3WQgI?I zMoSH6ppU3)XBRMJNFCCS@m&Z9ff&4XfBlaj_FZ7^;v9i(qjz~H#}P*G1j3tdDAb#x zs7uiUgnnysz&LbTZ2s293$b$Syk)^|vl3Lt%*rgaA+**TqQ=iznb4$6lxGF6!Fr*a zUd@zFrHE7UBAeYbFQh7YI*B*j&ECDF6=!2v-pNYPTcxCGw$|>(i{pgzIQ}pvvLP&d z6=WuJMpPvPQ)DhxMv978c{;3hF=LATrv}D5~dCrn4 q(_~VmoRWB*VN@&{|1w|Zys}5o0|Pz;I6%k9K|Rwu$ocN!!1)1(7l3yF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_util.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c15933f755da407b7c55bd54159eb596f153641 GIT binary patch literal 2586 zcmZ8jOLG%P5T4mxNh?`?fFBr~kPYO3LM-t}D#39X2o{eDxLn{s5V*G1J0okQeaN#T z8@c2vD7z};z#;#@-8~%=%hi# zBAaZGcr(P)rv~`T?935=dVv3uoju~88{pU2%n^TPfG^o+4IMhx&JE=~pLpO<-K@hwp^|ZJqGc2`B_sx#>p6;Y&_BT?cEX^`|W+%M}dv>X~ zhT7X^$Jo!oo*~f7JR{+_K{`e~-+n~F1WMLPhyF=BsXypr@)Xw30mx6t7M?OJ7>@Ok zPNqJ}OqPA8#q3jk)CT#O=-{|WR>yZtd8%U$>cLk|@9Jgv@_jgAqmFy;D`nn%H*4l-*O}eo>sh~DE~l}4xte# zIOVWWszm`WiB=eLQQC?`qttBqt-zbzjGHws_@~R5fkskzrA;`pRZ}d?!r3wUtG&KJwlBIh?l$b>To>p4$aVa9 zp?I`o1$}G^u*m05%;Unin(Cedxh#S|{q)8vXL~_25)w=kqi}}GpAZiXU_oR+F2+$Q zTNTkZ4`VJ>sue=>Q97Vao zVXQK}PNvMB4Y3;g)LWJAc9TL@q|qGg3j*&Rl|AyX>&RpXz0C2wn6rU4B`%|`frhHF zNJ7>Ig_ve>28Xjad=0~Cc;g}r+G{hH*YcW4O~cUA+6bM}4PDd5C{UXA-?TBIrD={@ zn(?nelfBBUdOpW698L&ceB?;CmUKX?V=YA?KY?mQICi}|h-&mml6{KZ4Csnd*xqMD!|VcsJH@q5}C`_X9#Su`j#<^uh3e5dH%k34cT(Mz;Ui z`~W=yvctVbh&uH_E-ZEP0*15<0ja( z0&h~5CK;guIR&$e$)rvaU}69hbP5cJK*vQACZn6JL^I)D#r>zy`f3aAMzCIB6qF`7 zT)OR8EaECH+fBTNN8QNxp}T^aanV_G1?Ep+k5Cym3Yy@TxP~kX2ZV8wXf?d@e7S7j zxnI8X^Mj>(iP0+Gt2)~Y;r35_JRTAdne*L{92xvSO@SM)1U^Z@iA@YKjunl QBS)t*(-eQ_pgwZO|BDr=EdT%j literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/env.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/build/__pycache__/env.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d59eb96b10c5f4b2c5a198a87ec1cf669a86d6b GIT binary patch literal 9265 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/_exceptions.py b/sdk/python/venv/lib/python3.10/site-packages/build/_exceptions.py new file mode 100644 index 00000000..90a75b24 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/_exceptions.py @@ -0,0 +1,70 @@ +from __future__ import annotations + +import subprocess +import textwrap +import types + + +class BuildException(Exception): + """ + Exception raised by :class:`build.ProjectBuilder`. + """ + + +class BuildBackendException(Exception): + """ + Exception raised when a backend operation fails. + """ + + def __init__( + self, + exception: Exception, + description: str | None = None, + exc_info: tuple[type[BaseException], BaseException, types.TracebackType] + | tuple[None, None, None] = (None, None, None), + ) -> None: + super().__init__() + self.exception = exception + self.exc_info = exc_info + self._description = description + + def __str__(self) -> str: + if self._description: + return self._description + return f'Backend operation failed: {self.exception!r}' + + +class BuildSystemTableValidationError(BuildException): + """ + Exception raised when the ``[build-system]`` table in pyproject.toml is invalid. + """ + + def __str__(self) -> str: + return f'Failed to validate `build-system` in pyproject.toml: {self.args[0]}' + + +class FailedProcessError(Exception): + """ + Exception raised when a setup or preparation operation fails. + """ + + def __init__(self, exception: subprocess.CalledProcessError, description: str) -> None: + super().__init__() + self.exception = exception + self._description = description + + def __str__(self) -> str: + cmd = ' '.join(self.exception.cmd) + description = f"{self._description}\n Command '{cmd}' failed with return code {self.exception.returncode}" + for stream_name in ('stdout', 'stderr'): + stream = getattr(self.exception, stream_name) + if stream: + description += f'\n {stream_name}:\n' + description += textwrap.indent(stream.decode(), ' ') + return description + + +class TypoWarning(Warning): + """ + Warning raised when a possible typo is found. + """ diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/_importlib.py b/sdk/python/venv/lib/python3.10/site-packages/build/_importlib.py new file mode 100644 index 00000000..f95b2a69 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/_importlib.py @@ -0,0 +1,14 @@ +import sys + + +if sys.version_info < (3, 8): + import importlib_metadata as metadata +elif sys.version_info < (3, 9, 10) or (3, 10, 0) <= sys.version_info < (3, 10, 2): + try: + import importlib_metadata as metadata + except ModuleNotFoundError: + from importlib import metadata +else: + from importlib import metadata + +__all__ = ['metadata'] diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/_util.py b/sdk/python/venv/lib/python3.10/site-packages/build/_util.py new file mode 100644 index 00000000..691e15a7 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/_util.py @@ -0,0 +1,88 @@ +from __future__ import annotations + +import re +import sys +import tarfile +import typing + +from collections.abc import Iterator, Set + + +_WHEEL_FILENAME_REGEX = re.compile( + r'(?P.+)-(?P.+)' + r'(-(?P.+))?-(?P.+)' + r'-(?P.+)-(?P.+)\.whl' +) + + +def check_dependency( + req_string: str, ancestral_req_strings: tuple[str, ...] = (), parent_extras: Set[str] = frozenset() +) -> Iterator[tuple[str, ...]]: + """ + Verify that a dependency and all of its dependencies are met. + + :param req_string: Requirement string + :param parent_extras: Extras (eg. "test" in myproject[test]) + :yields: Unmet dependencies + """ + import packaging.requirements + + from ._importlib import metadata + + req = packaging.requirements.Requirement(req_string) + normalised_req_string = str(req) + + # ``Requirement`` doesn't implement ``__eq__`` so we cannot compare reqs for + # equality directly but the string representation is stable. + if normalised_req_string in ancestral_req_strings: + # cyclical dependency, already checked. + return + + if req.marker: + extras = frozenset(('',)).union(parent_extras) + # a requirement can have multiple extras but ``evaluate`` can + # only check one at a time. + if all(not req.marker.evaluate(environment={'extra': e}) for e in extras): + # if the marker conditions are not met, we pretend that the + # dependency is satisfied. + return + + try: + dist = metadata.distribution(req.name) + except metadata.PackageNotFoundError: + # dependency is not installed in the environment. + yield (*ancestral_req_strings, normalised_req_string) + else: + if req.specifier and not req.specifier.contains(dist.version, prereleases=True): + # the installed version is incompatible. + yield (*ancestral_req_strings, normalised_req_string) + elif dist.requires: + for other_req_string in dist.requires: + # yields transitive dependencies that are not satisfied. + yield from check_dependency(other_req_string, (*ancestral_req_strings, normalised_req_string), req.extras) + + +def parse_wheel_filename(filename: str) -> re.Match[str] | None: + return _WHEEL_FILENAME_REGEX.match(filename) + + +if typing.TYPE_CHECKING: + TarFile = tarfile.TarFile + +else: + # Per https://peps.python.org/pep-0706/, the "data" filter will become + # the default in Python 3.14. The first series of releases with the filter + # had a broken filter that could not process symlinks correctly. + if ( + (3, 8, 18) <= sys.version_info < (3, 9) + or (3, 9, 18) <= sys.version_info < (3, 10) + or (3, 10, 13) <= sys.version_info < (3, 11) + or (3, 11, 5) <= sys.version_info < (3, 12) + or (3, 12) <= sys.version_info < (3, 14) + ): + + class TarFile(tarfile.TarFile): + extraction_filter = staticmethod(tarfile.data_filter) + + else: + TarFile = tarfile.TarFile diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/env.py b/sdk/python/venv/lib/python3.10/site-packages/build/env.py new file mode 100644 index 00000000..ef8d983b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/env.py @@ -0,0 +1,290 @@ +from __future__ import annotations + +import abc +import functools +import importlib.util +import logging +import os +import platform +import shutil +import subprocess +import sys +import sysconfig +import tempfile +import typing +import warnings + +from collections.abc import Collection, Mapping + +from ._exceptions import FailedProcessError +from ._util import check_dependency + + +if sys.version_info >= (3, 8): + from typing import Protocol +elif typing.TYPE_CHECKING: + from typing_extensions import Protocol +else: + Protocol = abc.ABC + + +_logger = logging.getLogger(__name__) + + +class IsolatedEnv(Protocol): + """Isolated build environment ABC.""" + + @property + @abc.abstractmethod + def python_executable(self) -> str: + """The Python executable of the isolated environment.""" + + @abc.abstractmethod + def make_extra_environ(self) -> Mapping[str, str] | None: + """Generate additional env vars specific to the isolated environment.""" + + +@functools.lru_cache(maxsize=None) +def _should_use_virtualenv() -> bool: + import packaging.requirements + + # virtualenv might be incompatible if it was installed separately + # from build. This verifies that virtualenv and all of its + # dependencies are installed as specified by build. + return importlib.util.find_spec('virtualenv') is not None and not any( + packaging.requirements.Requirement(d[1]).name == 'virtualenv' + for d in check_dependency('build[virtualenv]') + if len(d) > 1 + ) + + +def _subprocess(cmd: list[str]) -> None: + """Invoke subprocess and output stdout and stderr if it fails.""" + try: + subprocess.run(cmd, check=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + except subprocess.CalledProcessError as e: + print(e.output.decode(), end='', file=sys.stderr) + raise + + +class DefaultIsolatedEnv(IsolatedEnv): + """An isolated environment which combines venv and virtualenv with pip.""" + + def __enter__(self) -> DefaultIsolatedEnv: + try: + self._path = tempfile.mkdtemp(prefix='build-env-') + # use virtualenv when available (as it's faster than venv) + if _should_use_virtualenv(): + self.log('Creating virtualenv isolated environment...') + self._python_executable, self._scripts_dir = _create_isolated_env_virtualenv(self._path) + else: + self.log('Creating venv isolated environment...') + + # Call ``realpath`` to prevent spurious warning from being emitted + # that the venv location has changed on Windows. The username is + # DOS-encoded in the output of tempfile - the location is the same + # but the representation of it is different, which confuses venv. + # Ref: https://bugs.python.org/issue46171 + self._path = os.path.realpath(tempfile.mkdtemp(prefix='build-env-')) + self._python_executable, self._scripts_dir = _create_isolated_env_venv(self._path) + except Exception: # cleanup folder if creation fails + self.__exit__(*sys.exc_info()) + raise + + return self + + def __exit__(self, *args: object) -> None: + if os.path.exists(self._path): # in case the user already deleted skip remove + shutil.rmtree(self._path) + + @property + def path(self) -> str: + """The location of the isolated build environment.""" + return self._path + + @property + def python_executable(self) -> str: + """The python executable of the isolated build environment.""" + return self._python_executable + + def make_extra_environ(self) -> dict[str, str]: + path = os.environ.get('PATH') + return {'PATH': os.pathsep.join([self._scripts_dir, path]) if path is not None else self._scripts_dir} + + def install(self, requirements: Collection[str]) -> None: + """ + Install packages from PEP 508 requirements in the isolated build environment. + + :param requirements: PEP 508 requirement specification to install + + :note: Passing non-PEP 508 strings will result in undefined behavior, you *should not* rely on it. It is + merely an implementation detail, it may change any time without warning. + """ + if not requirements: + return + + self.log(f'Installing packages in isolated environment... ({", ".join(sorted(requirements))})') + + # pip does not honour environment markers in command line arguments + # but it does for requirements from a file + with tempfile.NamedTemporaryFile('w', prefix='build-reqs-', suffix='.txt', delete=False, encoding='utf-8') as req_file: + req_file.write(os.linesep.join(requirements)) + try: + cmd = [ + self.python_executable, + '-Im', + 'pip', + 'install', + '--use-pep517', + '--no-warn-script-location', + '-r', + os.path.abspath(req_file.name), + ] + _subprocess(cmd) + finally: + os.unlink(req_file.name) + + @staticmethod + def log(message: str) -> None: + """ + Prints message + + The default implementation uses the logging module but this function can be + overwritten by users to have a different implementation. + + :param msg: Message to output + """ + if sys.version_info >= (3, 8): + _logger.log(logging.INFO, message, stacklevel=2) + else: + _logger.log(logging.INFO, message) + + +def _create_isolated_env_virtualenv(path: str) -> tuple[str, str]: + """ + We optionally can use the virtualenv package to provision a virtual environment. + + :param path: The path where to create the isolated build environment + :return: The Python executable and script folder + """ + import virtualenv + + cmd = [str(path), '--no-setuptools', '--no-wheel', '--activators', ''] + result = virtualenv.cli_run(cmd, setup_logging=False) + executable = str(result.creator.exe) + script_dir = str(result.creator.script_dir) + return executable, script_dir + + +@functools.lru_cache(maxsize=None) +def _fs_supports_symlink() -> bool: + """Return True if symlinks are supported""" + # Using definition used by venv.main() + if not sys.platform.startswith('win'): + return True + + # Windows may support symlinks (setting in Windows 10) + with tempfile.NamedTemporaryFile(prefix='build-symlink-') as tmp_file: + dest = f'{tmp_file}-b' + try: + os.symlink(tmp_file.name, dest) + os.unlink(dest) + except (OSError, NotImplementedError, AttributeError): + return False + return True + + +def _create_isolated_env_venv(path: str) -> tuple[str, str]: + """ + On Python 3 we use the venv package from the standard library. + + :param path: The path where to create the isolated build environment + :return: The Python executable and script folder + """ + import venv + + import packaging.version + + if sys.version_info < (3, 8): + import importlib_metadata as metadata + else: + from importlib import metadata + + symlinks = _fs_supports_symlink() + try: + with warnings.catch_warnings(): + if sys.version_info[:3] == (3, 11, 0): + warnings.filterwarnings('ignore', 'check_home argument is deprecated and ignored.', DeprecationWarning) + venv.EnvBuilder(with_pip=True, symlinks=symlinks).create(path) + except subprocess.CalledProcessError as exc: + raise FailedProcessError(exc, 'Failed to create venv. Maybe try installing virtualenv.') from None + + executable, script_dir, purelib = _find_executable_and_scripts(path) + + # Get the version of pip in the environment + pip_distribution = next(iter(metadata.distributions(name='pip', path=[purelib]))) + current_pip_version = packaging.version.Version(pip_distribution.version) + + if platform.system() == 'Darwin' and int(platform.mac_ver()[0].split('.')[0]) >= 11: + # macOS 11+ name scheme change requires 20.3. Intel macOS 11.0 can be told to report 10.16 for backwards + # compatibility; but that also fixes earlier versions of pip so this is only needed for 11+. + is_apple_silicon_python = platform.machine() != 'x86_64' + minimum_pip_version = '21.0.1' if is_apple_silicon_python else '20.3.0' + else: + # PEP-517 and manylinux1 was first implemented in 19.1 + minimum_pip_version = '19.1.0' + + if current_pip_version < packaging.version.Version(minimum_pip_version): + _subprocess([executable, '-m', 'pip', 'install', f'pip>={minimum_pip_version}']) + + # Avoid the setuptools from ensurepip to break the isolation + _subprocess([executable, '-m', 'pip', 'uninstall', 'setuptools', '-y']) + return executable, script_dir + + +def _find_executable_and_scripts(path: str) -> tuple[str, str, str]: + """ + Detect the Python executable and script folder of a virtual environment. + + :param path: The location of the virtual environment + :return: The Python executable, script folder, and purelib folder + """ + config_vars = sysconfig.get_config_vars().copy() # globally cached, copy before altering it + config_vars['base'] = path + scheme_names = sysconfig.get_scheme_names() + if 'venv' in scheme_names: + # Python distributors with custom default installation scheme can set a + # scheme that can't be used to expand the paths in a venv. + # This can happen if build itself is not installed in a venv. + # The distributors are encouraged to set a "venv" scheme to be used for this. + # See https://bugs.python.org/issue45413 + # and https://github.com/pypa/virtualenv/issues/2208 + paths = sysconfig.get_paths(scheme='venv', vars=config_vars) + elif 'posix_local' in scheme_names: + # The Python that ships on Debian/Ubuntu varies the default scheme to + # install to /usr/local + # But it does not (yet) set the "venv" scheme. + # If we're the Debian "posix_local" scheme is available, but "venv" + # is not, we use "posix_prefix" instead which is venv-compatible there. + paths = sysconfig.get_paths(scheme='posix_prefix', vars=config_vars) + elif 'osx_framework_library' in scheme_names: + # The Python that ships with the macOS developer tools varies the + # default scheme depending on whether the ``sys.prefix`` is part of a framework. + # But it does not (yet) set the "venv" scheme. + # If the Apple-custom "osx_framework_library" scheme is available but "venv" + # is not, we use "posix_prefix" instead which is venv-compatible there. + paths = sysconfig.get_paths(scheme='posix_prefix', vars=config_vars) + else: + paths = sysconfig.get_paths(vars=config_vars) + executable = os.path.join(paths['scripts'], 'python.exe' if sys.platform.startswith('win') else 'python') + if not os.path.exists(executable): + msg = f'Virtual environment creation failed, executable {executable} missing' + raise RuntimeError(msg) + + return executable, paths['scripts'], paths['purelib'] + + +__all__ = [ + 'IsolatedEnv', + 'DefaultIsolatedEnv', +] diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/py.typed b/sdk/python/venv/lib/python3.10/site-packages/build/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/build/util.py b/sdk/python/venv/lib/python3.10/site-packages/build/util.py new file mode 100644 index 00000000..9f204b85 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/build/util.py @@ -0,0 +1,60 @@ +# SPDX-License-Identifier: MIT + +from __future__ import annotations + +import pathlib +import tempfile + +import pyproject_hooks + +from . import PathType, ProjectBuilder, RunnerType +from ._importlib import metadata +from .env import DefaultIsolatedEnv + + +def _project_wheel_metadata(builder: ProjectBuilder) -> metadata.PackageMetadata: + with tempfile.TemporaryDirectory() as tmpdir: + path = pathlib.Path(builder.metadata_path(tmpdir)) + return metadata.PathDistribution(path).metadata + + +def project_wheel_metadata( + source_dir: PathType, + isolated: bool = True, + *, + runner: RunnerType = pyproject_hooks.quiet_subprocess_runner, +) -> metadata.PackageMetadata: + """ + Return the wheel metadata for a project. + + Uses the ``prepare_metadata_for_build_wheel`` hook if available, + otherwise ``build_wheel``. + + :param source_dir: Project source directory + :param isolated: Whether or not to run invoke the backend in the current + environment or to create an isolated one and invoke it + there. + :param runner: An alternative runner for backend subprocesses + """ + + if isolated: + with DefaultIsolatedEnv() as env: + builder = ProjectBuilder.from_isolated_env( + env, + source_dir, + runner=runner, + ) + env.install(builder.build_system_requires) + env.install(builder.get_requires_for_build('wheel')) + return _project_wheel_metadata(builder) + else: + builder = ProjectBuilder( + source_dir, + runner=runner, + ) + return _project_wheel_metadata(builder) + + +__all__ = [ + 'project_wheel_metadata', +] diff --git a/sdk/python/venv/lib/python3.10/site-packages/distutils-precedence.pth b/sdk/python/venv/lib/python3.10/site-packages/distutils-precedence.pth new file mode 100644 index 00000000..6de4198f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/INSTALLER b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE new file mode 100644 index 00000000..6f62d44e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.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/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.APACHE b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.APACHE new file mode 100644 index 00000000..f433b1a5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.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/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.BSD b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/LICENSE.BSD new file mode 100644 index 00000000..42ce7b75 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.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/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/METADATA b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/METADATA new file mode 100644 index 00000000..54db5b5d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/METADATA @@ -0,0 +1,102 @@ +Metadata-Version: 2.1 +Name: packaging +Version: 23.2 +Summary: Core utilities for Python packages +Author-email: Donald Stufft +Requires-Python: >=3.7 +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.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 +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/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/RECORD b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/RECORD new file mode 100644 index 00000000..d6527f3d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/RECORD @@ -0,0 +1,36 @@ +packaging-23.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +packaging-23.2.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +packaging-23.2.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +packaging-23.2.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +packaging-23.2.dist-info/METADATA,sha256=s1dJQ86EjZBul_UCkQNGdHcbLts6Zg4_mxCqk60X6xs,3203 +packaging-23.2.dist-info/RECORD,, +packaging-23.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +packaging/__init__.py,sha256=EhCMuCSz60IgQJ93b_4wJyAoHpU9J-uddG4QaMT0Pu4,496 +packaging/__pycache__/__init__.cpython-310.pyc,, +packaging/__pycache__/_elffile.cpython-310.pyc,, +packaging/__pycache__/_manylinux.cpython-310.pyc,, +packaging/__pycache__/_musllinux.cpython-310.pyc,, +packaging/__pycache__/_parser.cpython-310.pyc,, +packaging/__pycache__/_structures.cpython-310.pyc,, +packaging/__pycache__/_tokenizer.cpython-310.pyc,, +packaging/__pycache__/markers.cpython-310.pyc,, +packaging/__pycache__/metadata.cpython-310.pyc,, +packaging/__pycache__/requirements.cpython-310.pyc,, +packaging/__pycache__/specifiers.cpython-310.pyc,, +packaging/__pycache__/tags.cpython-310.pyc,, +packaging/__pycache__/utils.cpython-310.pyc,, +packaging/__pycache__/version.cpython-310.pyc,, +packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266 +packaging/_manylinux.py,sha256=Rq6ppXAxH8XFtNf6tC-B-1SKuvCODPBvcCoSulMtbtk,9526 +packaging/_musllinux.py,sha256=kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE,2676 +packaging/_parser.py,sha256=5DhK_zYJE4U4yzSkgEBT4F7tT2xZ6Pkx4gSRKyvXneQ,10382 +packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292 +packaging/markers.py,sha256=eH-txS2zq1HdNpTd9LcZUcVIwewAiNU0grmq5wjKnOk,8208 +packaging/metadata.py,sha256=ToxjINOmSn8mbEeXRSVNMidEJsPUYHEYFnnN4MaqvH0,32750 +packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging/requirements.py,sha256=wswG4mXHSgE9w4NjNnlSvgLGo6yYvfHVEFnWhuEmXxg,2952 +packaging/specifiers.py,sha256=ZOpqL_w_Kj6ZF_OWdliQUzhEyHlDbi6989kr-sF5GHs,39206 +packaging/tags.py,sha256=pkG6gQ28RlhS09VzymVhVpGrWF5doHXfK1VxG9cdhoY,18355 +packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268 +packaging/version.py,sha256=XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A,16236 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/WHEEL b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.2.dist-info/WHEEL new file mode 100644 index 00000000..3b5e64b5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging-23.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/sdk/python/venv/lib/python3.10/site-packages/packaging/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/__init__.py new file mode 100644 index 00000000..22809cfd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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__ = "23.2" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014 %s" % __author__ diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f55da729dd3e2f7687dce8027dd4ab1b225fca25 GIT binary patch literal 537 zcmZ8eO^?$s6im9=ZM#ruPaNQ4kdWvhaW~5eA++r786owSi{-|z&C@z|6cH^6S>wv|88Uuo7TkF`@AvD&olL-9y zx(T84A2{D(XyT@*ZOgl%ll;jhD{qQ&Ts~MMwPNcKx7)y^Q4Ed39#xc@)z$=un;5L~ zvuic2uHCe|rDlm~ zf6%zetrr@%gtKcjr_i@~3H_2_TP`@$;5d8=oT)LV435jE!I>U&D&UlP1)R#R-mG%{ zkyfh)zhj!_F5SQ9wW5yjdVx%Zth?@7J4(HtOtvE~QZMkrPLQVF`Z^@!W zL3z~ebwpQy#j&3|K`OYH#5cTlmi5vbjmBn_X7$Y|Yxg(mVbX1M25HI@-e_IDeD&J( zKrHg>SHi`GtJi|7R~P03(F#9mwKl>)8QX?BA&(Z5qLubUnAST{+<)Fm`Y{i(D2eNd z+-!(WtFakuMDrgu!uEV!6qD=itlM$-ahlp{&B*nY2f6d0N0Wk1ZmspP`;Z2YKk#)C z1c(q#XgGY04ju=g=d`btcsuAsoYr%EKMuOW_jA|xy9w`is9pB`r~RN)jC`-jDXgQ& zE7@o#UD1&JI2N+;ERjzdy?&?PjV^Ady|$3zWH;rI7-a1vZfuKqyU~d@#{Dbx%a&lw z8iLSmFRgqMWPz-pE2|)HQhh(&$c@j^jW?=3g-PdWHhDu*@2yHx52LR;p=oimX>+St z;x-&o%AKXpg0LOMV&A}o{WC-^5V=L?zHqd4I@+B#fU4W!7qyvcsifvnjL{0%wMG*TeIL=t+?R3sh2i zN$YjQDFk!Y%55pKzKmBxilWIwK}1n<7hhUMkd4?#^R;1Vr0oHMU$PzjD=jXYTBdIq zgELH{H#51u%f4aHw9Fdm9H#vZChW2uV+13g81e&1SR>d)$gogFT=C6=aKo6 zJ$832%%0w{)W57~MbRqwGhd<5JkrKC{het$Hq(X{_B^x8M)o(bXvhAu{S5ZiW><6L z^1_|rulljVZveHb1s?D}&Z1TnD%bB*rmJ-S3r=V_6BU5vb%V_)yy5K=BGioG^v&hv z6?&GJmxog~RTJcULsEJdiT3VT^wx3FTN6?F{;`!FK74q%654nsD^a$}_l~WEu|gCp zDanWOH#BV4^g=Bq`J_#=(N>F$`KnE1c(xx)5hj~)G(_bI13+Mu4ZI7(nVOeKPsCxu z0f^p(SFAQ{oOD~aNM6J#_fip3SwMMfC9{ycX+6@w+3nU}_DQ9Xp;YbPzJXmx_k6orErILZ{} zjECcX7eHgCKy>*IOwKKJ*tw-n6T4Abn4dFo4D~3Bs5(V)l==Q|(Nj=hGhMH;DnM61 znAIJ$T-^mvw{%9Y`9Ie>_206sGZzSBAD9RFfo?lx{YQ)y5+tQQm(60X^H=>~I6DS{ z`b1%F!1Vf0a+~s;>VwK{g5iwv1NptB?-^*DBjh(;y6`Z<_75SG+x?iTnygXBRObL^ zcS3Ryf?^SD`FkRVHCC!J^8t8Gd?~3t&xV!59nu;h1^DD4jwHaPj_zvf>z}XrE30cuUwn>x;3T@ox1z)8MXFQXIx4KM7^>DxZpk3t6!IF4 z74A=kcp~Sizd(e1EH4qEqmmS4@-j%SCrF7_%CRHd-)$evPT=IgqM#4ly^2ctz|ToYHl6hP{vW@aL0rJvOUWJy~%}zR#1; z_a#Mxyhwx!bZ%f*lE5-IFkcyzJGf8xgvw14rgkP>mbulvsvSmdCJ1;{2!QW{oMcn literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_manylinux.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_manylinux.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88ab1e39aee72548a5d90aa133583b1cab5bba15 GIT binary patch literal 6444 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_parser.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/_parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..286516d7c474ea1c91cf0ade465cdde10ae2db1b GIT binary patch literal 8984 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 R2|)t&W?Ec7QCenjXSgHIXiNBIcoG5!MR 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/markers.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/markers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..215fb5735e766c62c82ea5e251919d65138edb3b GIT binary patch literal 6913 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 eD4hHM>#n)b9w&c`|FcqFn^`N*tu1hZd}Rp$ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/metadata.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d49976548c31678703a8a33332ccce84fafed3a3 GIT binary patch literal 17825 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 F{0m&$uFn7f literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/specifiers.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/specifiers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df81c583ba5b1f0f5d737080e2da29eff183ea41 GIT binary patch literal 30276 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/tags.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed5ef90bbc46fc3dfe362e492796351f373307a1 GIT binary patch literal 13269 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/utils.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/packaging/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3908dc19941f91429a587ea9f063ad1d382aa968 GIT binary patch literal 4537 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/_elffile.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_elffile.py new file mode 100644 index 00000000..6fb19b30 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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/sdk/python/venv/lib/python3.10/site-packages/packaging/_manylinux.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_manylinux.py new file mode 100644 index 00000000..3705d50d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/_manylinux.py @@ -0,0 +1,252 @@ +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"} + 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: str = getattr(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 # 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(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/sdk/python/venv/lib/python3.10/site-packages/packaging/_musllinux.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_musllinux.py new file mode 100644 index 00000000..86419df9 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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/sdk/python/venv/lib/python3.10/site-packages/packaging/_parser.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_parser.py new file mode 100644 index 00000000..4576981c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/_parser.py @@ -0,0 +1,359 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains ENBF-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 == "platform_python_implementation" + or env_var == "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/sdk/python/venv/lib/python3.10/site-packages/packaging/_structures.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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/sdk/python/venv/lib/python3.10/site-packages/packaging/_tokenizer.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/_tokenizer.py new file mode 100644 index 00000000..dd0d648d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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/sdk/python/venv/lib/python3.10/site-packages/packaging/markers.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/markers.py new file mode 100644 index 00000000..8b98fca7 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/markers.py @@ -0,0 +1,252 @@ +# 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, + 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/sdk/python/venv/lib/python3.10/site-packages/packaging/metadata.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/metadata.py new file mode 100644 index 00000000..7b0e6a9c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/metadata.py @@ -0,0 +1,822 @@ +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import sys +import typing +from typing import ( + Any, + Callable, + Dict, + Generic, + List, + Optional, + Tuple, + Type, + Union, + cast, +) + +from . import requirements, specifiers, utils, version as version_module + +T = typing.TypeVar("T") +if sys.version_info[:2] >= (3, 8): # pragma: no cover + from typing import Literal, TypedDict +else: # pragma: no cover + if typing.TYPE_CHECKING: + from typing_extensions import Literal, TypedDict + else: + try: + from typing_extensions import Literal, TypedDict + except ImportError: + + class Literal: + def __init_subclass__(*_args, **_kwargs): + pass + + class TypedDict: + def __init_subclass__(*_args, **_kwargs): + pass + + +try: + ExceptionGroup = __builtins__.ExceptionGroup # type: ignore[attr-defined] +except AttributeError: + + class ExceptionGroup(Exception): # type: ignore[no-redef] # noqa: N818 + """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. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> List[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: List[str]) -> Dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: Union[bytes, str]) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload: str = msg.get_payload() + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload: bytes = msg.get_payload(decode=True) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError: + raise ValueError("payload in an invalid encoding") + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: Union[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, Union[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, Optional[str]]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparseable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparseable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: "Metadata", name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: "Metadata", _owner: Type["Metadata"]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + try: + value = instance._raw[self.name] # type: ignore[literal-required] + except KeyError: + if self.name in _STRING_FIELDS: + value = "" + elif self.name in _LIST_FIELDS: + value = [] + elif self.name in _DICT_FIELDS: + value = {} + else: # pragma: no cover + assert False + + 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: Optional[Exception] = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: List[str]) -> List[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{value!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata(f"{value!r} is not a valid dynamic field") + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: List[str], + ) -> List[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_requires_dist( + self, + value: List[str], + ) -> List[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata(f"{req!r} is invalid for {{field}}", cause=exc) + else: + return reqs + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: List[InvalidMetadata] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email( + cls, data: Union[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`. + """ + exceptions: list[InvalidMetadata] = [] + raw, unparsed = parse_email(data) + + if validate: + 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: + exceptions.extend(exc_group.exceptions) + raise ExceptionGroup("invalid or unparsed metadata", exceptions) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[List[str]] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[List[str]] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[List[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[str] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[str] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[str] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[List[str]] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[str] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[str] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[str] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[str] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[str] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[str] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[str] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[List[str]] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[List[requirements.Requirement]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[specifiers.SpecifierSet] = _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]] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[Dict[str, str]] = _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]] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[List[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[List[str]] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[List[str]] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[List[str]] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[List[str]] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/py.typed b/sdk/python/venv/lib/python3.10/site-packages/packaging/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/packaging/requirements.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/requirements.py new file mode 100644 index 00000000..0c00eba3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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 if parsed.extras else []) + 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/sdk/python/venv/lib/python3.10/site-packages/packaging/specifiers.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/specifiers.py new file mode 100644 index 00000000..ba8fe37b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/specifiers.py @@ -0,0 +1,1008 @@ +# 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, + Set, + 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 = ".".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 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 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]: + 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): + """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()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier. + parsed: Set[Specifier] = set() + for specifier in split_specifiers: + parsed.add(Specifier(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 + + @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/sdk/python/venv/lib/python3.10/site-packages/packaging/tags.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/tags.py new file mode 100644 index 00000000..37f33b1e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/tags.py @@ -0,0 +1,553 @@ +# 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 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 _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() -> 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/sdk/python/venv/lib/python3.10/site-packages/packaging/utils.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/utils.py new file mode 100644 index 00000000..c2c2f75a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/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/sdk/python/venv/lib/python3.10/site-packages/packaging/version.py b/sdk/python/venv/lib/python3.10/site-packages/packaging/version.py new file mode 100644 index 00000000..5faab9bd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/packaging/version.py @@ -0,0 +1,563 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from 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/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt
new file mode 100644
index 00000000..8e7b65ea
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2008-present The pip developers (see AUTHORS.txt file)
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA
new file mode 100644
index 00000000..29392cd5
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA
@@ -0,0 +1,92 @@
+Metadata-Version: 2.1
+Name: pip
+Version: 22.0.2
+Summary: The PyPA recommended tool for installing Python packages.
+Home-page: https://pip.pypa.io/
+Author: The pip developers
+Author-email: distutils-sig@python.org
+License: MIT
+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/
+Platform: UNKNOWN
+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 :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Requires-Python: >=3.7
+License-File: LICENSE.txt
+
+pip - The Python Package Installer
+==================================
+
+.. image:: https://img.shields.io/pypi/v/pip.svg
+   :target: https://pypi.org/project/pip/
+
+.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
+   :target: https://pip.pypa.io/en/latest
+
+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`_
+
+In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.
+
+**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
+
+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 mailing list`_
+* `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
+.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
+.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
+.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
+.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support
+.. _Issue tracking: https://github.com/pypa/pip/issues
+.. _Discourse channel: https://discuss.python.org/c/packaging
+.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/
+.. _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/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD
new file mode 100644
index 00000000..63ba0e10
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD
@@ -0,0 +1,1037 @@
+../../../bin/pip,sha256=hJLnW9ztgzUszYGE6QbhXnrDEBMc--n57lzwng41XJE,280
+../../../bin/pip3,sha256=hJLnW9ztgzUszYGE6QbhXnrDEBMc--n57lzwng41XJE,280
+../../../bin/pip3.10,sha256=hJLnW9ztgzUszYGE6QbhXnrDEBMc--n57lzwng41XJE,280
+../../../bin/pip3.10,sha256=hJLnW9ztgzUszYGE6QbhXnrDEBMc--n57lzwng41XJE,280
+pip-22.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pip-22.0.2.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
+pip-22.0.2.dist-info/METADATA,sha256=Yixa0LKkyzjT2N5JQO5qYDgZcmTs6Z6dg4UbwBNyT2A,4166
+pip-22.0.2.dist-info/RECORD,,
+pip-22.0.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip-22.0.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
+pip-22.0.2.dist-info/entry_points.txt,sha256=vUvIlB_ga0fFQuWvFEq6uJKftMG_HNuoe4kgXkb5rNY,126
+pip-22.0.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pip/__init__.py,sha256=PZBF-ESk5Q0DZxQd4HHmTU_wX8y1ynzxBCRdu_fxHSI,357
+pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198
+pip/__pycache__/__init__.cpython-310.pyc,,
+pip/__pycache__/__main__.cpython-310.pyc,,
+pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573
+pip/_internal/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/__pycache__/build_env.cpython-310.pyc,,
+pip/_internal/__pycache__/cache.cpython-310.pyc,,
+pip/_internal/__pycache__/configuration.cpython-310.pyc,,
+pip/_internal/__pycache__/exceptions.cpython-310.pyc,,
+pip/_internal/__pycache__/main.cpython-310.pyc,,
+pip/_internal/__pycache__/pyproject.cpython-310.pyc,,
+pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc,,
+pip/_internal/__pycache__/wheel_builder.cpython-310.pyc,,
+pip/_internal/build_env.py,sha256=QAsnxJFvj74jS2cZUcxk7zXLvrtAYiRL0EkSPkpSJTo,9739
+pip/_internal/cache.py,sha256=71eaYwrls34HJ6gzbmmYiotiKhPNFTM_tqYJXD5nf3s,9441
+pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132
+pip/_internal/cli/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/base_command.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/command_context.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/main.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/parser.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/req_command.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/spinners.cpython-310.pyc,,
+pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc,,
+pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676
+pip/_internal/cli/base_command.py,sha256=6IVFmOjObv0ILip28QcgP8glhXHiGRvU_9kO35Hr7Z0,8037
+pip/_internal/cli/cmdoptions.py,sha256=GT2G2YKBj-851qGseugn2Veq7fJe3FA30gWdcziPQvo,28525
+pip/_internal/cli/command_context.py,sha256=a1pBBvvGLDiZ1Kw64_4tT6HmRTwYDoYy8JFgG5Czn7s,760
+pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472
+pip/_internal/cli/main_parser.py,sha256=Q9TnytfuC5Z2JSjBFWVGtEdYLFy7rukNIb04movHdAo,2614
+pip/_internal/cli/parser.py,sha256=CDXTuFr2UD8ozOlZYf1KDziQdo9-X_IaYOiUcyJQwrA,10788
+pip/_internal/cli/progress_bars.py,sha256=_52w11WoZrvDSR3oItLWvLrEZFUKAfLf4Y6I6WtOnIU,10339
+pip/_internal/cli/req_command.py,sha256=VwqonOy18QwZsRsVjHhp-6w15fG9x3Ltwoa8yJqQno8,18669
+pip/_internal/cli/spinners.py,sha256=TFhjxtOnLeNJ5YmRvQm4eKPgPbJNkZiqO8jOXuxRaYU,5076
+pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116
+pip/_internal/commands/__init__.py,sha256=Vc1HjsLEtyCh7506OozPHPKXe2Hk-z9cFkFF3BMj1lM,3736
+pip/_internal/commands/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/cache.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/check.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/completion.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/configuration.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/debug.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/download.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/freeze.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/hash.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/help.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/index.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/install.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/list.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/search.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/show.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc,,
+pip/_internal/commands/__pycache__/wheel.cpython-310.pyc,,
+pip/_internal/commands/cache.py,sha256=p9gvc6W_xgxE2zO0o8NXqO1gGJEinEK42qEC-a7Cnuk,7524
+pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685
+pip/_internal/commands/completion.py,sha256=kTG_I1VR3N5kGC4Ma9pQTSoY9Q1URCrNyseHSQ-rCL4,2958
+pip/_internal/commands/configuration.py,sha256=arE8vLstjBg-Ar1krXF-bBmT1qBtnL7Fpk-NVh38a0U,8944
+pip/_internal/commands/debug.py,sha256=krET-y45CnQzXwKR1qA3M_tJE4LE2vnQtm3yfGyDSnE,6629
+pip/_internal/commands/download.py,sha256=gVIAEOcpWolhRj9hl89Qzn52G2b_pcZ8naXhxaXobdo,4942
+pip/_internal/commands/freeze.py,sha256=PaJJB9mT_3vHeZ3mbFL_m1fzTYL-_Or3kDtXwTdZZ-A,2968
+pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703
+pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132
+pip/_internal/commands/index.py,sha256=8pYkICUJlccjm3E83b7UuZ5DtOfLh1N7ZHXAgkajjHo,4849
+pip/_internal/commands/install.py,sha256=YVygBF6vfrNi0jmdNBCM6bcoWb7vaALEGG1--8Mmf88,27893
+pip/_internal/commands/list.py,sha256=aKt1PP7enTiNLD_1qDXXaIKQ2QvLmUDfoQU6SYxJ8Ek,12318
+pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697
+pip/_internal/commands/show.py,sha256=2VicM3jF0YWgn4O1jG_QF5oxOT0ln57VDu1NE6hqWcM,5859
+pip/_internal/commands/uninstall.py,sha256=DNTYAGJNljMO_YYBxrpcwj0FEl7lo_P55_98O6g2TNk,3526
+pip/_internal/commands/wheel.py,sha256=7HAjLclZxIzBrX6JmhmGBVxH5xrjaBYCtSdpQi1pWCE,6206
+pip/_internal/configuration.py,sha256=qmCX3uuVM73PQeAuWQHic22bhops8s31B8k02nFAoiQ,13171
+pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858
+pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/distributions/__pycache__/base.cpython-310.pyc,,
+pip/_internal/distributions/__pycache__/installed.cpython-310.pyc,,
+pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc,,
+pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc,,
+pip/_internal/distributions/base.py,sha256=3FUYD8Gb4YuSu3pggC_FRctZBDbpm5ZK89tPksIUjoE,1172
+pip/_internal/distributions/installed.py,sha256=HzfNRu3smoOm54m8H2iK6LHzBx6_DEnka4OPEsizbXg,680
+pip/_internal/distributions/sdist.py,sha256=0nJvU1RhZtbwaeYtLbzSwYrbGRcY6IgNsWdEhAHROK8,5499
+pip/_internal/distributions/wheel.py,sha256=-NgzdIs-w_hcer_U81yzgpVTljJRg5m79xufqvbjv0s,1115
+pip/_internal/exceptions.py,sha256=U-dV1ixkSz6NAU6Aw9dosKi2EzZ5D3BA7ilYZuTLKeU,20912
+pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30
+pip/_internal/index/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/index/__pycache__/collector.cpython-310.pyc,,
+pip/_internal/index/__pycache__/package_finder.cpython-310.pyc,,
+pip/_internal/index/__pycache__/sources.cpython-310.pyc,,
+pip/_internal/index/collector.py,sha256=8kXlmlnZ-qAknyxd0duCn5mxFHX-zr468ykutk8WOwo,21392
+pip/_internal/index/package_finder.py,sha256=9UVg-7582nYNEWa0cIIl8otzPm4mlfyrQVuozAcssLo,36783
+pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557
+pip/_internal/locations/__init__.py,sha256=ergvPwlfNTmQYFmaRYbj--ZwTN5izgTL9KE5d0FB7-8,17362
+pip/_internal/locations/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc,,
+pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc,,
+pip/_internal/locations/__pycache__/base.cpython-310.pyc,,
+pip/_internal/locations/_distutils.py,sha256=Sk7tw8ZP1DWMYJ8MibABsa8IME2Ejv1PKeGlYQCBTZc,5871
+pip/_internal/locations/_sysconfig.py,sha256=LQNKTJKyjVqxXaPntlBwdUqTG1xwYf6GVCKMbyRJx5M,7918
+pip/_internal/locations/base.py,sha256=x5D1ONktmPJd8nnUTh-ELsAJ7fiXA-k-0a_vhfi2_Us,1579
+pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340
+pip/_internal/metadata/__init__.py,sha256=iGoDbe_iTXQTIAEVy9f7dm-VQfZANO8kkwFr1CpqxqI,2036
+pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/metadata/__pycache__/base.cpython-310.pyc,,
+pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc,,
+pip/_internal/metadata/base.py,sha256=SCRPtShrtPy0lfFxuaFTgJJHsRXToGFToQUAZoBBbeA,19429
+pip/_internal/metadata/pkg_resources.py,sha256=wAnEtrcgH9YtV996MfoBjR2hGLHvi3uxk0vUOHbqBak,9456
+pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63
+pip/_internal/models/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/models/__pycache__/candidate.cpython-310.pyc,,
+pip/_internal/models/__pycache__/direct_url.cpython-310.pyc,,
+pip/_internal/models/__pycache__/format_control.cpython-310.pyc,,
+pip/_internal/models/__pycache__/index.cpython-310.pyc,,
+pip/_internal/models/__pycache__/link.cpython-310.pyc,,
+pip/_internal/models/__pycache__/scheme.cpython-310.pyc,,
+pip/_internal/models/__pycache__/search_scope.cpython-310.pyc,,
+pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc,,
+pip/_internal/models/__pycache__/target_python.cpython-310.pyc,,
+pip/_internal/models/__pycache__/wheel.cpython-310.pyc,,
+pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990
+pip/_internal/models/direct_url.py,sha256=7XtGQSLLDQb5ZywI2EMnnLcddtf5CJLx44lMtTHPxFw,6350
+pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520
+pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030
+pip/_internal/models/link.py,sha256=hoT_qsOBAgLBm9GKqpBrNF_mrEXeGXQE-aH_RX2cGgg,9817
+pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738
+pip/_internal/models/search_scope.py,sha256=LwloG0PJAmtI1hFXIypsD95kWE9xfR5hf_a2v1Vw7sk,4520
+pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907
+pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858
+pip/_internal/models/wheel.py,sha256=wlyz23BcZ40nBLX3rXKtrV6tmc8-8RxHyV-hq5zJ74Q,3525
+pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50
+pip/_internal/network/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/network/__pycache__/auth.cpython-310.pyc,,
+pip/_internal/network/__pycache__/cache.cpython-310.pyc,,
+pip/_internal/network/__pycache__/download.cpython-310.pyc,,
+pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc,,
+pip/_internal/network/__pycache__/session.cpython-310.pyc,,
+pip/_internal/network/__pycache__/utils.cpython-310.pyc,,
+pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc,,
+pip/_internal/network/auth.py,sha256=a3C7Xaa8kTJjXkdi_wrUjqaySc8Z9Yz7U6QIbXfzMyc,12190
+pip/_internal/network/cache.py,sha256=FJ3uTUo3wgf2KHmeZ3ltN9x3tQoy_0X6qNsRtNXsuL0,2131
+pip/_internal/network/download.py,sha256=12Ef_L7MlhNUN_0-n_3DggozWJER8c9J0us16cbvkKA,6062
+pip/_internal/network/lazy_wheel.py,sha256=1b8ZJ1w4bSBzpGzGwJR_CL2yQ6AFIwWQkS1vbPPw2XU,7627
+pip/_internal/network/session.py,sha256=38IKGKC64MTVUIH5XOR1hr2pOCzp39RccykdmGAvqRU,16729
+pip/_internal/network/utils.py,sha256=igLlTu_-q0LmL8FdJKq-Uj7AT_owrQ-T9FfyarkhK5U,4059
+pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791
+pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/operations/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/operations/__pycache__/check.cpython-310.pyc,,
+pip/_internal/operations/__pycache__/freeze.cpython-310.pyc,,
+pip/_internal/operations/__pycache__/prepare.cpython-310.pyc,,
+pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc,,
+pip/_internal/operations/build/metadata.py,sha256=ES_uRmAvhrNm_nDTpZxshBfUsvnXtkj-g_4rZrH9Rww,1404
+pip/_internal/operations/build/metadata_editable.py,sha256=_Rai0VZjxoeJUkjkuICrq45LtjwFoDOveosMYH43rKc,1456
+pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198
+pip/_internal/operations/build/wheel.py,sha256=AO9XnTGhTgHtZmU8Dkbfo1OGr41rBuSDjIgAa4zUKgE,1063
+pip/_internal/operations/build/wheel_editable.py,sha256=TVETY-L_M_dSEKBhTIcQOP75zKVXw8tuq1U354Mm30A,1405
+pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064
+pip/_internal/operations/check.py,sha256=ca4O9CkPt9Em9sLCf3H0iVt1GIcW7M8C0U5XooaBuT4,5109
+pip/_internal/operations/freeze.py,sha256=ZiYw5GlUpLVx4VJHz4S1AP2JFNyvH0iq5kpcYj2ovyw,9770
+pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51
+pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc,,
+pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc,,
+pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc,,
+pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354
+pip/_internal/operations/install/legacy.py,sha256=x7BG8kBm0K3JO6AR4sBl0zh2LOrfUaz7EdNt-keHBv4,4091
+pip/_internal/operations/install/wheel.py,sha256=QuQyCZE-XjuJjDYRixo40oUt2ucFhNmSrCbcXY7A9aE,27412
+pip/_internal/operations/prepare.py,sha256=LJP97jsuiCAaTGVIRrcINvxc1ntVsB45MoRbyMIukg4,24145
+pip/_internal/pyproject.py,sha256=Wm2ljdT6spC-tSdf1LBRaMYSJaXr1xUxV3OwdHCW9jc,6722
+pip/_internal/req/__init__.py,sha256=A7mUvT1KAcCYP3H7gUOTx2GRMlgoDur3H68Q0OJqM5A,2793
+pip/_internal/req/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/req/__pycache__/constructors.cpython-310.pyc,,
+pip/_internal/req/__pycache__/req_file.cpython-310.pyc,,
+pip/_internal/req/__pycache__/req_install.cpython-310.pyc,,
+pip/_internal/req/__pycache__/req_set.cpython-310.pyc,,
+pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc,,
+pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc,,
+pip/_internal/req/constructors.py,sha256=fXmtNI_J77JFP_HRvYcQW-1nKw3AiUu6Q3b1Nm8aMm0,16094
+pip/_internal/req/req_file.py,sha256=5N8OTouPCof-305StC2YK9HBxQMw-xO46skRoBPbkZo,17421
+pip/_internal/req/req_install.py,sha256=jU1HQBT_DnXZean7jY8wPNMhb6_CzdKHcilHFY_o-Fc,32524
+pip/_internal/req/req_set.py,sha256=kHYiLvkKRx21WaLTwOI-54Ng0SSzZZ9SE7FD0PsfvYA,7584
+pip/_internal/req/req_tracker.py,sha256=jK7JDu-Wt73X-gqozrFtgJVlUlnQo0P4IQ4x4_gPlfM,4117
+pip/_internal/req/req_uninstall.py,sha256=K2BHYRRJAfkSpFqcPzc9XfX2EvbhaRtQIPRFmMtUdfo,23814
+pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/resolution/__pycache__/base.cpython-310.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-310.pyc,,
+pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc,,
+pip/_internal/resolution/legacy/resolver.py,sha256=b7bf5qL1ROg73sl8dhTvLdD1w5XF8xybBAF6eF_kz7c,18288
+pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc,,
+pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220
+pip/_internal/resolution/resolvelib/candidates.py,sha256=KR5jxZRSahByOABXbwrX-zNoawa7Gm9Iss-HrvrcvNw,18357
+pip/_internal/resolution/resolvelib/factory.py,sha256=0bbxnUSSjaeTmtIEgeeKtEqhEFfNhv3xpq7j9IaMq2c,28298
+pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705
+pip/_internal/resolution/resolvelib/provider.py,sha256=LzQQyzMVaZYAwLgKInbq-it6mbQL1gX0hGohz5Cr5wg,9915
+pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526
+pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455
+pip/_internal/resolution/resolvelib/resolver.py,sha256=ucoVKHtwH6gkZjcfIVJbUiOIHLqJxeYlrKTMIJciYwM,11335
+pip/_internal/self_outdated_check.py,sha256=GKSatNlt2cz_CMGxu72FbUzuPaXpWOnIVKOOYIk0gvY,6849
+pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/utils/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/_log.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/compat.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/datetime.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/encoding.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/glibc.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/hashes.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/logging.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/misc.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/models.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/packaging.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/urls.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc,,
+pip/_internal/utils/__pycache__/wheel.cpython-310.pyc,,
+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/distutils_args.py,sha256=mcAscyp80vTt3xAGTipnpgc83V-_wCvydNELVXLq7JI,1249
+pip/_internal/utils/egg_link.py,sha256=5MVlpz5LirT4iLQq86OYzjXaYF0D4Qk1dprEI7ThST4,2203
+pip/_internal/utils/encoding.py,sha256=bdZ3YgUpaOEBI5MP4-DEXiQarCW3V0rxw1kRz-TaU1Q,1169
+pip/_internal/utils/entrypoints.py,sha256=aPvCnQVi9Hdk35Kloww_D5ibjUpqxgqcJP8O9VuMZek,1055
+pip/_internal/utils/filesystem.py,sha256=rrl-rY1w8TYyKYndUyZlE9ffkQyA4-jI9x_59zXkn5s,5893
+pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716
+pip/_internal/utils/glibc.py,sha256=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110
+pip/_internal/utils/hashes.py,sha256=anpZfFGIT6HcIj2td9NHtE8AWg6GeAIhwpP8GPvZE0E,4811
+pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795
+pip/_internal/utils/logging.py,sha256=Rvght-fDXL70VWib1cpgZ3iU-kXODV98bNeLUlbqVto,11522
+pip/_internal/utils/misc.py,sha256=MdUB12BMhj73sEmskEutmPyWFaJB7asoPCfLzs_YeT0,19359
+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=vNH9hQB9wT6d-h1hVQhBKw91jNeT42meHpVeii-urOI,5652
+pip/_internal/utils/subprocess.py,sha256=vIWGpet5ARBmZ2Qn4NEHNgzCOduqbPIuByZmhhmr6mM,9182
+pip/_internal/utils/temp_dir.py,sha256=zob3PYMVevONkheOMUp_4jDofrEY3HIu5DHK78cSspI,7662
+pip/_internal/utils/unpacking.py,sha256=HUFlMEyCa9dPwdLh6sWeh95DeKytV8rsOyKShEw9y6g,8906
+pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759
+pip/_internal/utils/virtualenv.py,sha256=4_48qMzCwB_F5jIK5BC_ua7uiAMVifmQWU9NdaGUoVA,3459
+pip/_internal/utils/wheel.py,sha256=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549
+pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596
+pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc,,
+pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc,,
+pip/_internal/vcs/__pycache__/git.cpython-310.pyc,,
+pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc,,
+pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc,,
+pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc,,
+pip/_internal/vcs/bazaar.py,sha256=IGb5ca1xSZfgegRD2_JeyoZPrQQHs7lEYEIgpVsKpoU,3047
+pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116
+pip/_internal/vcs/mercurial.py,sha256=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238
+pip/_internal/vcs/subversion.py,sha256=TEMRdwECvMcXakZX0pTNUep79kmBYkWDkWFkrYmcmac,11718
+pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811
+pip/_internal/wheel_builder.py,sha256=65rOA8FSYt3c3HyqEw17uujjlCgqmoKEIv6rv9xN2NM,12307
+pip/_vendor/__init__.py,sha256=xjcBX0EP50pkaMdCssrsBXoZgo2hTtYxlcH1CIyA3T4,4708
+pip/_vendor/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/__pycache__/distro.cpython-310.pyc,,
+pip/_vendor/__pycache__/six.cpython-310.pyc,,
+pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__init__.py,sha256=1j_YQfjmiix6YyouLrftC6NzksAm8e8xGSjMKMRPIkM,465
+pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc,,
+pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc,,
+pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379
+pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033
+pip/_vendor/cachecontrol/cache.py,sha256=eMS9Bn9JWQkHiIYA5GPRBqKVU95uS-yXkxrzpoafRig,917
+pip/_vendor/cachecontrol/caches/__init__.py,sha256=gGFOtIH8QDRvkP4YAfGIh-u9YYcGZVxwLM1-6e1mPNI,170
+pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc,,
+pip/_vendor/cachecontrol/caches/file_cache.py,sha256=P2KHcNXiqxEW7fCq5KC-NYHGSk0nNR9NIKuN-vBTn-E,4251
+pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=tu_YBV7EV8vdBRGazUErkoRqYYjSBmNcB8dZ7BNomqk,940
+pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778
+pip/_vendor/cachecontrol/controller.py,sha256=9DSEiV58Gx7Ce69fLCrRcpN-_sHzXTY4ol9bEviatR0,15625
+pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946
+pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154
+pip/_vendor/cachecontrol/serialize.py,sha256=dlySaeA5U7Q5eHvjiObgo1M8j8_huVjfWjid7Aq-r8c,6783
+pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774
+pip/_vendor/certifi/__init__.py,sha256=xWdRgntT3j1V95zkRipGOg_A1UfEju2FcpujhysZLRI,62
+pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255
+pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc,,
+pip/_vendor/certifi/__pycache__/core.cpython-310.pyc,,
+pip/_vendor/certifi/cacert.pem,sha256=-og4Keu4zSpgL5shwfhd4kz0eUnVILzrGCi0zRy2kGw,265969
+pip/_vendor/certifi/core.py,sha256=CcwptmiI-3M50jIdO0HT6Fh6W_wqGsf8QcX9yfzvyuc,2791
+pip/_vendor/chardet/__init__.py,sha256=mWZaWmvZkhwfBEAT9O1Y6nRTfKzhT7FHhQTTAujbqUA,3271
+pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc,,
+pip/_vendor/chardet/__pycache__/version.cpython-310.pyc,,
+pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254
+pip/_vendor/chardet/big5prober.py,sha256=kBxHbdetBpPe7xrlb-e990iot64g_eGSLd32lB7_h3M,1757
+pip/_vendor/chardet/chardistribution.py,sha256=3woWS62KrGooKyqz4zQSnjFbJpa6V7g02daAibTwcl8,9411
+pip/_vendor/chardet/charsetgroupprober.py,sha256=GZLReHP6FRRn43hvSOoGCxYamErKzyp6RgOQxVeC3kg,3839
+pip/_vendor/chardet/charsetprober.py,sha256=KSmwJErjypyj0bRZmC5F5eM7c8YQgLYIjZXintZNstg,5110
+pip/_vendor/chardet/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
+pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc,,
+pip/_vendor/chardet/cli/chardetect.py,sha256=XK5zqjUG2a4-y6eLHZ8ThYcp6WWUrdlmELxNypcc2SE,2747
+pip/_vendor/chardet/codingstatemachine.py,sha256=VYp_6cyyki5sHgXDSZnXW4q1oelHc3cu9AyQTX7uug8,3590
+pip/_vendor/chardet/compat.py,sha256=40zr6wICZwknxyuLGGcIOPyve8DTebBCbbvttvnmp5Q,1200
+pip/_vendor/chardet/cp949prober.py,sha256=TZ434QX8zzBsnUvL_8wm4AQVTZ2ZkqEEQL_lNw9f9ow,1855
+pip/_vendor/chardet/enums.py,sha256=Aimwdb9as1dJKZaFNUH2OhWIVBVd6ZkJJ_WK5sNY8cU,1661
+pip/_vendor/chardet/escprober.py,sha256=kkyqVg1Yw3DIOAMJ2bdlyQgUFQhuHAW8dUGskToNWSc,3950
+pip/_vendor/chardet/escsm.py,sha256=RuXlgNvTIDarndvllNCk5WZBIpdCxQ0kcd9EAuxUh84,10510
+pip/_vendor/chardet/eucjpprober.py,sha256=iD8Jdp0ISRjgjiVN7f0e8xGeQJ5GM2oeZ1dA8nbSeUw,3749
+pip/_vendor/chardet/euckrfreq.py,sha256=-7GdmvgWez4-eO4SuXpa7tBiDi5vRXQ8WvdFAzVaSfo,13546
+pip/_vendor/chardet/euckrprober.py,sha256=MqFMTQXxW4HbzIpZ9lKDHB3GN8SP4yiHenTmf8g_PxY,1748
+pip/_vendor/chardet/euctwfreq.py,sha256=No1WyduFOgB5VITUA7PLyC5oJRNzRyMbBxaKI1l16MA,31621
+pip/_vendor/chardet/euctwprober.py,sha256=13p6EP4yRaxqnP4iHtxHOJ6R2zxHq1_m8hTRjzVZ95c,1747
+pip/_vendor/chardet/gb2312freq.py,sha256=JX8lsweKLmnCwmk8UHEQsLgkr_rP_kEbvivC4qPOrlc,20715
+pip/_vendor/chardet/gb2312prober.py,sha256=gGvIWi9WhDjE-xQXHvNIyrnLvEbMAYgyUSZ65HUfylw,1754
+pip/_vendor/chardet/hebrewprober.py,sha256=c3SZ-K7hvyzGY6JRAZxJgwJ_sUS9k0WYkvMY00YBYFo,13838
+pip/_vendor/chardet/jisfreq.py,sha256=vpmJv2Bu0J8gnMVRPHMFefTRvo_ha1mryLig8CBwgOg,25777
+pip/_vendor/chardet/jpcntx.py,sha256=PYlNqRUQT8LM3cT5FmHGP0iiscFlTWED92MALvBungo,19643
+pip/_vendor/chardet/langbulgarianmodel.py,sha256=rk9CJpuxO0bObboJcv6gNgWuosYZmd8qEEds5y7DS_Y,105697
+pip/_vendor/chardet/langgreekmodel.py,sha256=S-uNQ1ihC75yhBvSux24gLFZv3QyctMwC6OxLJdX-bw,99571
+pip/_vendor/chardet/langhebrewmodel.py,sha256=DzPP6TPGG_-PV7tqspu_d8duueqm7uN-5eQ0aHUw1Gg,98776
+pip/_vendor/chardet/langhungarianmodel.py,sha256=RtJH7DZdsmaHqyK46Kkmnk5wQHiJwJPPJSqqIlpeZRc,102498
+pip/_vendor/chardet/langrussianmodel.py,sha256=THqJOhSxiTQcHboDNSc5yofc2koXXQFHFyjtyuntUfM,131180
+pip/_vendor/chardet/langthaimodel.py,sha256=R1wXHnUMtejpw0JnH_JO8XdYasME6wjVqp1zP7TKLgg,103312
+pip/_vendor/chardet/langturkishmodel.py,sha256=rfwanTptTwSycE4-P-QasPmzd-XVYgevytzjlEzBBu8,95946
+pip/_vendor/chardet/latin1prober.py,sha256=S2IoORhFk39FEFOlSFWtgVybRiP6h7BlLldHVclNkU8,5370
+pip/_vendor/chardet/mbcharsetprober.py,sha256=AR95eFH9vuqSfvLQZN-L5ijea25NOBCoXqw8s5O9xLQ,3413
+pip/_vendor/chardet/mbcsgroupprober.py,sha256=h6TRnnYq2OxG1WdD5JOyxcdVpn7dG0q-vB8nWr5mbh4,2012
+pip/_vendor/chardet/mbcssm.py,sha256=SY32wVIF3HzcjY3BaEspy9metbNSKxIIB0RKPn7tjpI,25481
+pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc,,
+pip/_vendor/chardet/metadata/languages.py,sha256=41tLq3eLSrBEbEVVQpVGFq9K7o1ln9b1HpY1l0hCUQo,19474
+pip/_vendor/chardet/sbcharsetprober.py,sha256=nmyMyuxzG87DN6K3Rk2MUzJLMLR69MrWpdnHzOwVUwQ,6136
+pip/_vendor/chardet/sbcsgroupprober.py,sha256=hqefQuXmiFyDBArOjujH6hd6WFXlOD1kWCsxDhjx5Vc,4309
+pip/_vendor/chardet/sjisprober.py,sha256=IIt-lZj0WJqK4rmUZzKZP4GJlE8KUEtFYVuY96ek5MQ,3774
+pip/_vendor/chardet/universaldetector.py,sha256=DpZTXCX0nUHXxkQ9sr4GZxGB_hveZ6hWt3uM94cgWKs,12503
+pip/_vendor/chardet/utf8prober.py,sha256=IdD8v3zWOsB8OLiyPi-y_fqwipRFxV9Nc1eKBLSuIEw,2766
+pip/_vendor/chardet/version.py,sha256=A4CILFAd8MRVG1HoXPp45iK9RLlWyV73a1EtwE8Tvn8,242
+pip/_vendor/colorama/__init__.py,sha256=pCdErryzLSzDW5P-rRPBlPLqbBtIRNJB6cMgoeJns5k,239
+pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc,,
+pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc,,
+pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc,,
+pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc,,
+pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc,,
+pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522
+pip/_vendor/colorama/ansitowin32.py,sha256=yV7CEmCb19MjnJKODZEEvMH_fnbJhwnpzo4sxZuGXmA,10517
+pip/_vendor/colorama/initialise.py,sha256=PprovDNxMTrvoNHFcL2NZjpH2XzDc8BLxLxiErfUl4k,1915
+pip/_vendor/colorama/win32.py,sha256=bJ8Il9jwaBN5BJ8bmN6FoYZ1QYuMKv2j8fGrXh7TJjw,5404
+pip/_vendor/colorama/winterm.py,sha256=2y_2b7Zsv34feAsP67mLOVc-Bgq51mdYGo571VprlrM,6438
+pip/_vendor/distlib/__init__.py,sha256=y-rKDBB99QJ3N1PJGAXQo89ou615aAeBjV2brBxKgM8,581
+pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/database.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/index.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/util.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/version.cpython-310.pyc,,
+pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc,,
+pip/_vendor/distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259
+pip/_vendor/distlib/database.py,sha256=hBO2dgvDF7W3BqX8Ecns6p_RPerCaIbNKbdUOuJ1a14,51456
+pip/_vendor/distlib/index.py,sha256=UfcimNW19AB7IKWam4VaJbXuCBvArKfSxhV16EwavzE,20739
+pip/_vendor/distlib/locators.py,sha256=4D2hEcHePNuW4mXEZ3Cuw12eW-vbO-4WuAlbf4h5K7w,51963
+pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811
+pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058
+pip/_vendor/distlib/metadata.py,sha256=vatoxFdmBr6ie-sTVXVNPOPG3uwMDWJTnEECnm7xDCw,39109
+pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820
+pip/_vendor/distlib/scripts.py,sha256=tjSwENINeV91ROZxec5zTSMRg2jEeKc4enyCHDzNvEE,17720
+pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262
+pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513
+pip/_vendor/distlib/wheel.py,sha256=pj5VVCjqZMcHvgizORWwAFPS7hOk61CZ59dxP8laQ4E,42943
+pip/_vendor/distro.py,sha256=O1EeHMq1-xAO373JI2_6pYEtd09yEkxtmrYkdY-9S-w,48414
+pip/_vendor/html5lib/__init__.py,sha256=BYzcKCqeEii52xDrqBFruhnmtmkiuHXFyFh-cglQ8mk,1160
+pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc,,
+pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc,,
+pip/_vendor/html5lib/_ihatexml.py,sha256=ifOwF7pXqmyThIXc3boWc96s4MDezqRrRVp7FwDYUFs,16728
+pip/_vendor/html5lib/_inputstream.py,sha256=jErNASMlkgs7MpOM9Ve_VdLDJyFFweAjLuhVutZz33U,32353
+pip/_vendor/html5lib/_tokenizer.py,sha256=04mgA2sNTniutl2fxFv-ei5bns4iRaPxVXXHh_HrV_4,77040
+pip/_vendor/html5lib/_trie/__init__.py,sha256=nqfgO910329BEVJ5T4psVwQtjd2iJyEXQ2-X8c1YxwU,109
+pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc,,
+pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc,,
+pip/_vendor/html5lib/_trie/_base.py,sha256=CaybYyMro8uERQYjby2tTeSUatnWDfWroUN9N7ety5w,1013
+pip/_vendor/html5lib/_trie/py.py,sha256=wXmQLrZRf4MyWNyg0m3h81m9InhLR7GJ002mIIZh-8o,1775
+pip/_vendor/html5lib/_utils.py,sha256=Dx9AKntksRjFT1veBj7I362pf5OgIaT0zglwq43RnfU,4931
+pip/_vendor/html5lib/constants.py,sha256=Ll-yzLU_jcjyAI_h57zkqZ7aQWE5t5xA4y_jQgoUUhw,83464
+pip/_vendor/html5lib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc,,
+pip/_vendor/html5lib/filters/alphabeticalattributes.py,sha256=lViZc2JMCclXi_5gduvmdzrRxtO5Xo9ONnbHBVCsykU,919
+pip/_vendor/html5lib/filters/base.py,sha256=z-IU9ZAYjpsVsqmVt7kuWC63jR11hDMr6CVrvuao8W0,286
+pip/_vendor/html5lib/filters/inject_meta_charset.py,sha256=egDXUEHXmAG9504xz0K6ALDgYkvUrC2q15YUVeNlVQg,2945
+pip/_vendor/html5lib/filters/lint.py,sha256=jk6q56xY0ojiYfvpdP-OZSm9eTqcAdRqhCoPItemPYA,3643
+pip/_vendor/html5lib/filters/optionaltags.py,sha256=8lWT75J0aBOHmPgfmqTHSfPpPMp01T84NKu0CRedxcE,10588
+pip/_vendor/html5lib/filters/sanitizer.py,sha256=m6oGmkBhkGAnn2nV6D4hE78SCZ6WEnK9rKdZB3uXBIc,26897
+pip/_vendor/html5lib/filters/whitespace.py,sha256=8eWqZxd4UC4zlFGW6iyY6f-2uuT8pOCSALc3IZt7_t4,1214
+pip/_vendor/html5lib/html5parser.py,sha256=anr-aXre_ImfrkQ35c_rftKXxC80vJCREKe06Tq15HA,117186
+pip/_vendor/html5lib/serializer.py,sha256=_PpvcZF07cwE7xr9uKkZqh5f4UEaI8ltCU2xPJzaTpk,15759
+pip/_vendor/html5lib/treeadapters/__init__.py,sha256=A0rY5gXIe4bJOiSGRO_j_tFhngRBO8QZPzPtPw5dFzo,679
+pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc,,
+pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc,,
+pip/_vendor/html5lib/treeadapters/genshi.py,sha256=CH27pAsDKmu4ZGkAUrwty7u0KauGLCZRLPMzaO3M5vo,1715
+pip/_vendor/html5lib/treeadapters/sax.py,sha256=BKS8woQTnKiqeffHsxChUqL4q2ZR_wb5fc9MJ3zQC8s,1776
+pip/_vendor/html5lib/treebuilders/__init__.py,sha256=AysSJyvPfikCMMsTVvaxwkgDieELD5dfR8FJIAuq7hY,3592
+pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc,,
+pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc,,
+pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc,,
+pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc,,
+pip/_vendor/html5lib/treebuilders/base.py,sha256=z-o51vt9r_l2IDG5IioTOKGzZne4Fy3_Fc-7ztrOh4I,14565
+pip/_vendor/html5lib/treebuilders/dom.py,sha256=22whb0C71zXIsai5mamg6qzBEiigcBIvaDy4Asw3at0,8925
+pip/_vendor/html5lib/treebuilders/etree.py,sha256=w5ZFpKk6bAxnrwD2_BrF5EVC7vzz0L3LMi9Sxrbc_8w,12836
+pip/_vendor/html5lib/treebuilders/etree_lxml.py,sha256=9gqDjs-IxsPhBYa5cpvv2FZ1KZlG83Giusy2lFmvIkE,14766
+pip/_vendor/html5lib/treewalkers/__init__.py,sha256=OBPtc1TU5mGyy18QDMxKEyYEz0wxFUUNj5v0-XgmYhY,5719
+pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc,,
+pip/_vendor/html5lib/treewalkers/base.py,sha256=ouiOsuSzvI0KgzdWP8PlxIaSNs9falhbiinAEc_UIJY,7476
+pip/_vendor/html5lib/treewalkers/dom.py,sha256=EHyFR8D8lYNnyDU9lx_IKigVJRyecUGua0mOi7HBukc,1413
+pip/_vendor/html5lib/treewalkers/etree.py,sha256=xo1L5m9VtkfpFJK0pFmkLVajhqYYVisVZn3k9kYpPkI,4551
+pip/_vendor/html5lib/treewalkers/etree_lxml.py,sha256=_b0LAVWLcVu9WaU_-w3D8f0IRSpCbjf667V-3NRdhTw,6357
+pip/_vendor/html5lib/treewalkers/genshi.py,sha256=4D2PECZ5n3ZN3qu3jMl9yY7B81jnQApBQSVlfaIuYbA,2309
+pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849
+pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/codec.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/core.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc,,
+pip/_vendor/idna/__pycache__/uts46data.cpython-310.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=RFIkY-HhFZaDoBEFjGwyGd_vWI04uOAQjnzueMWqwOU,12795
+pip/_vendor/idna/idnadata.py,sha256=fzMzkCea2xieVxcrjngJ-2pLsKQNejPCZFlBajIuQdw,44025
+pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881
+pip/_vendor/idna/package_data.py,sha256=szxQhV0ZD0nKJ84Kuobw3l8q4_KeCyXjFRdpwIpKZmw,21
+pip/_vendor/idna/uts46data.py,sha256=o-D7V-a0fOLZNd7tvxof6MYfUd0TBZzE2bLR5XO67xU,204400
+pip/_vendor/msgpack/__init__.py,sha256=2gJwcsTIaAtCM0GMi2rU-_Y6kILeeQuqRkrQ22jSANc,1118
+pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc,,
+pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc,,
+pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc,,
+pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc,,
+pip/_vendor/msgpack/_version.py,sha256=JpTcnRd3YUioA24NDtDZbLW0Nhl2yA-N1Rq2lLDBB-g,20
+pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081
+pip/_vendor/msgpack/ext.py,sha256=4l356Y4sVEcvCla2dh_cL57vh4GMhZfa3kuWHFHYz6A,6088
+pip/_vendor/msgpack/fallback.py,sha256=L5jriXysURbf6rPbbHbvXgvoFrKZiryIBmujMTcrf3A,34475
+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-310.pyc,,
+pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc,,
+pip/_vendor/packaging/__pycache__/version.cpython-310.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/pep517/__init__.py,sha256=Y1bATL2qbFNN6M_DQa4yyrwqjpIiL-j9T6kBmR0DS14,130
+pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/build.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/check.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc,,
+pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc,,
+pip/_vendor/pep517/build.py,sha256=2bar6EdjwIz2Dlfy94qdxn3oA9mVnnny40mfoT5f-qI,3457
+pip/_vendor/pep517/check.py,sha256=bCORq1WrHjhpTONa-zpAqG0EB9rHNuhO1ORu6DsDuL8,6084
+pip/_vendor/pep517/colorlog.py,sha256=Tk9AuYm_cLF3BKTBoSTJt9bRryn0aFojIQOwbfVUTxQ,4098
+pip/_vendor/pep517/compat.py,sha256=NmLImE5oiDT3gbEhJ4w7xeoMFcpAPrGu_NltBytSJUY,1253
+pip/_vendor/pep517/dirtools.py,sha256=2mkAkAL0mRz_elYFjRKuekTJVipH1zTn4tbf1EDev84,1129
+pip/_vendor/pep517/envbuild.py,sha256=zFde--rmzjXMLXcm7SA_3hDtgk5VCTA8hjpk88RbF6E,6100
+pip/_vendor/pep517/in_process/__init__.py,sha256=MyWoAi8JHdcBv7yXuWpUSVADbx6LSB9rZh7kTIgdA8Y,563
+pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc,,
+pip/_vendor/pep517/in_process/_in_process.py,sha256=D3waguyNSGcwosociD5USfcycYr2RCzCjYtxX5UHQmQ,11201
+pip/_vendor/pep517/meta.py,sha256=8mnM5lDnT4zXQpBTliJbRGfesH7iioHwozbDxALPS9Y,2463
+pip/_vendor/pep517/wrappers.py,sha256=impq7Cz_LL1iDF1iiOzYWB4MaEu6O6Gps7TJ5qsJz1Q,13429
+pip/_vendor/pkg_resources/__init__.py,sha256=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287
+pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc,,
+pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562
+pip/_vendor/platformdirs/__init__.py,sha256=Aizpxewwd4nY63Gqw-Od1Rso9Ah4bSoc6rkx-GBRu2Y,12676
+pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176
+pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc,,
+pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc,,
+pip/_vendor/platformdirs/android.py,sha256=xhlD4NmrKCARe5lgnpBGYo4lOYxEOBOByNDNYy91gEE,4012
+pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910
+pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655
+pip/_vendor/platformdirs/unix.py,sha256=b4aVYTz0qZ50HntwOXo8r6tp82jAa3qTjxw-WlnC2yc,6910
+pip/_vendor/platformdirs/version.py,sha256=bXzLJCe23FNQRQrf7ZRWKejxWnct_wft7dxdkMGT33E,80
+pip/_vendor/platformdirs/windows.py,sha256=ISruopR5UGBePC0BxCxXevkZYfjJsIZc49YWU5iYfQ4,6439
+pip/_vendor/progress/__init__.py,sha256=1HejNZtv2ouUNQeStUDAtZrtwkz_3FmYKQ476hJ7zOs,5294
+pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/progress/__pycache__/bar.cpython-310.pyc,,
+pip/_vendor/progress/__pycache__/colors.cpython-310.pyc,,
+pip/_vendor/progress/__pycache__/counter.cpython-310.pyc,,
+pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc,,
+pip/_vendor/progress/bar.py,sha256=GbedY0oZ-Q1duXjmvVLO0tSf-uTSH7hJ3zzyI91Esws,2942
+pip/_vendor/progress/colors.py,sha256=cCYXQnYFYVmQKKmYEbQ_lj6SPSFzdw4FN98F2x2kR-U,2655
+pip/_vendor/progress/counter.py,sha256=zYt9DWH0_05s8Q9TrJwHVud-WwsyyaR3PwYtk5hxwwQ,1613
+pip/_vendor/progress/spinner.py,sha256=u5ElzW94XEiLGH-aAlr54VJtKfeK745xr6UfGvvflzU,1461
+pip/_vendor/pygments/__init__.py,sha256=CAmA9UthykwxvtutUcH0IxqtiyQcSg6CmYdM-jKlcRY,3002
+pip/_vendor/pygments/__main__.py,sha256=X7rGLMUC54EXgO14FZ9goKXZDmhPzKXTsUglmb_McIU,353
+pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/console.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/style.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/token.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc,,
+pip/_vendor/pygments/__pycache__/util.cpython-310.pyc,,
+pip/_vendor/pygments/cmdline.py,sha256=XpsyWgErcSqHC7rXiYKLF3Y61Uy8SR2DNQDDhZGuezg,23408
+pip/_vendor/pygments/console.py,sha256=QZXBUAkyl4dPLQ1e6XHjQu3mmXBWvuGQwsQT2q1mtCY,1697
+pip/_vendor/pygments/filter.py,sha256=35iMZiB1rcuogxokm92kViB2DPXPp_wWoxWuMmwvvzY,1938
+pip/_vendor/pygments/filters/__init__.py,sha256=-veOimzCyYGEARru2Dfo6ofSYcZ8tGsIVuMprtaZQ24,40292
+pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pygments/formatter.py,sha256=zSBbX2U_OOriy7SJvSTK6OAxjuXtROWxQlNpJEJZjBA,2917
+pip/_vendor/pygments/formatters/__init__.py,sha256=fjkYDy5-F998XczKi0ymHFayr5ObIRLHF8cgp9k8kpA,5119
+pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc,,
+pip/_vendor/pygments/formatters/_mapping.py,sha256=3A1rYSjYN9MLduCFWy2_mYhllPVpwlw55anRYnPXX8w,6516
+pip/_vendor/pygments/formatters/bbcode.py,sha256=cSKMOioUnE4TzvCCsK4IbJ6G78W07ZwHtkz4V1Wte0U,3314
+pip/_vendor/pygments/formatters/groff.py,sha256=ULgMKvGeLswX0KZn3IBp0p0U3rruiSHBtpl6O5qbqLs,5005
+pip/_vendor/pygments/formatters/html.py,sha256=0jM7Jc4xA4tsjmPq35uklm_En_OVdcNb0__SEXp2pDQ,35330
+pip/_vendor/pygments/formatters/img.py,sha256=r4iag_jCfyv_LhIt-1fRDeVEEoAfVJzkD9nZChIwiS8,21819
+pip/_vendor/pygments/formatters/irc.py,sha256=gi_IeIZeNaTfTMtvseLigZdS6lNicN7r7O7rnI6myo0,5871
+pip/_vendor/pygments/formatters/latex.py,sha256=qZUerrHt2Nn2aB4gJcdqj99qBkIxl_1v1ukYsf230Gk,18930
+pip/_vendor/pygments/formatters/other.py,sha256=Q01LtkqPZ8m_EYdgMVzXPUGjHoL00lXI3By97wzytYU,5073
+pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZpjALTSuGFwviJd5kOYwr-1NgqxCX3XRJrjXC7x1UbQ,2212
+pip/_vendor/pygments/formatters/rtf.py,sha256=qh7-z_wbUsTY6z7fZUGrYECYBlWB0wEdBwIZVEVybL0,5014
+pip/_vendor/pygments/formatters/svg.py,sha256=T7Jj004I3JUPOr48aAhQ368K2qWCciUyMQ2tdU-LB-4,7335
+pip/_vendor/pygments/formatters/terminal.py,sha256=cRD5hitINOkYlGZo9ma252vpJYPSGNgLivrsm6zGyec,4674
+pip/_vendor/pygments/formatters/terminal256.py,sha256=Bvz9zZL3UWc94TDm1GhKMI4x0BTit0XplhyRL0zmtkw,11753
+pip/_vendor/pygments/lexer.py,sha256=ECXWlEsbRnKs_njozZns6BGQ4riTMzct_BzAr3zV6dY,31937
+pip/_vendor/pygments/lexers/__init__.py,sha256=6Ds0GVBP3jrIU02wmjRdpoL4eFGhwT2IVD1zf3cV5_Y,11307
+pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc,,
+pip/_vendor/pygments/lexers/_mapping.py,sha256=jAxmvh5wvNkD-p3Fh6E7hY_B0sGbcxWRfseT6iq7ex4,70032
+pip/_vendor/pygments/lexers/python.py,sha256=LXnk43Lcngqn9xj6eRqdk2f73oF4kHZWiwgHMM_RlVM,52776
+pip/_vendor/pygments/modeline.py,sha256=37fen3cf1moCz4vMVJqX41eAQCmj8pzUchikgPcHp-U,986
+pip/_vendor/pygments/plugin.py,sha256=zGSig3S7QX-3o6RDxd4_Uvice_t25l_BN9aQQ9k8vmU,1727
+pip/_vendor/pygments/regexopt.py,sha256=mj8Fgu3sT0d5PZwRwDLexEvVOQbuHeosubQnqVwgiqs,3072
+pip/_vendor/pygments/scanner.py,sha256=nGoHy-Npk2ylUd4bws_CJN1hK785Xqo8e0teRmNX2jo,3091
+pip/_vendor/pygments/sphinxext.py,sha256=FZ2puvLe2Bztqtj6UJvQd7D8TvtOZ1GsfRJObvH59tE,4630
+pip/_vendor/pygments/style.py,sha256=lGyan5bU42q1kGMfFqafwL3g1j5EurTvfkv8vdP7NzQ,6257
+pip/_vendor/pygments/styles/__init__.py,sha256=Qx2zq6ufbDNE2cTp51M-s9zW-sDE-KLIqFw31qr3Bhg,3252
+pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pygments/token.py,sha256=lNPgeaQTzu2DEUi6n_lxAIU7uy4DVj8LMI3nSVnTjks,6143
+pip/_vendor/pygments/unistring.py,sha256=Xs0FzOzE0l0iWRoTlcgi-Q_kAMdF5Gt5FL_goGKJc98,63188
+pip/_vendor/pygments/util.py,sha256=s9n8BQXIxG3lIwCPWv5-ci8yhaqq5JbEVK9v8Z-8_3I,9123
+pip/_vendor/pyparsing/__init__.py,sha256=jXheGTFT1b6r_4WxuOE0uVUqiouLJ3WHzOScpLieRgQ,9107
+pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc,,
+pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc,,
+pip/_vendor/pyparsing/actions.py,sha256=60v7mETOBzc01YPH_qQD5isavgcSJpAfIKpzgjM3vaU,6429
+pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936
+pip/_vendor/pyparsing/core.py,sha256=GtQsD06HlwKPc7M8K8hyOuOW-cRnd87AxAHq-ad5lEk,212248
+pip/_vendor/pyparsing/diagram/__init__.py,sha256=h0gsUwmo5N3shgvfXVQTtqvTpUAv-ZdQjSQ6IUJmsxY,22165
+pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/pyparsing/exceptions.py,sha256=H4D9gqMavqmAFSsdrU_J6bO-jA-T-A7yvtXWZpooIUA,9030
+pip/_vendor/pyparsing/helpers.py,sha256=kqpIZFG-y0fQ3g_TmloYllo9we6YCYiewZMXIK0y5wc,38299
+pip/_vendor/pyparsing/results.py,sha256=4D-oURF1cLeL7k0d3zMqUuWH_gTjop_OrZwik9O0HXU,25339
+pip/_vendor/pyparsing/testing.py,sha256=szs8AKZREZMhL0y0vsMfaTVAnpqPHetg6VKJBNmc4QY,13388
+pip/_vendor/pyparsing/unicode.py,sha256=IR-ioeGY29cZ49tG8Ts7ITPWWNP5G2DcZs58oa8zn44,10381
+pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805
+pip/_vendor/requests/__init__.py,sha256=6IUFQM6K9V2NIu4fe4LtUsN21-TFbw_w3EfPpdUN-qc,5130
+pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/api.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/auth.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/certs.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/compat.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/help.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/models.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/packages.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/structures.cpython-310.pyc,,
+pip/_vendor/requests/__pycache__/utils.cpython-310.pyc,,
+pip/_vendor/requests/__version__.py,sha256=q8miOQaomOv3S74lK4eQs1zZ5jwcnOusyEU-M2idhts,441
+pip/_vendor/requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096
+pip/_vendor/requests/adapters.py,sha256=WazYJQ_b2LHhNDb_y0hscNlWVsSe5ca5I3pymPrer5w,21861
+pip/_vendor/requests/api.py,sha256=hjuoP79IAEmX6Dysrw8t032cLfwLHxbI_wM4gC5G9t0,6402
+pip/_vendor/requests/auth.py,sha256=OMoJIVKyRLy9THr91y8rxysZuclwPB-K1Xg1zBomUhQ,10207
+pip/_vendor/requests/certs.py,sha256=nXRVq9DtGmv_1AYbwjTu9UrgAcdJv05ZvkNeaoLOZxY,465
+pip/_vendor/requests/compat.py,sha256=N1281mkcTluMjKqCSLf88LR6HNOygEhS1TbR9LLsoVY,2114
+pip/_vendor/requests/cookies.py,sha256=Y-bKX6TvW3FnYlE6Au0SXtVVWcaNdFvuAwQxw-G0iTI,18430
+pip/_vendor/requests/exceptions.py,sha256=VcpBXOL-9JYhNbK8OZxCIImBgpQSXJlUelDPf1f-pmM,3446
+pip/_vendor/requests/help.py,sha256=dyhe3lcmHXnFCzDiZVjcGmVvvO_jtsfAm-AC542ndw8,3972
+pip/_vendor/requests/hooks.py,sha256=QReGyy0bRcr5rkwCuObNakbYsc7EkiKeBwG4qHekr2Q,757
+pip/_vendor/requests/models.py,sha256=7pzscX_47qxx7-zEaBWGxMoB33Vdf6HLoUKZh1ktEvM,35116
+pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695
+pip/_vendor/requests/sessions.py,sha256=Zu-Y9YPlwTIsyFx1hvIrc3ziyeFpuFPqcOuSuz8BNWs,29835
+pip/_vendor/requests/status_codes.py,sha256=gT79Pbs_cQjBgp-fvrUgg1dn2DQO32bDj4TInjnMPSc,4188
+pip/_vendor/requests/structures.py,sha256=msAtr9mq1JxHd-JRyiILfdFlpbJwvvFuP3rfUQT_QxE,3005
+pip/_vendor/requests/utils.py,sha256=siud-FQ6xgKFbL49DRvAb3PMQMMHoeCL_TCmuHh9AUU,33301
+pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537
+pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc,,
+pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc,,
+pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc,,
+pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc,,
+pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc,,
+pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156
+pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872
+pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583
+pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592
+pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794
+pip/_vendor/rich/__init__.py,sha256=wF1th4JGBCVC02xfaw8j6P2MrFcJaQJL72scKtEmDYQ,5804
+pip/_vendor/rich/__main__.py,sha256=vd1PP-o7_1un-ThdgMU9LHV-D8z56yz_-fryczn38eE,8810
+pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/abc.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/align.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/bar.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/box.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/cells.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/color.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/columns.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/console.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/containers.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/control.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/errors.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/json.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/layout.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/live.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/logging.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/markup.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/measure.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/padding.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/pager.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/palette.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/panel.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/progress.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/region.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/repr.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/rule.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/scope.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/screen.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/segment.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/status.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/style.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/styled.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/table.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/text.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/theme.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/themes.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc,,
+pip/_vendor/rich/__pycache__/tree.cpython-310.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/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265
+pip/_vendor/rich/_inspect.py,sha256=vq6BjewwEvddjcBTr_lCcjYQBsKi92aTNpcXyaA5ERA,7444
+pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225
+pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236
+pip/_vendor/rich/_lru_cache.py,sha256=M7H1ZQF32o6SxrpOur9zTIhEHlNXT9XnrcdhruUmG5I,1246
+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=huT1biTlwyp9Lm8S7bLfVzg1psUaIH5xHDwTaWEHVh0,26521
+pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351
+pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417
+pip/_vendor/rich/_windows.py,sha256=nBO71icHMIHlzT7hg6fkoIdh1mT-5MvDdPDwunkshyw,2065
+pip/_vendor/rich/_wrap.py,sha256=OtnSxnERkuNlSM1d_MYtNg8KIYTcTBk3peg16dCZH_U,1804
+pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890
+pip/_vendor/rich/align.py,sha256=2zRHV8SzR5eP-vQkSDgjmgsBLBluCBwykgejAW6oRD0,10425
+pip/_vendor/rich/ansi.py,sha256=QaVVkfvVL6C3OsuWI9iQ-iJFkMsMohjYlxgMLnVTEPo,6676
+pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264
+pip/_vendor/rich/box.py,sha256=o0ywz1iW0WjGLPrRVDAZPh1CVPEgAOaWsn8Bf3sf43g,9069
+pip/_vendor/rich/cells.py,sha256=NadN20gFxE8Aj-2S3Drn7qgn-ZpsRZcNnTNtweRL7rA,4285
+pip/_vendor/rich/color.py,sha256=SD3yTf3t8japb-jOv8GYCMCDqyzpipzXS_0rAXhSlU4,17285
+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=bioCy8012eZ8PIOBxMyyqxYPltKk2pGEG9jmwylNCQk,81236
+pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288
+pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497
+pip/_vendor/rich/control.py,sha256=qxg6Yjd78XuF0VxthlT8O4dpvpACYwKkBfm2S4-IvHA,5298
+pip/_vendor/rich/default_styles.py,sha256=At42PcWzmnYWcx5fUOKyOUpI8HK5m4ItZqxkgHToaMs,7614
+pip/_vendor/rich/diagnose.py,sha256=4L8SZfbqjIRotzJ39QzD9-d4I80FyV1mNKHryg1eArE,183
+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=fHeReSO3VJ7IbH_9ri-OrPYbFC3UYOzeTNjngiiWOcY,1613
+pip/_vendor/rich/filesize.py,sha256=oQJnM5_7ygkpzt3GtNq5l3F6gmB7YahBA5vpdQVKLwI,2511
+pip/_vendor/rich/highlighter.py,sha256=AdhjC0meTYswZ_xKgka0cRYdNjLABLUzHAbyF3QpPWo,4894
+pip/_vendor/rich/json.py,sha256=RCm4lXBXrjvXHpqrWPH8wdGP0jEo4IohLmkddlhRY18,5051
+pip/_vendor/rich/jupyter.py,sha256=4sxNAwJs4g3dYfWy_enPw9fp0Tdn-82tV4T9uh9vAOM,3025
+pip/_vendor/rich/layout.py,sha256=b64KMDP2EPiC103P-v-_VZKGY13oWiiGS418P_KRRlc,14048
+pip/_vendor/rich/live.py,sha256=OKxMaFU5sFfuR--cJftGYjSvg1VPQri1U_DNZUjCsvI,13711
+pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667
+pip/_vendor/rich/logging.py,sha256=YNcCSK6pCo2Wg6JKqScAe6VgFqebHBnS5nDnBO4gXAA,10868
+pip/_vendor/rich/markup.py,sha256=hsVW_k1TIvj5OPPQ12ihAii9HSVa8N1TStvA5B2GGpo,8058
+pip/_vendor/rich/measure.py,sha256=Z74XvzIgLZm0xH-QIo1uX5d4oahavHe8D8MKyxLNqPQ,5258
+pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970
+pip/_vendor/rich/pager.py,sha256=VK_2EfH0JduZWdyV-KZma06bvi_V5PWmHG6W7BoiaTg,838
+pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396
+pip/_vendor/rich/panel.py,sha256=O6ORyIhDcOLSEasTjpcDvmhvIcppPGCeQoXpoycIUT8,8637
+pip/_vendor/rich/pretty.py,sha256=HAB68BpYysaL1EXeV4X5Tt-U2hDlcLpbFz06fkojWWE,32572
+pip/_vendor/rich/progress.py,sha256=jcgi7aMnQ_YjSpAmQkalwtNsgVn9i56SeZGprr7tuOk,35926
+pip/_vendor/rich/progress_bar.py,sha256=ELiBaxJOgsRYKpNIrot7BC0bFXvmf8cTd6nxI02BbK0,7762
+pip/_vendor/rich/prompt.py,sha256=gKVd13YWv6jedzwcRPZGUINBjC-xcJhJ_xz_NvMW80c,11307
+pip/_vendor/rich/protocol.py,sha256=Vx6n4fEoSDhzSup8t3KH0iK2RWyssIOks5E0S1qw1GA,1401
+pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166
+pip/_vendor/rich/repr.py,sha256=1A0U0_ibG_bZbw71pUBIctO9Az-CQUuyOTbiKcJOwyw,4309
+pip/_vendor/rich/rule.py,sha256=cPK6NYo4kzh-vM_8a-rXajXplsbaHa6ahErYvGSsrJ0,4197
+pip/_vendor/rich/scope.py,sha256=HX13XsJfqzQHpPfw4Jn9JmJjCsRj9uhHxXQEqjkwyLA,2842
+pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591
+pip/_vendor/rich/segment.py,sha256=MBBAWaHyqCQFCfiNbrTW4BGaFR1uU31XktJ1S3Taqb4,23916
+pip/_vendor/rich/spinner.py,sha256=V6dW0jIk5IO0_2MyxyftQf5VjCHI0T2cRhJ4F31hPIQ,4312
+pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425
+pip/_vendor/rich/style.py,sha256=AD1I7atfclsFCtGeL8ronH1Jj-02WLp9ZQ2VYqmpBjM,26469
+pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258
+pip/_vendor/rich/syntax.py,sha256=pJAD08ywowg5xVwTGCqUOMpDYskjoMoDYEV-hryEX5s,26994
+pip/_vendor/rich/table.py,sha256=oQAEBaV4zMUPyg_tSA93_GrCirdIf-osolxf9wb3pEo,36757
+pip/_vendor/rich/tabulate.py,sha256=nl0oeNbiXectEgTHyj3K7eN4NZMISpaogpOdZyEOGbs,1700
+pip/_vendor/rich/terminal_theme.py,sha256=E0nI_ycFpvflamt-KVCY4J52LmUjRi1Y6ICB-Ef3gMo,1459
+pip/_vendor/rich/text.py,sha256=auX3LpY-I6PBiNyxB3o3LyMEx7lna2cx9IbNQJDwtw8,44424
+pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627
+pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102
+pip/_vendor/rich/traceback.py,sha256=hAU3IR295eFuup_px2NU4aCEWu7KQs1qpZbnqoHCtR0,25935
+pip/_vendor/rich/tree.py,sha256=JxyWbc27ZuwoLQnd7I-rSsRsqI9lzaVKlfTLJXla9U0,9122
+pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
+pip/_vendor/tenacity/__init__.py,sha256=GLLsTFD4Bd5VDgTR6mU_FxyOsrxc48qONorVaRebeD4,18257
+pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc,,
+pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc,,
+pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314
+pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944
+pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496
+pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376
+pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908
+pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383
+pip/_vendor/tenacity/retry.py,sha256=62R71W59bQjuNyFKsDM7hE2aEkEPtwNBRA0tnsEvgSk,6645
+pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790
+pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145
+pip/_vendor/tenacity/wait.py,sha256=e_Saa6I2tsNLpCL1t9897wN2fGb0XQMQlE4bU2t9V2w,6691
+pip/_vendor/tomli/__init__.py,sha256=z1Elt0nLAqU5Y0DOn9p__8QnLWavlEOpRyQikdYgKro,230
+pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc,,
+pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc,,
+pip/_vendor/tomli/_parser.py,sha256=50BD4o9YbzFAGAYyZLqZC8F81DQ7iWWyJnrHNwBKa6A,22415
+pip/_vendor/tomli/_re.py,sha256=5GPfgXKteg7wRFCF-DzlkAPI2ilHbkMK2-JC49F-AJQ,2681
+pip/_vendor/typing_extensions.py,sha256=1uqi_RSlI7gos4eJB_NEV3d5wQwzTUQHd3_jrkbTo8Q,87149
+pip/_vendor/urllib3/__init__.py,sha256=j3yzHIbmW7CS-IKQJ9-PPQf_YKO8EOAey_rMW0UR7us,2763
+pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc,,
+pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc,,
+pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811
+pip/_vendor/urllib3/_version.py,sha256=_NdMUQaeBvFHAX2z3zAIX2Wum58A6rVtY1f7ByHsQ4g,63
+pip/_vendor/urllib3/connection.py,sha256=6zokyboYYKm9VkyrQvVVLgxMyCZK7n9Vmg_2ZK6pbhc,20076
+pip/_vendor/urllib3/connectionpool.py,sha256=qz-ICrW6g4TZVCbDQ8fRe68BMpXkskkR9vAVY9zUWtA,39013
+pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.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-310.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.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=lfzpHFmJiO82shClLEm3QB62SYgHWnjpZOH_2JhU5Tc,11034
+pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=ej9gGvfAb2Gt00lafFp45SIoRz-QwrQ4WChm6gQmAlM,4538
+pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=DD4pInv_3OEEGffEFynBoirc8ldR789sLmGSKukzA0E,16900
+pip/_vendor/urllib3/contrib/securetransport.py,sha256=4qUKo7PUV-vVIqXmr2BD-sH7qplB918jiD5eNsRI9vU,34449
+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-310.pyc,,
+pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc,,
+pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc,,
+pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417
+pip/_vendor/urllib3/packages/six.py,sha256=1LVW7ljqRirFlfExjwl-v1B7vSAUNTmzGMs-qays2zg,34666
+pip/_vendor/urllib3/poolmanager.py,sha256=whzlX6UTEgODMOCy0ZDMUONRBCz5wyIM8Z9opXAY-Lk,19763
+pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985
+pip/_vendor/urllib3/response.py,sha256=hGhGBh7TkEkh_IQg5C1W_xuPNrgIKv5BUXPyE-q0LuE,28203
+pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155
+pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc,,
+pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.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=NnzaEKQ1Pauw5MFMV6HmgEMHITf0Aua9fQuzi2uZzGc,4123
+pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510
+pip/_vendor/urllib3/util/retry.py,sha256=iESg2PvViNdXBRY4MpL4h0kqwOOkHkxmLn1kkhFHPU8,22001
+pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177
+pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=w01jCYuwvQ038p9mhc1P1gF8IiTN1qHakThpoukOlbw,5751
+pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895
+pip/_vendor/urllib3/util/timeout.py,sha256=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003
+pip/_vendor/urllib3/util/url.py,sha256=QVEzcbHipbXyCWwH6R4K4TR-N8T4LM55WEMwNUTBmLE,14047
+pip/_vendor/urllib3/util/wait.py,sha256=3MUKRSAUJDB2tgco7qRUskW0zXGAWYvRRE4Q1_6xlLs,5404
+pip/_vendor/vendor.txt,sha256=H-9fScoah7nx4K8O4Uft0l5iH2P_mVo4RqyuMVOTJEc,496
+pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579
+pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc,,
+pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc,,
+pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc,,
+pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc,,
+pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.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/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED
new file mode 100644
index 00000000..e69de29b
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL
new file mode 100644
index 00000000..becc9a66
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.37.1)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt
new file mode 100644
index 00000000..c4ad5212
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt
@@ -0,0 +1,5 @@
+[console_scripts]
+pip = pip._internal.cli.main:main
+pip3 = pip._internal.cli.main:main
+pip3.10 = pip._internal.cli.main:main
+
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt
@@ -0,0 +1 @@
+pip
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/__init__.py
new file mode 100644
index 00000000..8a50472b
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/__init__.py
@@ -0,0 +1,13 @@
+from typing import List, Optional
+
+__version__ = "22.0.2"
+
+
+def main(args: Optional[List[str]] = None) -> int:
+    """This is an internal API only meant for use by pip's own console scripts.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/__main__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/__main__.py
new file mode 100644
index 00000000..fe34a7b7
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/__main__.py
@@ -0,0 +1,31 @@
+import os
+import sys
+import warnings
+
+# 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__":
+    # Work around the error reported in #9540, pending a proper fix.
+    # Note: It is essential the warning filter is set *before* importing
+    #       pip, as the deprecation happens at import time, not runtime.
+    warnings.filterwarnings(
+        "ignore", category=DeprecationWarning, module=".*packaging\\.version"
+    )
+    from pip._internal.cli.main import main as _main
+
+    sys.exit(_main())
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..78361e8511c363a1574ecbd26e5af4a9ce61bda4
GIT binary patch
literal 657
zcmZ9K&59H;5P*~Jp5ETk1rJ^p59THVZf6}ARz+k*5CmBTJ-2)VMYsAVLv@Hl+dF=w0)2SeNO{uj~`ZuUh
z5Nh4xLxBLI3BlnrDc3qQ{jyxyPP)O>l6p#w*aOPblc!J0T_Yb4Gvi}XZGG(=c)EuB
zlv!4PDa$@k>k>@xgR``XK94nt&uH5D-TL*Pm09H
zpEBd;v%N77gVSd1=2fkM-U>&%7BknH&*3m+n4%<%E3e!M`U)aEaG{#vqBL70LH6
z&FO$y&Vb%TlH4Pb0on16T(g$A2R*xsCFv+7kVv*-?kN!DMu#Xm+R;23bhjjdsAH%+
zk`XFj0lPVt9L6%1$)||+JxA4~p5`a0p}SK!`8ZUT^a@>Fk(v084$134f+&i*RJtfa
zq88dX_;8j!vgLeLE|gxpO0e2Dzk2eB!g
z#*aR5TQ;kYRFl>yt0q;k5fp?7ets-8-e_TZYH=`+YoG1GwiTlCIL
zuny1&T6(kZ6wa-(X`wXgbXleIN~OIkH^K=+JWLljyjRT^;_f0hgr8NmG&N*ytu?r8
zW85mU>uO!Ai`LsEIQSoWiHdErG&*ZRw^^m$9q_aC$>Yqc1}+ZM`3x;(e-@kCZ4l4*
iD|bQxHMorc

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__init__.py
new file mode 100644
index 00000000..6afb5c62
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__init__.py
@@ -0,0 +1,19 @@
+from typing import List, Optional
+
+import pip._internal.utils.inject_securetransport  # noqa
+from pip._internal.utils import _log
+
+# init_logging() must be called before any call to logging.getLogger()
+# which happens at import of most modules.
+_log.init_logging()
+
+
+def main(args: (Optional[List[str]]) = None) -> int:
+    """This is preserved for old console scripts that may still be referencing
+    it.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8c45e3202223ace5a970c7d6443868aa9073b1eb
GIT binary patch
literal 778
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0863bdc4c1d5923597be9ff543bc1123f4b07ea4
GIT binary patch
literal 8405
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
k+Ky4S%O?GwDOWm
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4c7d26334ed8d5b670b1fccde728a28b03972dab
GIT binary patch
literal 23148
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
Lp2hXr&h-BW6C-;0

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8c93671eb9776db7fa1cb27a84180dc5cce7b39d
GIT binary patch
literal 643
zcmZ8f!EV$r5Ve!+5>`~=z@_4VuPf2G2qd6Fs1gzTWl64`y|%oFFqyK*;IV66sPiIh}OHhJDZ9ccQh>#
z;()H+mi!$%Jz_A@Wa-u~Qi>aSBfd(moPYj)-da+;0s;Z
zQG+%_Qn9V0>g!Qav|XpRpb#zr!8O+HR*KEWYBiJhT%tC{{?(}r#M*ZBR1tt`V+?en
z_0Gn2*jA12br?gfgALje4M6(ki`TEJxe%tF)^aK@uCWdQkf-p3Gph^hA|MZ;8dwcg
z;3AH}^H;)UI+J0++suCmESdjC-TEFh4$cAUYmZkt4BgP%qdkR|JNZ8(!x>|2z0-Se
zd)?XXzxa9e>{yeHa1`q1s@}2ar2kfx?rZC+Fiu4xNeLx*uq-o7zsg#kt(Vg>j)7-~
l>7g)Zm~x6Z<=n-bHOsyO_ftywruSy(;B6YsT=k()`5&6!te*e?

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..112d6ce48953166e8fe4b837482e03a443956830
GIT binary patch
literal 3562
zcmb7HUvC@75#QZA9*^Xak|ia!THC$4DP#gRWuq->7_OVT4p0}WEW|;L5(tPBcS)Xo
z|Gc}DBKBCMRv!9d6n##ET7Bz#9t-qi6u8$u^(zF3-I+a-qJ*?SPq@|Y-puUGZ)RtP
zX|q`;@Vqa-EgpP}kbmJ~`Dwu7eR$QEFmS?YM7sE&MKoqzMsaRMR&00exYDh}PS-Je
zc2tesu50F%s210|^|;Y(n6(pmakJZuTisT?(p`bQs<62$RtGk(@%m?W_X2N-HP~5$
z9gjC*XI(Jf8WO(pS9;948+=tbVs(@73qZF9@4BIP#KtBW)cFQ~2YBA$^a*Ld`)|;k
z?6zr9Pl8x*JHf3A
zkwTAU(x<5R?7_JO@6X{?mtoK(CmNtgo0@UT*=MkRNRH_-nr!W!VP-&YBO|`xWb%6;
z{@9&T5JFMNuL&hD7$?9=cfs^}2s(mgNnaF}(h{~<=T>2dTEu@Nat%a$b+|oBW3esA
zNh0L-VJe?*XX9ubhc^#YHWE^tUn&k1M|zYd+Xo^!*p9;e+4={a+qbqA2)~&H{pZ0@
zsO>DwwtHcsg#@nvSyqDC$&QNJy`f0NCz-sziuRyk?9)qRa;+DtUIgy!rGp+Q-MJT~
z{UB2JI}3)kC0jsV*hp4b;JG%H9_$#C%3&P|R?f*M{DwozGgYxqZ0;bv)xJS)HsYhh$@zv8a0^cKuLWI)}Gnk_0ZNQyNReNT=QIPRg)K^UpFUAVFgX;oDB(TIc>mHtTd
zpBLV2ZKM_Tv4Rss_M_WBE>6|#p_+xOAV@Pf-$?7>&FZ72^9K>b++i&LJK!+0oSx9B
zJ)1L_S8`ij%q!}mwsPxpz~u{eOkdL6miM%sLtu0375n4L)X|mKPVT&}o)F-wJ|*0?
z0or4WlEl4D)a^q`A&M#a4ZL~vwaY6&=O&EXQx~K?hBF=m?)I3BayNGmh#bzSI8bq*s=cn|E_XNK+y%X3Xo!q+dkS|6r7HDH0(uj5$n7TtIP5Wz
zFL|9eh75DqpBdo?Cq77253b)+U+ObR(}FQ}q|^!IxEj;T3~#
zwTI;6tJC_#(apSm47NTcFHUTtTSxz(WD0q8QaAK#dHr+t1w*d9@e-|X{H}3G4?!cq
z#05+|Gg}{$6Egpugf>pnbtfrLnaYpd>>HSV28k$=7X>KOfg&Po6K8?nTP%V6kv!TR~cj$tYEFVC&2m@tNA0spmsnu^KLAM62puI23@{op=U=o64mB$)ks%
z3ic!T@(s7m4;27x`klLT9Zppp1z=u)h>tS}>yN%_mXc@4O!oh8(en$cKy2x$nJl~!
zzny|E=OSvdW=_{>3Kjh)KfKks0}V;#a3n-DDHSuHI!0IzQc!TW*DC|O*K0F*6>5>(
z!U1Q1Q+3vBOfEmtXuWZXkBtGU0R001r8>ab272tt0+l9{_kg&cCQwNs0R_n%v*inM
z*9YLs04hUfRc_+B*mxCAs4!c~8ZPWK6Nz+iT8SXHLfMC7cwr5NE*!Y^aiAp@QPXos
zY}BQTLluWBFtk_XHJpDBhxc&!J`6<@GU91#P}Fc~;4A0=4A06EUWP}n3=acK(O9~L
zMa3i-`5hGdT^xKIu=!i+l-5!4)3c0ZY&}#CgLlcJE@RZC_FKEsqO0`sTaVeybv?@9
z&wlIJ9xdl}W`FHe+=@*-%eHOcbLxybZ@il8)TwK^h68t8hXGH^tU>Y{X0fl`PubhL
z<5A$FcGIOTChvd(?RO3KMWdfW=ICR(R}%ZU!qG<=cvxDnkl47$3T`)`@$B@VKjo<`
zJ#%eor&GoZ@O74eQl&r8GsPuCJ#Sn);*-8GKP{B;c`z$#-&E@
zC6o=`rYUvr#VH?0;y!kj>IMuh@#qHi*ecy%Yt=QI*@!f&IF!8wd>607T5tXXh@|Dv

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ae2eec12f07a23f7ba495f8ae876d7dea7b207c8
GIT binary patch
literal 4602
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..76f790b226f043f32a766de54f9e522dd1d76934
GIT binary patch
literal 9164
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/build_env.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/build_env.py
new file mode 100644
index 00000000..daeb7fbc
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/build_env.py
@@ -0,0 +1,296 @@
+"""Build Environment used for isolation during sdist building
+"""
+
+import contextlib
+import logging
+import os
+import pathlib
+import sys
+import textwrap
+import zipfile
+from collections import OrderedDict
+from sysconfig import get_paths
+from types import TracebackType
+from typing import TYPE_CHECKING, Iterable, Iterator, List, Optional, Set, Tuple, Type
+
+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_prefixed_libs, get_purelib
+from pip._internal.metadata import 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__)
+
+
+class _Prefix:
+    def __init__(self, path: str) -> None:
+        self.path = path
+        self.setup = False
+        self.bin_dir = get_paths(
+            "nt" if os.name == "nt" else "posix_prefix",
+            vars={"base": path, "platbase": path},
+        )["scripts"]
+        self.lib_dirs = get_prefixed_libs(path)
+
+
+@contextlib.contextmanager
+def _create_standalone_pip() -> Iterator[str]:
+    """Create a "standalone pip" zip file.
+
+    The zip file's content is identical to the currently-running pip.
+    It will be used to install requirements into the build environment.
+    """
+    source = pathlib.Path(pip_location).resolve().parent
+
+    # Return the current instance if `source` is not a directory. We can't build
+    # a zip from this, and it likely means the instance is already standalone.
+    if not source.is_dir():
+        yield str(source)
+        return
+
+    with TempDirectory(kind="standalone-pip") as tmp_dir:
+        pip_zip = os.path.join(tmp_dir.path, "__env_pip__.zip")
+        kwargs = {}
+        if sys.version_info >= (3, 8):
+            kwargs["strict_timestamps"] = False
+        with zipfile.ZipFile(pip_zip, "w", **kwargs) as zf:
+            for child in source.rglob("*"):
+                zf.write(child, child.relative_to(source.parent).as_posix())
+        yield os.path.join(pip_zip, "pip")
+
+
+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 = {
+            os.path.normcase(site) for site in (get_purelib(), get_platlib())
+        }
+        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)
+            for req_str in reqs:
+                req = Requirement(req_str)
+                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 dist.version not in req.specifier:
+                    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
+        with contextlib.ExitStack() as ctx:
+            pip_runnable = ctx.enter_context(_create_standalone_pip())
+            self._install_requirements(
+                pip_runnable,
+                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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cache.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cache.py
new file mode 100644
index 00000000..1d6df220
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cache.py
@@ -0,0 +1,264 @@
+"""Cache Management
+"""
+
+import hashlib
+import json
+import logging
+import os
+from typing import Any, Dict, List, Optional, Set
+
+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.format_control import FormatControl
+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__)
+
+
+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.
+    :param format_control: An object of FormatControl class to limit
+        binaries being read from the cache.
+    :param allowed_formats: which formats of files the cache should store.
+        ('binary' and 'source' are the only allowed values)
+    """
+
+    def __init__(
+        self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str]
+    ) -> None:
+        super().__init__()
+        assert not cache_dir or os.path.isabs(cache_dir)
+        self.cache_dir = cache_dir or None
+        self.format_control = format_control
+        self.allowed_formats = allowed_formats
+
+        _valid_formats = {"source", "binary"}
+        assert self.allowed_formats.union(_valid_formats) == _valid_formats
+
+    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 []
+
+        formats = self.format_control.get_allowed_formats(canonical_package_name)
+        if not self.allowed_formats.intersection(formats):
+            return []
+
+        candidates = []
+        path = self.get_path_for_link(link)
+        if os.path.isdir(path):
+            for candidate in os.listdir(path):
+                candidates.append((candidate, path))
+        return candidates
+
+    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, format_control: FormatControl) -> None:
+        super().__init__(cache_dir, format_control, {"binary"})
+
+    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, format_control: FormatControl) -> None:
+        self._temp_dir = TempDirectory(
+            kind=tempdir_kinds.EPHEM_WHEEL_CACHE,
+            globally_managed=True,
+        )
+
+        super().__init__(self._temp_dir.path, format_control)
+
+
+class CacheEntry:
+    def __init__(
+        self,
+        link: Link,
+        persistent: bool,
+    ):
+        self.link = link
+        self.persistent = persistent
+
+
+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, format_control: FormatControl) -> None:
+        super().__init__(cache_dir, format_control, {"binary"})
+        self._wheel_cache = SimpleWheelCache(cache_dir, format_control)
+        self._ephem_cache = EphemWheelCache(format_control)
+
+    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
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py
new file mode 100644
index 00000000..e589bb91
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5ccc4d1669b8804152334a51a5d5f80fbc1459d9
GIT binary patch
literal 298
zcmZ9Hzit9C490UTJt6S~U9wdSU{KepV(Zq0txFUxhKop?D1WYkxi8aKV(nXWst++#
ze3EVbY)k$eX0xeaZPFutas3(LzZ!-OM{YS8@gYpJ74ymYZCiIycSn6d*##=vlBI*x
z&dIQs(Z;9DeeX3H=`5kNR50yzhccnl1r3i4PT%Lvew~Hai9uwYUHoS2veIOW+25@$FhN{^K98PS@dpgtS>ONw

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4d2d7ed1b59361186a0a796acdfe050a0df4ac21
GIT binary patch
literal 5331
zcmb7I&u`qu73K`NTrRa*Nh{fwWG7|PHqAD+>_$$52zFQ04kc0I
zlB*$CwhS)dKrSL5infRLTIuM2puP3bKV#5aPdWF{!a?kQZ@4S1WCv&|aCSJq-n=*O
zd+!@1qob~Y=RJ8gn3^?=f6~YBQ^Ci3c+QYtL?P#=JTdK9kmd5mVIT~+IEKQ(3B`U&w
zXf4&nNKgqTXADsdro?FA1ZC8nz@@fTN7Td^Mx7Gl!K9eL>tF=+*rF~b(Q{hxMWb=*
z{?D!_YhlaF*8R-uBzFUudVV)cT1mST1zDKHUKppDA4P%iR(8DQC@s?=Kd!?&m!AI~hEuP;u~@
zc+-DyoDs{64Yti>nRKVRFlUT?eqabo@Zazm;}OeD-Cmk8c3IE3@9eQ0z0(HzjL(gD
z#4<8#=R7m$PuP!)FN~PoHL}vK(PNpNl`)I289h_*p0&q5H14>)QeMjWwjn>vOFfHW
z{MMx$^1AHzOwOWK-sEyIbM`C3I$+G$GxlBK9I&d9+(vI@+vwT3EgxnhkWof&^}u+<
zzhYnURW4jH^3ci48>6BsMt=)=kniMZkFZIb&$e
zYq_~Uo!8JZv&u=gt-o$P7US5nu?HL!mLz8{%inX61pXpKy*iTRa*7I->z?6+jI
zbRvcPU9&fqkIDbgzH{umH!db=?R>nLO>^$N+?&WJ#MF$@tK-+2F<|wnqD63VilmFv
zn_Rcn#hJG;4w~1s=1<~J#I#PUe%)h;5uBZL*j4U(P2FSZ``@W?1D~J_V`u
zVY{I9qnsbv1~MRT>#caaugz4U3C4W^AL?sEo|M(Z%>MVZ6=t;+a5lT_fYI)bPDLa6
z?EOnu<4o>&HUrKg^u6a^w)xP9uaZA38M!R
z!EL@3h4aTF=v-$(3dz1QClQ3(2c6dWDR>4>KPiN6j3X_X&Gf(uraDQrd~a
z>@k;T@U7TAc^1D#agJ&)p;*BCFFMs(kxKpsTle51yQ}z5cQ0h+Dw_;u-$}zrYEG|z>t)rd(TTJjkWYwQPI*z2h#W9UT`$*n(CorHD
zm=&&ciHD@B)RDCKB%!rQ&;;QLz(%t5R1&#UcEL>4*pShhph9wjdL6Xt0cv#dvzs?R
zy}G#A{Q1@EHDRah=nS}zFbSyG_e^HHxQ0pHM5;gpho)w
z*JRS|r1Ap9NjhXTx+;@)le8*`)dqrn;}nP&MLYQp4H-F#@33XDP^!j`T8q$W(F}D8
zyX!_myTg&4l!+ryl|#G9X)ZBFy^^-EvWv~B
z3VxfBzY;{sLN!&j)yU7XAP&S)1ZY_D4Kl+F736dBM^um(sp?R?4aU%t{t1O^TI@8d
zG0w(Wl{t(*vrUIt%tEPu8Gq_p4npu0w=5fNRpxU0sa1BEi@&wD_BX(tYMDzfIqF4Y>YX_Ye@05ZLP(}RQnu7
zi@-a02w3FfAK=w`Ab_wOxh*F~ewI0aU;p~zqApzJkMs8vB$Czo$_p-7m3kT#0UxRtOAR0wK2i>K2(b#%r
zYl7r9D*kmOjgNy2cZa|uw^4ngKxG#Ar61?Z9di5cy??>LYFGF%XtawCGmY1Jf2D$|d58l@9Zkd$8)
zOHO7aLc?9WDFJ@gwKQ5e@Hh)xxy*T1Gx-Dljb%$3S%iv3)LIla2M;Ml&?5cQzoGb2
z-vak}4sHOZz#kRgW)67ua1-1IjBp<;9q@FTY)W^-eVa1eBSW)tF3g7x#+7rEfCkQP
zJzs83=q7w3Lu;au>e!6qIOr`5i9->gC-q1t!2ni$#Z~>gB$3`rL8E7poRnqqIcuS_uYW
zBoN1tefW!
z60-biP+qNZOXq2a+0Ptg=hJM;qRc&x%xwKz&j7C-!T5#78C7mJ
zMbc_Ei%6tR{T8~wZ9t*2B#F|3SJ?>F@N;RRQ_@jNO2g8ou`l6%H+Oiyo5THXZs^}u
z1s^?qVod-4Sel_0T=K*S3WCDN?Um?i!3lm%HM$%YA&hh%ih_rnSvi;6iRebb6=2^;
hUq^v3tvOAVO|vQ|w&R+7-PS$<)~>?SX3$_i
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a49898016aa4a8a0f57c0a25860cafc12b9484d2
GIT binary patch
literal 22573
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
L?zZ{n)i3`OP1H|P

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f2d7ffd8f8588b9e69ce3373e85a336ab476c81e
GIT binary patch
literal 1332
zcmZuxOOMn>5Uy@N#$#rN1(py5Lcq-j)*!A3AyyE9l)3B*6kj@yyO%ZiMYm`6Ar8Q-
z#0ljuz>&Yy*PQqVQKTqT**j#i*|z+3b-BA9Usbyvk3+!mKwnXRa)3W*u{vB_JiymH
zM35j^0VPXV$rH|K%?qb=6Swpduk;h2f%2szUFm(~$>1lDz8oBZ94vSe$Y2Yi;a9W+
z5x2uf`+2+7rr9ey$?B?A`)!$4=?kSJ$4)kT&Ck8Y22Wb0)3(-juzk>|XQ{SaY;Q-*
z4zqfm>O8I5j0~?13Y~^|il8825)v-M53s{1#G_H-C|5G&Nq!l2xb&od1vv>&T9`OBdy@zYpx=+
zuz*kOGaz~F4G7*k3&7cxfR_36apYOg%o?R_AVgl}tq^t%1yQC5$3$r|X~+N3ePPx$
zs@TDKC`4AI#t88R{(2Yh)}@N|tg4ib_iFtrZf3=-%x}$2v#Yc^xik`Y9JIT270*>Q
zkBj`bV{X%S~d9%nr@%TPC(13kiM10ujj2$|1D
z?C|O-6mBdt{vU;On(AwQMRPWg_mR5K%1yAKOj*4#-scx?@#;<`^>O?
z*fetfjoOYC)n!=-OlS>{YC3-+7kvqJKjLfX%7kph4{w|n@=1I2=a}Mkz)r2wQemft
zLX@?f6(o;@cs)yt{!7;bnr?yi2rd$kH$5Pr0I;9?w#`&g2(c35Iod+(>LCIhFyuOb
z3FF>6yB2o(X*9IqF^|}@-5u#XTE9JL^6EwJuX9h0*n1|6E3UdCcl8bK^_kqKD{QC%
L*I*r~Iq!S}mSH+?

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..433642a2c96826e7ecf9a8fb3c5dca3e80fce0b2
GIT binary patch
literal 1396
zcmZWoTaOzx6t+FrTsOO0!Y&0A6;+UjWI((jgj!X7K#I22@=!5C8coM0J6q31wv#kb
zQXv%{`2!%N>>KcozvZtMbexL5eGUj%W0jlavoq7}C+@9}ogi943}dAI1r
zJ$=KIHEq9wKR{<=qTN|8l@1@(#wF!rth?z#RasTk
zoGAu!uTF(z322J6q@d_$f~D%FCVZUN4~3`%SUZ%}f;B0%n~J&AzF=x0$_$&N*UJZL
z(0%}0{sqSt5M3bAQRvd(iGCudXonQpJ68xJ<-UY-6Dn_uUgGb_4)4elRDSFt<*)B!
zv~$3E8}0`Ckdm$QEBcLGVYp{Cs&(0JqT{YMrQg`b%b{oZg;o2xbO%!#s#nju9C8GY%Wan+Y{qYv6
zfzAYHuM7yA;NkiCqw_CD8g1@=JufSfm-7)b2#)T`(dvSgBgvF9T3%%-XPfq9lFNz%
z?xqFdYyOsYYUbV@jfJ<
zz?PrD5#l}$9iI>~0PYC(5QjgIe@JkI2l#{l|L?$Q6MJin&&DS@ND^9QNg{@DA20++
z0CjN;lIRfV2qM&fPdZGA`kl
eMMW2!ePu>nnp-XkNr=riz+KYC&DSQQ5B~!J)Pjlt

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..326bf45dd5ba17a1d30e728739c26a6c577955dc
GIT binary patch
literal 2182
zcmZWqOK%)S5T5RN?s#|o$eRRZWQl}D@@^6YTucP_>t4lAm
z^9jCUO&roEA$VLQ_^~xuKK%TPNMyy7(WqkSm`0P5N8_>(lGkGi3sG8-h(51M?G?!#
z8s%wLL{-WK<>6}x)_OF+%6XUxsoW=Z#pnR3aGaB}k{N6Si)&kDG0CRi7{j;bP4)hF
z6-o60_vs|9nG|19Ry`&QGaKM3!eP<;lqsoYdWF-M-|!
z)UPdTzbdPeeaZ!#uL5J>kfa;n5lMR)}sjPW1)?uAIHcWJNw_pec
zLYmr2bYu}*Vvx=+?#ybexqWOQOFBm|Ph9EEed+B6jdhG?2v$1{Iz~`07gj^!O%d@)
z@WPTy^X{>A-#S8TdM?q8d*hC~wNj?UW5%<<=sdQnj2ClI%eGlh#Rf00eCvlvAWRRgT{6
ziL%BB!asR*UR)TDVTg4QQ;7R%?+1u>h8skzmkvP<-nCv@uk2s(j~Z`S;X9wbK@k+r
z7d6zE9}H}Thqw4S*g$m`_f4{5QvPo7t6+RH8|{=i9r3y-C?7p5`QE6iS)FGa`=Z*R
zoSsz$0gnT@Qx>CrTI`Qlw!P3l9^Sq+5}BkMRXW~-*u@BvHiF{-b4AKVW0s9h!DCn*
zsBn`3wBcga-J3en0EB0Gc;&74_VC8LkQ#2Xa-1@87bYh!DijWuxlR`Mv{(Y6u8>Tm
z+l;oSiwf{cNs{uZ;JVc)e}Q1`Xl*r5_voTP$&{CMrFv5e8A;hfUD0K1E4Z*YIux$4
zt6T^=7s}Z!vqCKqD#koBbcFPK3oZat3cZ2gI#84RR$S9+7sM(IQ)+Bugpp&0_gCNt
zxNnEZvqRg%!QWlSfsUXf`5$0(=5!7Wk^X>*w2myG2ATuhj}ZU|&ujn;=GUdY>&)E-
z?E)2mQbq$Z`K>k&G|?KHZ!|VR(B$wQ=AXz;V;@12)pOW0G-R|-e6`=qX&kwEPh4NWeP(dr@(C3*{Hlqc+%mLAc(x&=c
zXI^<}Rnda*4k-MFv2dD~`*aZSkF@PWZG-;Vf@;w)R7c+-p-fN}Kvz#pLvW`x6++p$
zn6_4PQBBuVi0OfP3x?2#d8ps<>^|zF09~^KkbxcG0QIqh)^!b>!
z-!hXsb!NGi856@i14?P$w&aE=QpO+(O&chll5BreM_o

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1c4808d6119aa7749bcf3c30a595b0d13996340b
GIT binary patch
literal 9969
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
ABme*a

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..58e886542fe7cdaa62c196931cbd345716bd26f1
GIT binary patch
literal 9258
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..59a3029f47c3e1e50e2b37daf9f435ad532f2dcd
GIT binary patch
literal 13559
zcmb7KTaX;rS)RU3&t+%!rj@k1wVq02Sa-6jyZG4#`G`-Vjc6+yH
zdUU#HrJ2lvlT~o?padug1OkyrUi?5oQF)XLmRO&zIW%w_RmlyB^-&ay8Csj!~
zilcf;Md4qyqVlg+(eSHzdOcl9E7V5!jC!V$;e6W5)^n9yJzvS!Cn^*5LZ!gvhF7dl
zRwg;0@uuq2m1)jry_x!KWtQ_fZ&!V;GROJ6x4XWlvZubcvX|c{y!raR%0A8)y#4h9
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

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2dd123a3d2ef7a687a279bab796e18ae0809e594
GIT binary patch
literal 377
zcmZ9IK}*9h7>3iW-G*53AUM!Ju)`L`tH|bBu{aZH*9yIa+5}hDwIxX>yZC?nOTBv9
zU+`pNcM#u@Cp_?ee2~(%kATXQpEIf6FD-v#D4D7&E)*z;0X1TScH$20#$9U0CbeRV
z_5v{K?^Ofr^}xQP(bX_D&J@t7*YtyMK6itlv0UHBeq)E|5#bj^T0Mv@e
zd=0BQuQ%CvE2 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:
+                for opt_str in opt._long_opts + opt._short_opts:
+                    options.append((opt_str, opt.nargs))
+
+        # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py
new file mode 100644
index 00000000..f5dc0fec
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py
@@ -0,0 +1,220 @@
+"""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._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,
+        )
+
+        # TODO: Try to get these passing down from the command?
+        #       without resorting to os.environ to hold these.
+        #       This also affects isolated builds and it should.
+
+        if options.no_input:
+            os.environ["PIP_NO_INPUT"] = "1"
+
+        if options.exists_action:
+            os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action)
+
+        if options.require_venv and not self.ignore_require_venv:
+            # If a venv is required check if it can really be found
+            if not running_under_virtualenv():
+                logger.critical("Could not find an activated virtualenv (required).")
+                sys.exit(VIRTUALENV_NOT_FOUND)
+
+        if options.cache_dir:
+            options.cache_dir = normalize_path(options.cache_dir)
+            if not check_path_owner(options.cache_dir):
+                logger.warning(
+                    "The directory '%s' or its parent directory is not owned "
+                    "or is not writable by the current user. The cache "
+                    "has been disabled. Check the permissions and owner of "
+                    "that directory. If executing pip with sudo, you should "
+                    "use sudo's -H flag.",
+                    options.cache_dir,
+                )
+                options.cache_dir = None
+
+        if "2020-resolver" in options.features_enabled:
+            logger.warning(
+                "--use-feature=2020-resolver no longer has any effect, "
+                "since it is now the default dependency resolver in pip. "
+                "This will become an error in pip 21.0."
+            )
+
+        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("[present-diagnostic] %s", exc)
+                    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
+            return run(options, args)
+        finally:
+            self.handle_pip_version_check(options)
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py
new file mode 100644
index 00000000..b7e54f7c
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py
@@ -0,0 +1,1018 @@
+"""
+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 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.cli.progress_bars import BAR_TYPES
+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_install_build_global(
+    options: Values, check_options: Optional[Values] = None
+) -> None:
+    """Disable wheels if per-setup.py call options are set.
+
+    :param options: The OptionParser options to update.
+    :param check_options: The options to check, if not supplied defaults to
+        options.
+    """
+    if check_options is None:
+        check_options = options
+
+    def getname(n: str) -> Optional[Any]:
+        return getattr(check_options, n, None)
+
+    names = ["build_options", "global_options", "install_options"]
+    if any(map(getname, names)):
+        control = options.format_control
+        control.disallow_binaries()
+        logger.warning(
+            "Disabling all use of wheels due to the use of --build-option "
+            "/ --global-option / --install-option.",
+        )
+
+
+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 dist_restriction_set and not options.target_dir:
+            raise CommandError(
+                "Can not use any platform or abi specific options unless "
+                "installing via '--target'"
+            )
+
+
+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."
+    ),
+)
+
+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=list(BAR_TYPES.keys()),
+    default="on",
+    help=(
+        "Specify type of progress to be displayed ["
+        + "|".join(BAR_TYPES.keys())
+        + "] (default: %default)"
+    ),
+)
+
+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.",
+)
+
+proxy: Callable[..., Option] = partial(
+    Option,
+    "--proxy",
+    dest="proxy",
+    type="str",
+    default="",
+    help="Specify a proxy in the form [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 = "invalid --python-version value: {!r}: {}".format(
+            value,
+            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 older binary packages over newer source packages.",
+    )
+
+
+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.",
+)
+
+
+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)
+
+    # 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,
+)
+
+install_options: Callable[..., Option] = partial(
+    Option,
+    "--install-option",
+    dest="install_options",
+    action="append",
+    metavar="options",
+    help="Extra arguments to be supplied to the setup.py install "
+    'command (use like --install-option="--install-scripts=/usr/local/'
+    'bin"). Use multiple --install-option options to pass multiple '
+    "options to setup.py install. If you are using an option with a "
+    "directory path, be sure to use absolute path.",
+)
+
+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.",
+)
+
+
+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(
+            "Arguments to {} must be a hash name "  # noqa
+            "followed by a value, like --hash=sha256:"
+            "abcde...".format(opt_str)
+        )
+    if algo not in STRONG_HASHES:
+        parser.error(
+            "Allowed hash algorithms for {} are {}.".format(  # noqa
+                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.",
+)
+
+
+use_new_feature: Callable[..., Option] = partial(
+    Option,
+    "--use-feature",
+    dest="features_enabled",
+    metavar="feature",
+    action="append",
+    default=[],
+    choices=["2020-resolver", "fast-deps", "in-tree-build"],
+    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",
+        "out-of-tree-build",
+        "backtrack-on-build-failures",
+        "html5lib",
+    ],
+    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,
+        verbose,
+        version,
+        quiet,
+        log,
+        no_input,
+        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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py
new file mode 100644
index 00000000..ed683223
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py
@@ -0,0 +1,27 @@
+from contextlib import ExitStack, contextmanager
+from typing import ContextManager, Iterator, 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) -> Iterator[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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py
new file mode 100644
index 00000000..0e312215
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py
@@ -0,0 +1,70 @@
+"""Primary application entrypoint.
+"""
+import locale
+import logging
+import os
+import sys
+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:]
+
+    # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py
new file mode 100644
index 00000000..3666ab04
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py
@@ -0,0 +1,87 @@
+"""A single place for constructing and exposing the main parser
+"""
+
+import os
+import sys
+from typing import List, Tuple
+
+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 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)
+
+    # --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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py
new file mode 100644
index 00000000..a1c99a8c
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py
@@ -0,0 +1,292 @@
+"""Base option parser setup"""
+
+import logging
+import optparse
+import shutil
+import sys
+import textwrap
+from contextlib import suppress
+from typing import Any, Dict, Iterator, 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) -> Iterator[Tuple[str, Any]]:
+        # 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(
+                        "{} is not a valid value for {} option, "  # noqa
+                        "please specify a boolean value like yes/no, "
+                        "true/false or 1/0 instead.".format(val, key)
+                    )
+            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(
+                        "{} is not a valid value for {} option, "  # noqa
+                        "please instead specify either a non-negative integer "
+                        "or a boolean value like yes/no or false/true "
+                        "which is equivalent to 1/0.".format(val, key)
+                    )
+            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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py
new file mode 100644
index 00000000..ffa1964f
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py
@@ -0,0 +1,321 @@
+import functools
+import itertools
+import sys
+from signal import SIGINT, default_int_handler, signal
+from typing import Any, Callable, Iterator, Optional, Tuple
+
+from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar
+from pip._vendor.progress.spinner import Spinner
+from pip._vendor.rich.progress import (
+    BarColumn,
+    DownloadColumn,
+    FileSizeColumn,
+    Progress,
+    ProgressColumn,
+    SpinnerColumn,
+    TextColumn,
+    TimeElapsedColumn,
+    TimeRemainingColumn,
+    TransferSpeedColumn,
+)
+
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.logging import get_indentation
+from pip._internal.utils.misc import format_size
+
+try:
+    from pip._vendor import colorama
+# Lots of different errors can come from this, including SystemError and
+# ImportError.
+except Exception:
+    colorama = None
+
+DownloadProgressRenderer = Callable[[Iterator[bytes]], Iterator[bytes]]
+
+
+def _select_progress_class(preferred: Bar, fallback: Bar) -> Bar:
+    encoding = getattr(preferred.file, "encoding", None)
+
+    # If we don't know what encoding this file is in, then we'll just assume
+    # that it doesn't support unicode and use the ASCII bar.
+    if not encoding:
+        return fallback
+
+    # Collect all of the possible characters we want to use with the preferred
+    # bar.
+    characters = [
+        getattr(preferred, "empty_fill", ""),
+        getattr(preferred, "fill", ""),
+    ]
+    characters += list(getattr(preferred, "phases", []))
+
+    # Try to decode the characters we're using for the bar using the encoding
+    # of the given file, if this works then we'll assume that we can use the
+    # fancier bar and if not we'll fall back to the plaintext bar.
+    try:
+        "".join(characters).encode(encoding)
+    except UnicodeEncodeError:
+        return fallback
+    else:
+        return preferred
+
+
+_BaseBar: Any = _select_progress_class(IncrementalBar, Bar)
+
+
+class InterruptibleMixin:
+    """
+    Helper to ensure that self.finish() gets called on keyboard interrupt.
+
+    This allows downloads to be interrupted without leaving temporary state
+    (like hidden cursors) behind.
+
+    This class is similar to the progress library's existing SigIntMixin
+    helper, but as of version 1.2, that helper has the following problems:
+
+    1. It calls sys.exit().
+    2. It discards the existing SIGINT handler completely.
+    3. It leaves its own handler in place even after an uninterrupted finish,
+       which will have unexpected delayed effects if the user triggers an
+       unrelated keyboard interrupt some time after a progress-displaying
+       download has already completed, for example.
+    """
+
+    def __init__(self, *args: Any, **kwargs: Any) -> None:
+        """
+        Save the original SIGINT handler for later.
+        """
+        # https://github.com/python/mypy/issues/5887
+        super().__init__(*args, **kwargs)  # type: ignore
+
+        self.original_handler = signal(SIGINT, self.handle_sigint)
+
+        # If signal() returns None, the previous handler was not installed from
+        # Python, and we cannot restore it. This probably should not happen,
+        # but if it does, we must restore something sensible instead, at least.
+        # The least bad option should be Python's default SIGINT handler, which
+        # just raises KeyboardInterrupt.
+        if self.original_handler is None:
+            self.original_handler = default_int_handler
+
+    def finish(self) -> None:
+        """
+        Restore the original SIGINT handler after finishing.
+
+        This should happen regardless of whether the progress display finishes
+        normally, or gets interrupted.
+        """
+        super().finish()  # type: ignore
+        signal(SIGINT, self.original_handler)
+
+    def handle_sigint(self, signum, frame):  # type: ignore
+        """
+        Call self.finish() before delegating to the original SIGINT handler.
+
+        This handler should only be in place while the progress display is
+        active.
+        """
+        self.finish()
+        self.original_handler(signum, frame)
+
+
+class SilentBar(Bar):
+    def update(self) -> None:
+        pass
+
+
+class BlueEmojiBar(IncrementalBar):
+
+    suffix = "%(percent)d%%"
+    bar_prefix = " "
+    bar_suffix = " "
+    phases = ("\U0001F539", "\U0001F537", "\U0001F535")
+
+
+class DownloadProgressMixin:
+    def __init__(self, *args: Any, **kwargs: Any) -> None:
+        # https://github.com/python/mypy/issues/5887
+        super().__init__(*args, **kwargs)  # type: ignore
+        self.message: str = (" " * (get_indentation() + 2)) + self.message
+
+    @property
+    def downloaded(self) -> str:
+        return format_size(self.index)  # type: ignore
+
+    @property
+    def download_speed(self) -> str:
+        # Avoid zero division errors...
+        if self.avg == 0.0:  # type: ignore
+            return "..."
+        return format_size(1 / self.avg) + "/s"  # type: ignore
+
+    @property
+    def pretty_eta(self) -> str:
+        if self.eta:  # type: ignore
+            return f"eta {self.eta_td}"  # type: ignore
+        return ""
+
+    def iter(self, it):  # type: ignore
+        for x in it:
+            yield x
+            # B305 is incorrectly raised here
+            # https://github.com/PyCQA/flake8-bugbear/issues/59
+            self.next(len(x))  # noqa: B305
+        self.finish()
+
+
+class WindowsMixin:
+    def __init__(self, *args: Any, **kwargs: Any) -> None:
+        # The Windows terminal does not support the hide/show cursor ANSI codes
+        # even with colorama. So we'll ensure that hide_cursor is False on
+        # Windows.
+        # This call needs to go before the super() call, so that hide_cursor
+        # is set in time. The base progress bar class writes the "hide cursor"
+        # code to the terminal in its init, so if we don't set this soon
+        # enough, we get a "hide" with no corresponding "show"...
+        if WINDOWS and self.hide_cursor:  # type: ignore
+            self.hide_cursor = False
+
+        # https://github.com/python/mypy/issues/5887
+        super().__init__(*args, **kwargs)  # type: ignore
+
+        # Check if we are running on Windows and we have the colorama module,
+        # if we do then wrap our file with it.
+        if WINDOWS and colorama:
+            self.file = colorama.AnsiToWin32(self.file)  # type: ignore
+            # The progress code expects to be able to call self.file.isatty()
+            # but the colorama.AnsiToWin32() object doesn't have that, so we'll
+            # add it.
+            self.file.isatty = lambda: self.file.wrapped.isatty()
+            # The progress code expects to be able to call self.file.flush()
+            # but the colorama.AnsiToWin32() object doesn't have that, so we'll
+            # add it.
+            self.file.flush = lambda: self.file.wrapped.flush()
+
+
+class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin, DownloadProgressMixin):
+
+    file = sys.stdout
+    message = "%(percent)d%%"
+    suffix = "%(downloaded)s %(download_speed)s %(pretty_eta)s"
+
+
+class DefaultDownloadProgressBar(BaseDownloadProgressBar, _BaseBar):
+    pass
+
+
+class DownloadSilentBar(BaseDownloadProgressBar, SilentBar):
+    pass
+
+
+class DownloadBar(BaseDownloadProgressBar, Bar):
+    pass
+
+
+class DownloadFillingCirclesBar(BaseDownloadProgressBar, FillingCirclesBar):
+    pass
+
+
+class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, BlueEmojiBar):
+    pass
+
+
+class DownloadProgressSpinner(
+    WindowsMixin, InterruptibleMixin, DownloadProgressMixin, Spinner
+):
+
+    file = sys.stdout
+    suffix = "%(downloaded)s %(download_speed)s"
+
+    def next_phase(self) -> str:
+        if not hasattr(self, "_phaser"):
+            self._phaser = itertools.cycle(self.phases)
+        return next(self._phaser)
+
+    def update(self) -> None:
+        message = self.message % self
+        phase = self.next_phase()
+        suffix = self.suffix % self
+        line = "".join(
+            [
+                message,
+                " " if message else "",
+                phase,
+                " " if suffix else "",
+                suffix,
+            ]
+        )
+
+        self.writeln(line)
+
+
+BAR_TYPES = {
+    "off": (DownloadSilentBar, DownloadSilentBar),
+    "on": (DefaultDownloadProgressBar, DownloadProgressSpinner),
+    "ascii": (DownloadBar, DownloadProgressSpinner),
+    "pretty": (DownloadFillingCirclesBar, DownloadProgressSpinner),
+    "emoji": (DownloadBlueEmojiProgressBar, DownloadProgressSpinner),
+}
+
+
+def _legacy_progress_bar(
+    progress_bar: str, max: Optional[int]
+) -> DownloadProgressRenderer:
+    if max is None or max == 0:
+        return BAR_TYPES[progress_bar][1]().iter  # type: ignore
+    else:
+        return BAR_TYPES[progress_bar][0](max=max).iter
+
+
+#
+# Modern replacement, for our legacy progress bars.
+#
+def _rich_progress_bar(
+    iterable: Iterator[bytes],
+    *,
+    bar_type: str,
+    size: int,
+) -> Iterator[bytes]:
+    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)
+    elif bar_type == "off":
+        return iter  # no-op, when passed an iterator
+    else:
+        return _legacy_progress_bar(bar_type, size)
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py
new file mode 100644
index 00000000..5d4d1f0f
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py
@@ -0,0 +1,506 @@
+"""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 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.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.req.req_tracker import RequirementTracker
+from pip._internal.resolution.base import BaseResolver
+from pip._internal.self_outdated_check import pip_self_version_check
+from pip._internal.utils.deprecation import deprecated
+from pip._internal.utils.temp_dir import (
+    TempDirectory,
+    TempDirectoryTypeRegistry,
+    tempdir_kinds,
+)
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+logger = logging.getLogger(__name__)
+
+
+class SessionCommandMixin(CommandContextMixIn):
+
+    """
+    A class mixin for command classes needing _build_session().
+    """
+
+    def __init__(self) -> None:
+        super().__init__()
+        self._session: Optional[PipSession] = None
+
+    @classmethod
+    def _get_index_urls(cls, options: Values) -> Optional[List[str]]:
+        """Return a list of index urls from user-provided options."""
+        index_urls = []
+        if not getattr(options, "no_index", False):
+            url = getattr(options, "index_url", None)
+            if url:
+                index_urls.append(url)
+        urls = getattr(options, "extra_index_urls", None)
+        if urls:
+            index_urls.extend(urls)
+        # Return None rather than an empty list
+        return index_urls or None
+
+    def get_default_session(self, options: Values) -> PipSession:
+        """Get a default-managed session."""
+        if self._session is None:
+            self._session = self.enter_context(self._build_session(options))
+            # there's no type annotation on requests.Session, so it's
+            # automatically ContextManager[Any] and self._session becomes Any,
+            # then https://github.com/python/mypy/issues/7696 kicks in
+            assert self._session is not None
+        return self._session
+
+    def _build_session(
+        self,
+        options: Values,
+        retries: Optional[int] = None,
+        timeout: Optional[int] = None,
+    ) -> PipSession:
+        assert not options.cache_dir or os.path.isabs(options.cache_dir)
+        session = PipSession(
+            cache=(
+                os.path.join(options.cache_dir, "http") if options.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),
+        )
+
+        # 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
+
+        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)
+        )
+        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 "2020-resolver"
+
+    @staticmethod
+    def determine_build_failure_suppression(options: Values) -> bool:
+        """Determines whether build failures should be suppressed and backtracked on."""
+        if "backtrack-on-build-failures" not in options.deprecated_features_enabled:
+            return False
+
+        if "legacy-resolver" in options.deprecated_features_enabled:
+            raise CommandError("Cannot backtrack with legacy resolver.")
+
+        deprecated(
+            reason=(
+                "Backtracking on build failures can mask issues related to how "
+                "a package generates metadata or builds a wheel. This flag will "
+                "be removed in pip 22.2."
+            ),
+            gone_in=None,
+            replacement=(
+                "avoiding known-bad versions by explicitly telling pip to ignore them "
+                "(either directly as requirements, or via a constraints file)"
+            ),
+            feature_flag=None,
+            issue=10655,
+        )
+        return True
+
+    @classmethod
+    def make_requirement_preparer(
+        cls,
+        temp_build_dir: TempDirectory,
+        options: Values,
+        req_tracker: RequirementTracker,
+        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
+
+        resolver_variant = cls.determine_resolver_variant(options)
+        if resolver_variant == "2020-resolver":
+            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:
+            lazy_wheel = False
+            if "fast-deps" in options.features_enabled:
+                logger.warning(
+                    "fast-deps has no effect when used with the legacy resolver."
+                )
+
+        in_tree_build = "out-of-tree-build" not in options.deprecated_features_enabled
+        if "in-tree-build" in options.features_enabled:
+            deprecated(
+                reason="In-tree builds are now the default.",
+                replacement="to remove the --use-feature=in-tree-build flag",
+                gone_in="22.1",
+            )
+        if "out-of-tree-build" in options.deprecated_features_enabled:
+            deprecated(
+                reason="Out-of-tree builds are deprecated.",
+                replacement=None,
+                gone_in="22.1",
+            )
+
+        if options.progress_bar not in {"on", "off"}:
+            deprecated(
+                reason="Custom progress bar styles are deprecated",
+                replacement="to use the default progress bar style.",
+                gone_in="22.1",
+            )
+
+        return RequirementPreparer(
+            build_dir=temp_build_dir_path,
+            src_dir=options.src_dir,
+            download_dir=download_dir,
+            build_isolation=options.build_isolation,
+            req_tracker=req_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,
+            in_tree_build=in_tree_build,
+        )
+
+    @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,
+        )
+        suppress_build_failures = cls.determine_build_failure_suppression(options)
+        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 == "2020-resolver":
+            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,
+                suppress_build_failures=suppress_build_failures,
+            )
+        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,
+                None,
+                isolated=options.isolated_mode,
+                use_pep517=options.use_pep517,
+                user_supplied=True,
+            )
+            requirements.append(req_to_add)
+
+        for req in options.editables:
+            req_to_add = install_req_from_editable(
+                req,
+                user_supplied=True,
+                isolated=options.isolated_mode,
+                use_pep517=options.use_pep517,
+            )
+            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,
+                )
+                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,
+            use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled,
+        )
diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py
new file mode 100644
index 00000000..1e313e10
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py
@@ -0,0 +1,157 @@
+import contextlib
+import itertools
+import logging
+import sys
+import time
+from typing import IO, Iterator
+
+from pip._vendor.progress import HIDE_CURSOR, SHOW_CURSOR
+
+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: 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) -> Iterator[SpinnerInterface]:
+    # 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")
+
+
+@contextlib.contextmanager
+def hidden_cursor(file: IO[str]) -> Iterator[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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py
new file mode 100644
index 00000000..5e29502c
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py
new file mode 100644
index 00000000..c72f24f3
--- /dev/null
+++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py
@@ -0,0 +1,127 @@
+"""
+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.",
+    ),
+    "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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..734290de6502bad7740602d1d1f73f4ada466c3c
GIT binary patch
literal 3161
zcmZ`*JB%Df5S>r&=XUqbKKuMRf5-T{#<%Ma*v8mk`;6_wU&$Dx71C&Ks&{8}^I5uQ
z?%36y2uw^uLO@_kB;+I{BqSsxPLNt82nh+1kdRnHP~EdLoQ-!+(^s#n`c+L;b@#;6
z(=`o$m)UOm#f+x?D#6BI8Np?IxTkB{Lk+Z!209pl-qG>D85p72F?Bgd0uq)wrLf#7
zhm}r6&6R>`IMtcbHEKc`Dvyj#&DWqxYcK^hs6R44*P(%E8fIXVLYooI!WP)7&>W&|
zupM?Nv=h-h?1J42?Lo8`_Q8IIEJO$36*#ESAw-Aa2pm=D7@{T|hgTIkfoK6*&{pUq
zqEm1h&M5R6qSxUpoKxsLqBr0Iys6MdM3>+#cw3>%h_1j@SXAg5qIcjr+>oeKr)7$7
z)ivfdIt@23YOq8b@GdREEjraL!)>_pDe26p*;}+i8}nM1z+Je9vzx$ppf&Fg57+KH
z?uyf+mK#Tj<41nfvz#EX`hFj$!qAC;*M66!y4%!6EpkE%N!kx+(-h{FXduWn-%UjI
zUO(~U$O+J>vY4$C^|7!Nb>pEG#*hZo?mLNh!g2$Lb6c{Vuy~4Y*g#bLh$rZKxDTDT
zY(GjUL&jDfMr*7WGfSD_n0`1r##TRj7v2(8h}WVZc3`-F0$FY#HeDN==5$-~i4A;H
zDP|^%PNwE%(G?bA^TXUYr`%f1Y~U<+8Kpxy+&h6VQ;X^A$}FckbuUf&X=07Tp-?d5
zl*Q;rsn2Lgql8=Cn1xQ#5+v|>GTc4EjZ}*IZ5(qKJ0*CD17zY}yf%?ZDndJKmjh}6
z?b8To^+l~y#Cq*2a%CTD)G$g7SYI5O>B7KeH0SSDO3(_d0v
zC;CxZ(fB}ymisw$HT46?!o|*(w1YTh&ow;ur{{2QVt-1dsNcjfXFZ4lZYGND!ad5Z
zxLX7(Yv!-YXlpJS1yr`e@W8}|$xXzp1J$dU&$S1YsPL6NE}k5RN(T4#g`MZHyL^
zGCdBQ+aS+>B9C%WURiTkkBc&+Ny;J@@ABeTMX7|(EqwR|91?A$&1)Z;>&CjdP7?jG
zF*2U$>!rjTl}6?xW4$~ogE`Vh1oSVBk^YtbnZ8~bRq);-!|OE*e~XMdSUe}nPJqaz
zvVw_6t#SO>J!7r;iKnJ}SkcImv9=UJ(_l>uMO4Oj(A}?*oE?)>Q-0WwSrYimVmcG;
z>;@B+9!;DiVa=*q%#KU*`iAQbJEpka*a@jEkC*0Ivz39UjFZR~&`1r>K52V#NZTxp
zBFfrpF0G+7_ZNt1ZNjTysZtHop|
z;ittcrXF(_b86$whG!PP+boF+_}wnPH#?73q7=kylx0OED|En{W>zPqoyk_`ul`@=
z*;%=GPCDRzh{qSpQ@|6{@CFVIqiW0;#Hh+FT*8UwW>K+ih+W%eExEq##zBA)<5|I(
zA!o|TppRRR$s946Bqn!(c<~!2@LS6czScM}CO?Q-MGmSPO`b5Z$+n#+im~}5J-U>I
zP;qQ{4b@8OU8)zeu6s)+k3YqstW`+^YuGSqhA~BSBm4W?_=l7W`5CDf@?T_gA^%CX
z74jcsS0VpK_80Om8qmaKPw{v;!
Ko9*xIYWxeU?(^pW

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1c441294629f36b2f916991aaa6e37184f3200c2
GIT binary patch
literal 6202
zcmb7I&2JmW72nw}E-6Z)WLcKw#NMQFW2TmrHffWpN$S)|`js-SZwm!>!)iSlxn
zo>@vZLk2~i_Lh6l4?qHX$v@CrPX&7DpD@>+awyQVTcrKHS&|}Y6-bwu;mn(lee>S$
zeat4avjq#!HF-hsCoSvm)ER$VbgrSOPf>A;v&gDu|E$W;w8&-sMK1hF0>Y_i>9B8&a{@Q
zOUx2W;_O3KUH-ns1D^lb;(1Yg=v2>fwq=zIpMyKAQfAtJuO4-TD%;w5J$|6wx0@;j
zId?s2wdyek-Fx%q&3A6<+}69-ufMsq1xj%+_@$*vaK*_!6k4De76i4C=xuyPV@I7+E}J
z?WB{QtQ*dbfS}Ega1`z|
zBN5kILWRjr*seG3f;|-~>@7HUeSEDHt>i##hBwWBn8YGXWZ1&|;qq`tCauR8wmWk7
zWL-Uq!e%O3>ap48M0f7I(ypheknwAG?%>dIxGlnZxEm$gp}60cLMb{Q-drEOmX48~
z@K*OzvkOW8a$6?5B(Nz8iD`;NVhKMOz4&(c!P;6T%U3_x>p*o^Ay5Ur_HN&vTAE2E
z9Ic%iHfJ|9?Msn%WL#+g9;1ia0m^k0brn_5+PC%@XWZrvSrOUYCvZWa+eZ!$X#ChF
zcLL<)E8SqosrHQS^b8%QmT|8=!+qJ7^VnMF28ZZwZi$G1Nw@+|+JH*7Ags5Ncy}{2
z%fc&M?9@9^S~lX&1W@+0UvCh`w9AD`b#5?8=NfxSvmumr_e9i|bh5ImgGP(jl6I{^(@#?i>Q3tW+y-Y(Neyb_1*4V&*{0C&#=zt*01gJ)yH@;4y|&o0$4aOHSLmhX_qiafG3ZkJ!1sjS0L(v7aNM%
z*ms-&eVy1~Dpbw5G4yp!1?yGy?MU!-1E=n#ihy&1Psk7$Ub(EwVVZ<(Aql_hUHfYI
zxdGmso<+E;88z03vAL73VX*sj%f4Kt_QfGp2YZMLk&sF*fTo!+V9%;2h~fb7FQTEIN9Ecs
z%YOd9{Gfn#$#DU}B6GiR-N3e;73O+#|1Pl-3w~*T(Jfsci%9F(Y65qJK`I7!^fn;L
zPmvHkWWQo5JFULggpp>;Z94$sVcjY9G4`gC7+_|Yp6bRrVcuF
zEcsPTx`m=hW-bd@$?mRBFngjX=xu^+GL@0D{1}}{wtE&aevCu(ofIZ?1fzkm*yy|H
zx#&5^cHbMcU9|nwJMw$pG3)0{%SS6nb4LLOZ9m`hdN~-3-*bBb_doHE3ddGIpUxZ=
zd-;)gauxXkc+u=Rc)m1kYu|)-RsRi;I0^?8k%rHWEZQQ6TUaY
z4{4_X6o=IQ|F@ZHb`f>QHzLaEn^ZcjZ6PTW_`$7PH%xAzur}_rYK9R?7S!oW-=|zg
zjkBH||4T7HSUg~LV&RuzHd_Ej2kyMqNIG%)IG<%-pE*UKdVY*Z@6&UWC)Q^tSQ;uq
z&rZBgFHFp$jmopeIJAQtOP6Xp(Daxfbupu4%XDENDsoc=Bk2bU36egW#bk0{SJJ99jd-f)vGikhqO=u
zmea;d0kDc?z*y&!k)=R!R{Bbz}I(To4W{)#`b$;->~z2hkJKzdD&RHJG4~v
zyxyo+_ABx-_BY0B!i)SSbtzMVyMB$@#=%{q)*LEb8Yl#RHIpIf#WBhtxhi{8Lf5%L
zLaRNa+-ad+!PXz4n9QOGp}IDNX%|t?LBQQ7Cqy?Lw&YK+v|*zfKIB+OUb2l&kEwiW
z9YKaeN$gsEc*-}d+vnja?R^Kn5$?Y48Xrh4uV+)D(Q|)?n{dxV?fwBCky-a<%}%Cm
zTK-Xx=1D_HHZX1iMy}GGuO#VSGv3V{8(;4_;ab?W!z+(ic@Uh!MuM~pkz})=Spirb
zMG|c%$d)MG*1>jNnQMyt9!_$i0r;cL8vJ^@En+U$F)TMw4MQ!-Mdxr|Kmx0DFud+)
z&sZH&Oql7kDt?4DpP;BER4!o}iU<&83v3l-g-t1AO#2286M7&NlP(OB$;zMym*g{&
zeh#>`kC40>$p#d7IXiMvcS@diMZSaeK-Mk%oyckI&~64gI<$P3s`sd({5h*A$jcw2
z`YnnoqB7}(Ioyify)=Qbv11KDJz=7BC^A!Xus@=4x{0b1%oSNE%r!Gk7%DPJyAR`p
zk(wU&VWw9QVok67%iFJs&5vA)B?9+C5e2WvnM9DO#Ml7fQO|U{EhQ~=gGgF+c)U%R-1;G*heIg;_PxQ!aWN{q=DshWc6bD;eh
zWt1Yq2~J+G#7E@>RRnsYip6
zT&>2F2FPccyD`3H)ug!BLBds|PY2rTm^26lQa|lDh>g;N`>aRYtJik1<
zT39{5>@PbPT}iXcD;bR6KwAg+)R28yA!fCoK4_C;F$@~cFX9fqKKk6T-btI0S~sA|
zQqKHn3`eKI4180|8c}nd;xf{0^C4PNG|;C^QfWQyC``kbB6CSLmtnm!$%VMz5a#=j
z${Yh-o%MyuIT@#P>!t%0FvEPs&SD|S;WTmT;FV14ui++Usby4wMd7@}R>=L~2Zv}c
GIsXOTQx>QI

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0c57ca3b9243eeb62ca243b49c5e973c73c11b5a
GIT binary patch
literal 1595
zcmZuxOOM+&5GM7uEN?g4BF!dgpdNz4MOW(M&>o5+z&2l>!#38+xi1etn(W4WBM`-B&181X)A(qyYByT7O&Ul=00bl#P
zDvG2eLrt0wFE4+)l=kTN^Ye$J5om6tGn!t-b&_5sQyOzBIf4aX5mix10LH)EU>O^GYoce^;v?R1lGs=V2P1osgl0{EYi$CEg(zFbp}Z&bAJ-WbahaQgnXfM)=FB*&^JT1*^|4Du2wXD_Xui
zLz#1bQZ*$Bh8A;RQ)UB^_JT4FXfp*OGZj%KF&s#P(|p4EO5*{M{lm%|)Csti(->}S
z%%xpqT#2%uR^=qmQlSJ77GKa*#AQ-YcBD3O_ZPpE4)EQQ>?>{;h|~d=zYseG^Ve-S
zs|p&jrYtE7uPb&H)=l0N+1Y~EGs@_PA}3(66tk)f7qnc2c{bk3-v!@%9dhV|v$sVV
z)>$1ws|d=$9L0C6=BJDQ6nZQ91?H0lBS2^$;Gz-
z#IgqU_KnWc
Q+@q%*<74a@uJ(!kAFms=IRF3v

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..61262c4c84234ee1f7773f2f68d80941a31449f4
GIT binary patch
literal 3162
zcmaJ@&2Jk;6yI-e>?DOYK>27jgdDO+Yd5Wg5NfIxH=v5PiQ*Q7X|>vV#?Geu)tT9p
zIPn3c*CKJ}kR17!=E@22AM^t6tsUEGlCHJ0Z{ECl@6GRhc(S>16H+%p01o9!?<7qDC>SC
zBz!B)EJ?zYBH4P}Y_7FhK)O99gPdo*{@v;qB#&~kC$?A|4@f6V@|ejeONo#nmwTea
zqg)Qom0~HahF5h>tCGF_n|E8Q
zi%WZZxH_Ev^5xUPV39mIvH95A=vzuRarf%dgnsv)je8rxoyU*X1Ked}_xu
zLUGm!WAZZNRFDpS#`X!}ETqK0(-|(GTIi%_?8xKYGmtLz1H|V7Jb`m{X?c05*Iyx?
zcOJTD;yN_5^7JIU=c3z@G4X$RC!)pKhz8wAY#rwxLx88yAw)0;Rs8EzwvlBBC)P+D
zr5I6MlulO1UrePOs8&q$b)M#6@Ms4c6vf4JSFo(LV!rYIcGqRbk
zgS`$`s?>tcHmlxmjvEqC7^VJ=I|O=F&NwzJN_&9r^9L9f7o|?ACc=D{xek*GUE&~H5HOqz__x@CfvWWmOvmU-UCTlc{1GV
zS;`5^?xE~*ud*l;QdtN}-}Ze73h3{1JXrs;b9JE@xP#FH@h+c1@$*fi97nvszS~J?
zkmXXSYDh~8Fjh_;a>2N|1liBHL;+w2J)RXg{v!z%cmLA(N1)@)Z;h=iVGUlSDdP?3
z4bK~S5f@41?}&VharX99P>|S_TUpxJVd+jIj-HL?H|i_b8X}U+&%@61u*XCLYQ7Of
zsboA2oFw?)%9IFKi^RYgqSyhHG
z2xW!5Cpsn=IexH4Fz#jc?EoRQL;Xk_n3#XBG->Rc2l`#@Kp$B9`nI`m?r7YX)}ak@
z4sxh@WNcTYd!SM4wSJ@zY&j#V+m(I0T(w^t2fD7wT1%6&+jEEW)H$rs%Hf55>j|c{KMY#U
z&3hY@6yDddez`sP9B^Z2}Ed_?t
W)m(iRe+G`0Vc5ouQFH!X_~L)5p+}Vf

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6f23797233bbbd7df58d3cbbdbf1c2ddd53b164f
GIT binary patch
literal 8344
zcmb7J&2t+^cAx3_zyKs6kfJG)lI2-hw1r&}wBy})SJA4hmAJAJg;I%@T??&(h0sF~
z(f|W>4=8gCZaGV*HWybaRjFKdQ$-$faOIR-a>}2OQ*NDOPQK-qisBXXdp!UMK;V9W
z>_$(2O~2Rg{oV(nnVFn{&j;dc@ZT2<X$-vA!qdH#U(b~3%>T3GAXv9G!>cs6%T%+R-e>^;VfFeIM4G>FA
z2gA*>#aY?rR@vc~xXUwN*kzY{L561oFUT$#+zxVEu4af`p3)=J!8Cejg8Y(!kr|%H
znp2}|xPy^XynvCygppZ3hmqL{Bd7U1M&>4ryv7$Wa(cqZ8NP^-dA=0nxs5m5e3_p`
z&ugIQ9Dg0Hg$b+9^EWVZWf1DbY1aD#{76Y@T;}Bu@j80_Af=k-x5(%&mh6^Wjm-fwi*F1>Wx?ZfH$zsI%+*>
z?YFAUpf_96?9JY6>i?l$
z(i`ox^!Nk%(nt86`|;p$r#?jbt7n#)p?V|f^I)sd!m&C~4nc2drYyX@<+q|%;742j
z>S{*@;xfK_mq7Qix+{G9u`Bl*
zTRy#}fkUNtM4Qu<(X4c%PjQQ~rr)dW
zYP^lL^ptY(uVq8;RFvt#VV=Do29RLGsh}l;gN)Tr%A^jSmE-SLG*lD$?G`?&v|1`l`%cE;ub%#us82s4xE$&IqNgRo7fN;N=DrQh1z
zsGL4pB^I6F$H{ka0DT;}E90QK`W!n?lK-d`?j~-kS}IEdt2aw7_SaL_Z(B&}r?OP1
z3*YN6taXGSr5mRCRSt-3dF*#_Eo2LvMreN69f`H{Om~
zYdbjUTG)8pdw#F@(D`qT{U%ldihwPT8lv3rn#ve^e-ob6is=AlUn66ZFJ
zbk?4oOkwp@*X%+acMR@+$@ZL2jMh2Zh^Ke&n#LYrE-BDHUH8ch?R;p`4xbpV@e`=p
zp8Iomv-kbnd~U?~uKDCt*WsBjalT3cyB7{-4-M>+?^<0OCo}PGj~jo5z4mdMPmFkO
z)6nnx0yQ%t{a_;q5#+5FGXjx>A>N{j
zmMd=?Ml}qC6bsb%4)vLVR@}6@NIe#mw~U7TF)EwcX8+H9QOMa)p=r~8Y1p`M%j7w-AF);&tn~J2wXlcIQgOZF*N)cf=HNNbAt{Z0nW&kf$`P8SCI+2
z6;;sIrYG0rE{)Tay;=`i!KZC;?eFPzgnsOE+h8nrlsih^{{so??E60?_ea<7
zh$Y>>dHbVvK|E7dwY4jzbSn&6S~CGP$7)8>tfuKKJu4~4SR<}t#xGGMsikY?telxM
z*>BvJHgpU6#B$7g>Dn%vhHf#&O#3Lg`1>$yM2Sd&21@jOJOIPVUTDYdOAF|)tWxN>M=jD`$u|8o_STv~{Z998`ol;*U`MBZ?&GDwqo_Pn1tKyhF%*GS!6t
zqf`SPQdzeSP0$LP3QGIVrn8ac$QOS|SpFy#wfop2VK6VYcz|X~UY3YXHJL~hpHMYM
z4EY@Ygd$y31psEAC9hAsM9o3G@nkwkq(KEG{zaftr5zmQd6AX)x(tTV^uvC$Fa-%W6b>5K5=w;AnuKc#2uUZ5yCQ9
zJaG8_4iBS*X<|&etXR8$2X;>hzuQwnhm?>6vui^&FYP(8yKnr>Scy#5@$^!F2#XXl@t=5Y6lndAp|U@3Z`
zg%1O@syT%)z9A?I7m-9-ps}?DuYC}^>u6evRZyiNLCez%Yeim3@+9r8@^$i~psBB{HL}33JhW{N!J2s2V16rIrf;VuKtWIR%NjF?0
zzr6n;9+IKZJlsYj)@~vxO>BZ|7hX}WS@0BI8i(t6;2aviGX8-$j1&g!9nf(E?pTFLo!zfdqGu+Y)`Y-^ALK;dN?_f!JT5?>|r^X%Sosa{+wMo9yLZ}J&@GlW5
z+E3iwcM&TheUx~Z%@CbBPrO6D3NfkkbBAKlqP3B%+=x0M*D0DoWaJ~yCnCrS`Ff<%
zrR3Yaln~Ou7^($8FR1w-)k|XcF2KFgSu4mHQO~t#F38nw3CP2&R|!S
zt8E9hrxj$RLp65;b-?eXFVsIVD3`*}YOHc;N{!x$J07z};w&A01V!s+GPX9v=A{DJfmMR9Mv3FdZ&sfogWf?x
zn9{esB#mE3f{mUnd#2jTcWqtf6$b@~3A_?-Q
z;gF;J#zXY$nKnDYKOORmM^K9pY=Bzi@Frf0{p1V)eNxR}yNjv0j;#YAzs}V-oDuU=
zeYoB?OyiG*RooIU}~q`
zrkzxF{nJ{YvwMQ%L1lx%vra;M3!UQ(BFE}~P&9)WQUPQtDQxj9_DynWBGydsGe=A$
znM*2KGCx2AQ9jtyF@;AhB&*CAxqux48hmq;B$2aT-#Oif)D$9liz8)*NZ#JS505$<
ztlTsgoLra$D=8EZYms+FB3NiWB`-u{H~o^4N)Q`T=rQGeirFwkJ?u3Rl3
zB7$d~2EHk!3cDeZJryh1P!LxIfdJBLu}~H~Gw~yOv>!)NCv*lnl)PW)E{hOwepa0O%u~ZlXBzTHcik+Ap$im>O4}$
zr9sNLR0|uW$IuRVH2ODYK}K!TBpFxZj>I(l4xrO=I;E!0j%_!b7S`FhlzEgPNOKB{
zqYDQ5BvZ38wqGZ1gtFA9l}tB0-Vp-Q8O?^QrD#T|q$ni4qtl9l5@uR=HRmQ>g7U7W
fQgn^rNG_xDjMT}UN2pUU7tLvR8ippv=B@t+53+@+

literal 0
HcmV?d00001

diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dd5d527dd9de4807098287ca344c65ab63d7193d
GIT binary patch
literal 6699
zcmai2TXP#ncAgss0}!Mr@FJ1aWlW2zW;+o8XW$
z7^r(7i4ahggih^lQd_Q6u@BdQNwr
z?&&^#F5l^Ndb(`j_du-h|6DSRf2Ydi&qd_{9(imU1~Zr$8;$&JHcVZ&8kTcnk4`WVSJ@+uZnKQf
zx){$S^Nj^fd+}m&sc}iurTB8P)L7DVIbKdy8Y`NfimxPB8&@@5iLWKs8`m{G9s9{!
zjkh#C6R#$3H{RCth4@CY)>tzQZXUnG-#sxKH`y$&v5UOKs?6MV*&Lhy(rMgc@3958
z2?T^i_s0gSv0Gmn>=s`-vK!xL
z=C)D0{SBSnR?SrI=V9FC5>)xqlyzhN_^`ukj

)A1Y@vYG%rL6v<3^KkH;s+74r| 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 V@Uj#O@qt@&5FwJ<#A9ol`nM0Ls)qmo literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd7cbf699ceb100ab853827c5d442849eda51804 GIT binary patch literal 2675 zcmZuzOOqQl5T5sp$M$A7F9_i=1x0~jZSy*%s8p(wKvBSkswEtTqNZjotv$P%Mf8BD~?}rB39e$Jk+%=5f^@GkT7APySdW1T#V!-n@+H}A#0 zh7VXj--tI%V`h-fFJ^q{Q-g%0`;$SsH2BeuH;K7x40?aybYo{=D({<=)l`6UzQ}~c zH=N|8tYlUeTI$~|^E@qxW_KUny?cLm7p%9>DVsf-JPhuji;qF55u3z_En>ztv0{hV zu}gZyBmPfL?2&-_q(cMRxnU58hWlP~T_^4m7Z>fT{wIy8i)+juhY{L?T2{4;vO>s| zF-oE;ogAi9DjVrODv zv}~I1px;Fozk!?>2gZR(Okxq6I8%eT+BHvnb2$@`j&=!L)+ZZJfTYEaOJuW=Zb9m{ z(lb+9XZE>qZmw2cCRecP>X}2Xow?FGH_uIS{RyzS(DDL#5%V`LWQ`7gr6V}&keBq@ z^9I`p$<3X)HRSXD5FlAOTJ_cjLV0Ob(Sj&vKVx)$`cTkF&S>jS?QuPr!q3kK3#%i5 zHOdgV34qZEiCDJ>{ZWmZh1vI+hu`g)d$s0{-GSVVg?ss)0U*Gy&=G|4QdVl;4- zL#U82YNE43`GoGLSfl)$%JeAZ%9&AC;Z|(!4~MLrq)fT(Cls>eG?BcfpUfYAw%@|# zDC4qD87+=*lT=2tR76u&?xieBCrBEx9g#9BO1ZFgG0BcK#-2m$XyEXxzyZIe$#qR$ z1etroA#MZPG@WlhDA@5*+X}`P+Tc^YZV33&(cB#lkrpa!vpfMm-@exxBo4DmyB`r* zQ`1JL@$0SVhts*W9S!U?vl@#o4~O*egw=!&DamBI$EX7I8%eU1%-_7v5}F<^T%M$KG|KODXP-dOv6xOC_kC3Bo)g`~Vl*;oS^pcdmc z9HZ)3buTU}ZonS#6^LhA>p#o;)9bHEEblL`dolL@-t<>Hte)vT^*YO0@1ITYsx`my zOz9l0ovHjq`BF~Gr($B`_+`_Nz^X!37)V2!KboiZiFsg&-idu?OQ)$Y=7Gzv=`m(p zEs@@te}W1FE`Y3q9-?>Ad+7ZWy>f$?PyBnvcj2icFCA>2ZJjv8dZDRVkKUD+QDN+z zfv>u21x1BTHYO#KKy@_GTh`U+5Gu$-$x_s7#2E1AufS+!hJ!20#v{c84Ef7i=G7I! zI{tZ>mL@t-{HEUOG^p$^k4^FtRlhma#v`CSyaFgv zcr`g-!S!o6aQRz$`@5QKYw`hza##lZX+*YUpoKP2`6U?fI!Iu8W@vf{aA;YUV=jLd zxbUyb9mkw+JsW219$0)6dv^vs6(mWK<}^uEm}om|ruklyJVF6m%=k${$_d17E%1n{ zE-R-A9(tPQg1-Yr+|opY1Rj-K*}yixtz{RcH=MSgZ-D47dLV%Ti#^8*tye#4W(HgQ z7UU`b0^5Yu%9SUND-`$kkS!$8Xq7;t3Cr3Tz4{;dXb&%UvdA#5p{xF95o)fi1(x9* zXu_dhdsb6fHIEDaGL70KZNjczdUjPUGbTnj4B>B4rGeDk>i-;}f{$B=-`2%W=pr8& OJrh4fv;76uRr_D#H~U2Z literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77239cbd9e239cf5eba6c6a00bcb221752ea374f GIT binary patch literal 2174 zcmZuy-EY)J5ck^akNZl(M}Y=PjY?2YB6pywFNh*gnnI;2NJ&anSIBa_n>z=8Wp|x4 z$K@%!qW%k)r>g(bzV@kqLaVBD#&?7RvDS`fc4mDuzxlYL(`g#89*V2{cgHaPL}7lx zneh;|oB&}4BdHNg-y|TlYz8L0&D6?hKnd!s)Xtp1sd<{ZnHP99Z>No{88ow2(5hu8 zZD*aJlPv@bwd|&g*;25SoeRzpgOka5e&Lh^7atqUV~tk^YjE$x3O->?eu=eUxA~=A zhjrM(D;iv8WXtF-{smqd8(pHEXHi;l2^{?)kqX}KT9IW@&bp?y*EctxZfbYy$F;Tf ztt~j|eD~eJB#e!=h4UrDFWW z`E`caeK_R?q67$$z+z@VnHAWq%^c=}&kpmri&62$rv{_E3DGoJ3p6ceLo^-TdJ@Uu z%tVUhO_cz)1NlbxCTRqyVdzJyX; zot1{{mr2E%eGG-Fg>{Tn2CC6(9~V=N?KtV!m=fd{~hP1(ZCPKYx1tW!b^MYoJG*|U$WvH7j>ynRfS z!^oJ9E#)FTF;8I5>@O(~>cHF>Ev?9V&1pS<1MG_IHU#>uTcvI+9z)h9bWAb3`-?xp zzXdg@abiJlTNC>f`uVOQZytgcpPymBJ?~nh8=Lhg@zvW_X2}3LbvpSlUp;M#osF)e zX;E@$Sj;6ffwppfC>r3NcB+y^itEOZ|2n-5={*ZjyR(T2Ee=<;U61(>;raqT^fl}{ z$!)Vq+VGffn*Vup>0gfu)OW9lJNSEUS_}qBJ`guh@}L{00{}tPjyft)SLf+EG-U6r zA$xI}^mZc2!&zqviZ?!D1d~`*63k#|O{*D;RxiK*xk@E4t}!UE!nssWD1GH)R#_tB z8m(zdGzMJ#08v1<+^W6CkU+qy5x0?Gz;htgC04hCcYj*Q4{%o26T~w-m>LLJ+gu{} KG|eSz`PTo>bval7 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..415fd79e6c367df647ecf26849415e5a87705aa9 GIT binary patch literal 1335 zcmZux&2HQ_5GFT4_>ti&{G;1FoL!~5fs?|pt=b1lGZ8~DTS2m z>{ffJ^8mdU1?*#AiPxU`3c0jH?QXC&Is!*C19AAxH$&CCyAc98RR_GH2>oT9ZGjj% zg{8j(#Sp_45;(=!+D_#Nl9ItD6%}sk4mPbk;ivv!yHy~!vMhsSV9lp^c|_+bKCEfMz3>?EuypEd3iO zhJi=mbV-D>q=GDg!-dxa>_=$n{e8X^|jp46(7CDM~jCdpP%!1 zUU#wJxoqR31&L4M;~lf#l+8FRWy_V!tMTSYwF4N`$f{jXCi+G){(5M;a&5rNn}$oK zY|jmSS(nmyO|CRoCTbMq%WUJIrBw6kLRrpLXw|*M!BntJ=7JlyfC>EQWU#_A~;Zl?j0`LHZxt$3#R ztFDB%EkZe#KReBa=vEm5EUQm!%yP7)4y@~gvV`l^$WuT^okM4c52)a>tQuz18n2x< zr7TwI5AO{{RgTYd{ciM>{VSRO`AD~U+i4g^#`S7UKKgGa{(8z+cXSw>0n8Tgp$?1Q X1W#8)J+pT~+c_Me5w^sS@E-XW0&!&V literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a0642d9f282a907b7c0e6c5e371dd3ecdecf74e GIT binary patch literal 4658 zcmbVPNpl;=6`p+tAOJ3+c3GMzmMz3KXqU6P6xxm!M~O_UOfT_Nxu%BbCOFhAP|tuA zVZh}?PHw7H?m3W0|E0d>kn$x}x#S=(%J+HzilCiTB|uG2udln```-872x; z(=)*t)mKl>rssllsy>&TPcH-)RK1ZrlU@uis(LfIl=^|M>aFAl>E+5Tley*`aKL5}Rt}=aHYcG9?J8NrgT{<5`$$%GaTbgfXd(yjI zauIDLTv~VHqLkh{{W8w8D3SL287gf{pR{Qrd{ZZI4eVj-NHC4$|y-9+7gY;ylu+H zWbsWQav_&*V4jFK1~g?YFK^|8j7jfq+*jj}*Sr&F_pawj!n*kfUA4qjXbh`}#=RHV$-MqxZgv9_v7xY1_xz&at*zwXxDGwe1?@ z)DMg?$*u3tF@2;TzWh+nliWp=W7c0BDxVO?DB!e`5 zX{YFK0occz1;Y$=&6ORV?W`p6#-#mf=arXN3IP12iBXG{e%xPy6M_%m{wv+eg^Lw+ zj7}d{e5#h>5}EfDiiW;mEa>#N3`@uV+m^ko56|2tNKF9QIkHf?m0AjE!3ss!gpBFW zL4~ZOu=7_`U|DTji}kTt>iY((Fl30Ok-^Nf+Q{6|#U+fuBbdE!mG;Pds2?aSl+LpFikx5vOQJi9gY5$G=_r zX|(5Wa9{8=-{EYfyA@?U&LG8){LKMei^dWj72MyAK~aO!2X*Gc-;G2TXT6R>_VCgg z$0}?TDT?#2UMbpsnfut49KZ9}c+vk-`9NJ>1l@&)BoIzaA5O0!oh0w|08DqXg|xY1 zVQV{&GwBq$C^-`im_{s8@d6c16m3Ubq56-ez0$*VSOV&hPIWM;bA{rnxQdC=1d>-! zDX8Tb))UJzbnD52Yw3pG0G2GvGYs>LZrQD`31i-8#<#bc>3$Wpl>0#WN7w zwNXreE-HjFg|MHZ0yY6EMmp0U8DqNy#zy)!(8A0|=GZAMjM^h-1cagA-qD!-h#1!y z{`Qb0uL~ZP95$P>=_YxM@S{H169%I}n4{d{6M#%Ha44azE4|&K;D>0K?}mF(c8@c8 zvTC6WK{pdH6zW>gZ7`q;&&SNx2*2>RN{t@_H^$W>!*aigp=Z-0*F)1E2?(8|WhWeEI_3^m^y zDbg9&J_N~F_&+ptE%RQ{ijQ|eMD+g%PuXNmk~FFv;QXrHLI|ASZ;d=qALOHNp2msd zm;&%wQRNvREP4atsVZVxl{3#;^*gbi;(b96 z1%uxs27l}zF6-Oc2RQ6~gAVY8PI;$0AsNIsqw}(?bwLj?0}zkHqjs&wGmxfO-66ST zLE|$^bM*R?;pz+o{yUjh#MHj9hx!X|Dhwc z4RH(o;wBZd7#F`r-w01ZTv;98cw*2MuB_!?{<6CT2KOlmo+h{cCZ)D0h5yO;J13=_ zYMlg#xNJ@Q ze8TX8oVg;v6T}-KapNJB3PoE`0WZY@CQ7GDeZ`My)oChTrJ{wRT|YuyDvl|VwC@kN z*b{_$ti}$|;EU8)szecSPOpM+3H(Ce$Ba)Qt%s)|i4Blf-SG4V(xZyZERdPwg3_Ki z;5X3R6VJ5p_7M6`S#|xw-xtm=>n(lw!vA0snEWhuTSLOT);=MAG?cNs6~YXw5p*R=xE@!R4HAKRvJ(N&%*YoPZ# xDjgNSql>>x1p(>%5GK8A70OpB(=9He@ZfqE@O9EK@Qs3Oav9Ilf8AI%{|(ka_C){y literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac6885c5342e5ac1a1bb50705b6a83e26bfa15ec GIT binary patch literal 17817 zcmb_^d5jxZnjfoJEV9`on|-L&IxLrtwnSTG%eH*Uvc|FwTVqXI>z2nbZ4ZadSKZB4 z@zATH+D#Wdo^9>!3=$>IARA1u2+$2|cHsm`1`8xv%dKoS9mBs@MoI)6>pE<4pMsr)Qj}8_$%V;q*S| z*~Z!OSx(P7&o!PeKi_zv{6gc!@{5g^$}e&Ge&<}{yTnJ%O_MFn!2QQ{75NJRwfrO_Z@~ zL;>S`lc55xcv(D&-me4VQz4Yo;cqegEnx)en-L4*44}R#p2j#&qQ^66!6PDlNN9lm ztT+qk*Tr-8x5V@4_X78QVQD{rC!ug*OW-b==AiMO=jT>)YSz4;Rapn4r z!2EXA>DX=|9;B{$wyZ8Yc3@nuyIzobtL@cW&8kz-g2`I7*=p8nRj1yyE6r-dMq&Eh zHQRPBRcmXUt2IQ6d$_2ZYE*C86|X8+ZLiYa^wwHU3^Db#eY;bacEfIZms*WRwJCz> zjjC)`>MIr5X;!LkMYdXAklCnvYn7T~SDT$SCY`wQ_S4mtb24isHc8o0C~N&x(XmhkhYs{ zM{-rb>ulHCl{>a{u^YjuwrqKJ4ab1O71?T38ZA*@!C}&7Rq)?Ny(wB7E_NMb*p*ht zYj=2mZrY9ZWt>;dYspRQ&m7LES#PdZI!$5A3ii_LR2^(;Ff&M3nyt#J(^>}N#Dm$_ z>dmU$yy!Ts4O`rhwxDtCAhF!3J0h^$wN}Rw70y*wT5@Qs6?)`Qh%=(Cr$Y)%X?q>n ztZ9VL;Xjbqn1Lsb$32Lb&^(Y)Pg^m5C$^%AxG?T!dYVrcA+Z?5aT4-LG}{A&I@2?a z$F=bCVt#C0YbS)ZrS-HQ#I|)`+tGTu(0%<*44~qRK`bzrd4YwvOrlR<(A@~8>AZoC zv}Rfr7JwTjpQ0AI{#D|86ike?`&^R+wEH~v#U~4Et%kiodv42xjh4K%(C#>$M!k5) zZLitV9?iM}E%>f20447%IQ8W)|7_{$GYc*bx7Y^aRab3y0obsB-Nv2A6#H3%Z=6-7uD0bn|%0 zl3>ec>Gce~&QgQ9uY*suE}i4M>EV759K?S7FE zCJ1E0Hbv4-ijM_K+#VAdJ0r4omM{r~H76#}FDLToF~L3Z z_9U2qAtuEXYNo`rJt=0;kJ_7JpO{7Iv@n1)b3ra75g`GqUIQwpE&L11t>}m>x~%8Y zTvxPiY~HwLodU(QS{@GH!kx800^zngE^eeXL|rVmZP#$YasNwU=WkzHvOosbag(i% zbo%Aj>4^F@pe%gV>-I>4mIV9;sEFmZI`Ibey+7rcWn3AX=`JxUR$H#@6?6Okg83~uDYAnMs?Hj0FPI)X;sm*<=EB` z{if<=I~vFqYN^%vXg4iu9)MS^_d}-ip>=*}4ud_qV7(u1c#*fX*l%AdDVPsKD#|^; z)PnwR0KH$dF|Ru{w|@pWoeS32kE}ZI&FXh)SG~3WQ=jwUY0=3q^cyn;T--wfiH_2p zxkPtn9XSxd*tX{B+wq;)j;0Or#z;Ofk~c^4$w7Wy6PnQJW=5qK`E~zy=NXXbTcu^en1@bof8Md zLHr$B)k#Dgs)3k@*4Cc!kBVdBI7&|pVDL!egONC&8Odiy^0|@x#7I6r$YUqwF(L#` z5-o@3_oT?8^eJ(AXwQl$E1~7Wo|b1&`ZP+P8IP?guPPjIG*LL)m>|&?l@Mn<$-XuohnF{{So9Urbk447FJpgL>MAe z5rlVK+bR}2?NwP7Hc^*{diDu()Cr?_YgW_VutH(WEkPPH1mv|K*?O=#2BtEgDl<^N>zw22Wb~F79?ibvAcg9trU|0tq18R`5A0eE#ZH6^bT4+tl|I)ErfP5 zoRPrwTCGZfyNHFY(0O2Ok{4L(ND0IP`qq^gfnmZ6X1O>;7qX4ZEr&QdLmAqh{_dZ0 z3z*Q}Wz)>|&W7q~61>HrB`qc%YBY!<*!Ev{tb)OpK)ymZAz52%)oZq^uEJ!ohznY? zi_#8P7EEvfl*6!~`|{gS5+W63vrt~QfRatCzCu%hJcNy`I?}ERI-H`{Dhi-N3HW)9 z@Swih1Tld;!?XgYoL420c4dq1Pp)wrURl3ge>6}FY&fZdbm$n8hzgNaC@IFiNl4LD6w$~~K4k%uCB#jrzAa(nP%h#;1}CEqB*U~Rgw`!xR;M23eUFb*4ti@h%b@CV1~^cslV;xn7T;Z{8-^&kb?cD0@>FM(pAAJqTpkM z#F=5#55_SrkrQxVH%LO+2Q)W`gRTZCsP}B72o4a8J?0;R4T!EJDKm(>vKGvSSQ&zM zLqkz81)$0zPQXAhQjmOuZLJeL^0<+w8@?_fD1m2)eYWs+w(OWMvot(Wi<>r;Ri+urXdSR2yT=h|(|D~U4990sVAchD!3)EK1d zL%!yx{4u~gEYkOkUfO#M=_7a^-_m>I1jnI=H6BFamy)yUWz3gXN_dHr0 z^I_QX(|&5l=;i#}<=BUb-UQY%Q8|A554;mTtvI!%P>)>GcxMIM$o-7W^48bq{Cjo$=FHvG&6l+xw=) z%-xhfwf^+>Gdr=%G3?bo?^%DJkCm^+R%2q{y~GE4Z??A|+TYCGn7^Of%=vSlX>!3k zEB0?cC+4=F_vd!7-*i6I;=^?BfPY}U@R{bG6G&BF_)NR~v_HB1qCbTh9|RuYG}d3r z#6Htn-$d$M@34Ou5SOs#m;HliL-pr-bV3@SdI-fP>J#NizcdMow?cyrW0 zg1JB0JLVr-zuY_Co$;;hEBF*v3~XUVt*^%JC5B?WA|VG zOxye;wg1?A4SRod`wi-=VU4%{s(&c#|5Kd)HUALSiFIS_$LU513p;oe7~@a8 zH^otZp703JPXYRMK;PA3JvffK=nG6bb}P|4>3z$8!aqrC-HP{4d1LE~{we>YI8HFV zx89AJvG?fSJ@LsCOX2SZ&5ZU`ms5V?Gu<8gW(;Q*+rB}iK5puIVkeH?zp({O^4^BF zd14Wg14J285W(%i0Bq}|Qp`@WE`W^UUMIT~kgh^Gut?nFCamunWz$qmx~X^A1UK(O z%D4=QBwwNzSy6(l;$ScX!{}~zU%AO15y)B48(AZDt>unKf)Y)I&+H5)46_W%vR1%gb zB!e7;xpv5UF%t!S9BeUiSjZN2HCKp@N%;-Rj6qObZb3ENETn@JI4bxc>h7Q}><_8h zb}BXU6LA;$O{$~G$!qkwO0W0u!n$VF#)fu8Y#Vnb@uJ?oiux@3E;b<^kvrod>s10! z*nm%7fK||^5661&1^6)EZ|M?r?yu>$^(AFwE@<);T79kudg)A{Nf_P-254r<>GKY3 z1|$t$ppjhSIA%=OQ=0x2c2@K7j+|_0bynff9*}r#* zd@qc6JRuT5Z3o6o2eQfcxn!9bRv_oypRuH?K}!9o22E(CRajE^$k#Pb zBeJ-AP~l*>((pQ{+aj+}D?-=^Q^{Kg?F|Ak+=e7EzfYB>!>+j?sV)cfS}L6uu*-|k z>Jx%j1cPXWL<~WU??#}v+`u3j5hSb2E+4Kz#5B7yC2^FhKc!~KQlGQgD<10%3Mdgk;K!qvD&g_Q;!Px7>bc5M8*$d!R z4W<6*vYwPSc^dj^4)zC9JT7yzrIBEFfMx0sy~x&7>C=x58ax};t5a6gf(S*BCkLtx zx!kR*qYRQEE-3%!5Xd0)roG87;UE(k58!azlt%%G{YLTzfi&;1BV3-O;z=$cV_MY< zjP+K%8SHaluc&SI*8nBh1<9SIT?yC4no6Z5K^vh4uzpR-QQwdwzeQkYP!<|m2FjYc z68mZFH>nZ3yY>BLNp?&assbHL9S4m7@AzC7qbPvO%owoWA21r!OTbj z+xZy(nL)`m^=A%5bXRup3dYb;IkG{L;H+nFto(?oQqk&yi6O+n?ST~+T!uXN(x--5 z>R9nY?KIFTK`!)M!=MKTyc--;Dr$JuR#Y)NdR_TF0+B}V5M6NLqIiPfQ0NGM)HyJ2 z1Y=<@SaY(&hymV64)_FYvkjNr<1TFAfkD|I*YCqo1$*)~Y!UyAW|YIw8_eMCWf+^t zaLs3@*vO}7qCBy2aJT<~oVx}(ng>CJGglOU$nfGq0r*DJ`QLk&=rVf^YtXF%~JD(Rfs2 z{vw?x0^Ee43-yyR6<&6Jn9>8$sq-SS(PSHdIk!L zc`J@zszph^Hig=kxfCg=(*~3d(Hry3?J<9BM?>y|UK)yO>Xr_QMG&EILJ`z|81u&a zK^iHaor1rmA7Hg@OOw^xm&4XjQQ=A&4`(xu@qX8jyBl6+J1b0od#Xw~n1qf(x8IRd~tC=84#cPtYyUDALCeL=*dxTQGKh z)o$7!wdI9B!%=dygZ}AUtb29@DIO-QLtLu0M}Z_iHdI3vWLF3=>r(gbuLj226lBOMd@apeC5u7@`kGC(1K|-|Q~9bQe;YM) zPs8N`4ohbD25iw}Vjdcr6ef7tK+#31Fe4ww4$3Kd{SDg7WE->?G!hBO9h5L&9n_bj{!J=1-8G8J0)=gO(uORnCKebp zy+THDub0qL_HSm8AwrE2Dl`%xK(K@qJRVMuYLHP=HZyM}H-z$)94(8X0w?f0XWr5j=@ZH=(G|ySM;Q{I$&)WmKTR z0s(`8#wz_%Y$I0C7rPrQQa~9Yvp$RBWDF;zq|Yu()(wRmWakHl0Ug|qP5v>U*Gae) zI2#7powL?FukD^&SXjk<>nxX`a3CzIUF8rcZt5<;GY2hg7L%3#h+d2cV^9>7q=Z|_ z(h03~RK5BKD9d8aE@==txQ5zHqTl-c?(xwL9LQAtwySU8YFwNHzrJ2P?BV06jYyr-7rm1l@0Iq)3@jS1X`XNfshCx z9Qq*M8}DU$SuqyE$-+LEQFD<(q?;P-k(qnu9;k2MzRIYPh3ytBh~~*8IJXGJily-G z@2i7Wxq&}p6GTEO3-I8&>e;a1UpBTj%^ez46$G$b^O+-)W0?pn6js(0$- zTnE7+Ct&Dbf>(=j@DL-$kNWk+{LLXO?Pi}j^UN7I`_z=Wf2bxs)HbRbnr+|r=^=s^ z>NY5EwN`6&;5;LLAPpN$5}7JW;R~!sp1%Jt^JbS&_tlRnma%7j94Zby>@7#Iy4J@- zV)C$|fVO)u75P_yrU(gO!^A&CIv`V06a(8`{k7qfh3sR5IP~Cj1}pd&8^|Ix=0?f> z{8Ts@PO9D{qXHNUeC(wlj;>u3uak~bFbC6-|BL37il7DKL%`(EsZL8563i>)-$7Op zg%rGU%(0kl6mp6%{71d@&=_b z1*I--%6~^7|D0aGpce&?j*^}~M%e)(Jw*32@f4^y3Bg3m&E1Sizs7EgDLRB$7GuE` zzR0BXU#7-0+7yYOLjraVVr^zz|M^U=dt#JqJxVbFRV4DhSeOY?6+V$lB}iAu)Y*ZW zR|zte%54M))B2E0Rw{@oK_by1-B7O4in8>I(<^}&{DL0BeSr1yPpIrTy`HBRu{aJH zl_sV3(Tgarq&*ngm%i{MUql7@;N5e0rDE8cOgb6+o^Bo1@LmPG+wDJk`hosD8OBUX zkyA|7>A43C=c@bx4MUQjGEM!EQooH?jiw#_qp9^dpM?y%LL1dGwh|9jNZ(`YVM|Yy9J6xg4(Zwnft-GVjGGV2h@eZ)r;K|7>onsBBn|0 zq3+=e6fBE)CG5&qyWjp*o+@QkhvSN66d1i5ZJ53XK{p{wX7i*K#h$p`as(GvL^5^a zO#42tuuI8$hk_32LiE2JV1a`;{hhi?3>K5ee&IL=pMaFQs$U4@QOmm7efFW%3&`-m zu3{L)M-hvW8!p7A?%9VrE!(v!FiWB1-igBgNl|u!Z+Z93*LL08i$8*)e%)_fRuQEn z;9*|morq3K?PWAJqOBT0-Mw(IBeY9>aD_1?KqQ2{+*y^REy#I#v9Z~p&O!dl;>Fjl zU#W1A<#Me@rQL6dZ0k%%$ig;jVk_<`|bpf`B<(l-FK#>y8iMZOyBq!%g1)*jdOGxxxKG-| zT+i?gn4A)x;e(n%OEG1^k8dYLVjCI@w2I^oSc-4#u*PzG5_Iqa+ET0owY|V?&Ed8? ztQ)`#^cvAaFC|jj_;Ld#r#RIR#Vn+|Kf*PKZr?}zVhv{KRXS4y$|<=yjQIySJtFVSB9CA`3YNx&s13R`zVeyl|05pm-CX!!RDw`hV#V%?=*)7dj%%|vVP zMOQ?M``-x-9HxxVu(aWu)`z%r^g&qI{qIFn$!Xnh{69{moB8;t?5Ph{KJImA2f6T! z$%bVwc7J?5jOrVpQaBqhAbc7}6mb-{&cUS`DrX=J9el6HU&`3xG|?5ZTZB=^5hSM$ z^-qN)oW`%B@suKe>S;Es^@$^)F=9ax|M{|2NK2A6BtDx^GBtZ7Q2h^JuFXSD=` zB?GD2*o6>hsuI}9L1sXfKyYB`|4LGC_DRTpi&QYdUp5UyhCTKW62$0Xnd)C7!E`1L zyN03(nmY@65n4Yew|; zU;YxW?y*Y<@MK$y`Y4SC`mVy^??xPa-zEB_mgm6kV~$*Ly9QCzu3k#l330nWedF5V z&2!2K6Ry6#y5=bZ0Iw3JUohMzzU*M(BaB4uTYcD45PsWWU2lQf-=LVA@Y>-+GL{TV z)_biE2Q`y79GjwO6C_ch?nK4G_f=ap4D2nDH4#@9UrDyBrFv^2r0(v5YKySn<|+gx zZ_Q0B{VuES9<7aiqRm!dUb#pgGs_d$xd85ck36vn`esy03SU8k#ka03-V9P?<>c>5 zt9>I8Xq+fW6`g~!)L?gMQ3C3Vb`q!I<7lC2@g4{bHHCh3h{+<%IG|B5ayDa%GO z9VZu59(Le-JcBEW9LW#3s8Eu>f(Dj?>nfq|;@aX;=h#hW>`tX5!6_uJE-qeOgkFfB z!dr4bP3(_Qp$zc7o(Oa_xBUcy!YggD{bmFB9VVWc>*z8@T--G-$HA1cd| zLP@kL@psbd%iC#g0m}h@&|0c-xDj#1U~;6!sjE1T!w;302H&u&n2E<8ZUQL)ZhL0= za-5e!FEV2UM;>ksM~~NW(E;8H_JXssJDA(svTtV&Nis`>`}ekqNUzK00K{ISZpDdZ`af{S-IQFOpdq0+EE;o7%3KD-2z+WrK$7nc( zQ2qT=jVNk|kdKTWqi3XAz@ArA?j{RuR1C>6YCVEXs&y2wpu%-V&_gvDC{0WVSR)vn z9LHs;kOI(#Cum@fQaMGbU3&e9UN6v#Bz|QvV*!ASJIYeQ()rN7^{sW8M{|52`Oke;2 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a54a0b7e121336244ef40ba8815501457b66305 GIT binary patch literal 10384 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 RYu`8MK~F^j3lt|T|1W0xpbG#1 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d2dbb0a721deb0650f75dc1c4d82e1cac2c73bc GIT binary patch literal 5388 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 N!Co-4`0pd{{0C*BThjml literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac00bc24de2dfd1ea6751839dd80264306603e6a GIT binary patch literal 6141 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5240db49c77cf4f0cbadee9c68e01b5db486cf8c GIT binary patch literal 3132 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def 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") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Wheels location: {wheels_cache_location} + Wheels size: {wheels_cache_size} + Number of wheels: {package_count} + """ + ) + .format( + http_cache_location=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("Nothing 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 not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + 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 += ' for pattern "{}"'.format(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]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py new file mode 100644 index 00000000..3864220b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +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, +) +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() + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 00000000..c0fb4caf --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,96 @@ +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": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "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} + """, +} + + +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.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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 00000000..c6c74ed5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,266 @@ +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 name + - set: Set the name=value + - unset: Unset the value associated with name + - debug: List the configuration files and values defined under them + + 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 name + %prog [] set name value + %prog [] unset name + %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.") + + try: + subprocess.check_call([editor, fname]) + except subprocess.CalledProcessError as e: + raise PipError( + "Editor Subprocess exited with exit code {}".format(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 = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 00000000..d3f1f28d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,202 @@ +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 import __file__ as pip_location +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]: + vendor_txt_path = os.path.join( + os.path.dirname(pip_location), "_vendor", "vendor.txt" + ) + + with open(vendor_txt_path) 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) # type: ignore + + +def get_module_from_module_name(module_name: str) -> ModuleType: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower() + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + 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" + " be {})".format(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_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 = "Compatible tags: {}{}".format(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 = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py new file mode 100644 index 00000000..233b7e98 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,140 @@ +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.req.req_tracker import get_requirement_tracker +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.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.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, + ) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 00000000..6e9cc766 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import 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 + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel", "pkg-resources"} + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 00000000..042dac81 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py new file mode 100644 index 00000000..62066318 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py new file mode 100644 index 00000000..9d8aae3b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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. + """ + + 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, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + 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( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py new file mode 100644 index 00000000..34e4c2f8 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,771 @@ +import errno +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +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.format_control import FormatControl +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 +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.distutils_args import parse_distutils_args +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + 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 ( + BinaryAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_binary_allowed(format_control: FormatControl) -> BinaryAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +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( + "-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" + ), + ) + + 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.install_options()) + 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()) + + 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: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + cmdoptions.check_install_build_global(options) + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + install_options = options.install_options or [] + + 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, + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + + # 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 + + reject_location_related_install_options(reqs, options.install_options) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_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 + ) + + 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) + + check_binary_allowed = get_check_binary_allowed(finder.format_control) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_binary_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=[], + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = 8368 + + 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, + install_options, + 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) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + + 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 == "2020-resolver" + 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 = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + 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 == "2020-resolver" 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 reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py new file mode 100644 index 00000000..3a545e90 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,363 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Iterator, 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", + ) + + 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, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + 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 + ) -> Iterator["_DistWithLatestInfo"]: + 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(map(lambda x: "-" * x, 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py new file mode 100644 index 00000000..03ed925b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py new file mode 100644 index 00000000..d5540d68 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,178 @@ +import logging +from optparse import Values +from typing import 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 + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Iterator[_PackageInfo]: + """ + 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_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 "", + 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", ""), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterator[_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) + 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()) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 00000000..bb9e8e6a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,105 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +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 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.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}")' + ) + + 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() + + warn_if_run_as_root() + return SUCCESS diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 00000000..d5b20dc9 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,178 @@ +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.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +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/ + + Requirements: setuptools>=0.8, and wheel. + + 'pip wheel' uses the bdist_wheel setuptools extension from the wheel + package to build individual wheels. + + """ + + 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.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.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: + cmdoptions.check_install_build_global(options) + + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_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) + + # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/configuration.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/configuration.py new file mode 100644 index 00000000..a8092d1a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/configuration.py @@ -0,0 +1,366 @@ +"""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. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + 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.""" + try: + return self._dictionary[key] + except KeyError: + raise ConfigurationError(f"No such key - {key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + 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.""" + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {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)) + + with open(fname, "w") as f: + parser.write(f) + + # + # 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. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(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] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 00000000..9a89a838 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be31f59d84e9f2b0ea944bf44c39fbdea2d7ff3b GIT binary patch literal 825 zcmaJMFNlIBLP0@DG!(f4$&F>7C%NU;ADLZW6qGLc zGyEmDRQv@BVAjcjIi##Lv-4)hGtY0`?Cjk$n z@0X1ovJ*1>oZL10%rG$gn%(fZMGhVq_YQ5cG5_-Vbm*m{JQ~x8&Kiu&5~6dthC2G6 zQS9|0l+xsd0wk4LA4;8F+Rs5NaLm!C?JGlj89#2tvZ+8|SJ!~zvcZ*TJJnV4aIM=V zAZ$ZjQpJ^7HnkuEYoTOuk6$G(UkEJ?9Jcvlm7jwat!zamYXey4N|YnzwaDl|nk-A& zt3Iys6=dV{jJ}f!2EDDe8^Hr2tu1rk54rD#JalnN@MFBwM>H<^GcFmo(@BwQKzkAW zvxmy`@YbN)gLQue?VtYJkH{uu8}c}znFGZ^@R8fIWWuAWDLVyk?0=$XdS`?zR z86L3O`iqH)!4M>-oWvfdvClmbaGwXW;0>8k2WS*;h#mm)#bD;~J|DaeUeS2dt!;`S zABrs((c@cuE-Kp!`Ihbf?AnO#N6#vUPuVG7{GOfqA_nbP5$m0afKahSIR zSSm%xw9RJ_Zl=Rw2u)F>;&RnkryF*oNyX;{)80R^vg30cXC4{>O2-zB7 z2nR8vN=%oo%LALk5*L*Km6cg8%;a6k%OKc7F2mIdhbnyv=?TS)N*RO#S9KUzs!pH= z!ZOY*o4V!3hoUw;4LQ-}Q3mo@Hng$((9IqUmb@ar(%%RrFX>B?c$_>T7xZZ2Hyfs| zgl+~&l9#zn65Rv$iPr>1$eEj5&}K79oaU0`g8cPkG*^X)fORQ!bgJ~TsH$aMfmC)ZAKG{Yo;S-P~ z%`iy{#cPT7C`q2zOfGi%Ny1eIYQqY;dNw{wvu2wuo<2zHTyc#&^$i>_n@x}^CG|}- z#|uejLP|L2EyodhV|_IKtYB5m2hIrS&7C0FrGf8J`1{9oZ|`sC2R{OvSV|}J$)?_i zkme&0<8&#;Dc0r1bfMIwEmMnYf8DXu#1sYVI5gMRJ>biA)SLd{gNNV3y$-|*3&+Q) XZ16>!!!NPk2BkkBBX2}U^p^iGT}>4k literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19b7c0c8d39e355cba9e80e97b455c74648109c7 GIT binary patch literal 1259 zcmaJ=&2H2%5Vn)-PnX>mq@@x9q=?%dnt;lI1489TAULcLaLUDU*0Wu=iIdt%VON}J zk$4n%rCd4j3LJoOvfFM^VI)sx#$)H3`Nr8`&?6{&`X+pJ2>EWEb@9;I!(|?z5=791 zq%@+`+D_u6ZsgXsn|Ns}YEkln2v4+5iD&^maig|qza^v24?Imqv>HB+O`-XucqZ{H z=^ zc{h{B7a15|WreQ*1ZK~DJeqUOZDl?;elY`I!%-s7s|lhwn3e80KYCrgG=l z+P zjeRIs3I!Lu;A}l{V7p+abV$2&5nf7Y@Xym#dsmH3O?Y&)Jqo!|9xHhVIVEGF?=C(x-hobpHU7E?|WK literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..027ba7a5b44cdc461b5b61295d1f842990c24352 GIT binary patch literal 4471 zcma)A-*4N-9p@b>ilSsimYpna(w0rO6dDpKS=S#Jf-LKr6zMi2n2Qw?Rxq^gY}27g z=8lSEMF!TmPXmhXz1Sc>=8xzXm8dp!`>rnAQGM9xH*~ogEexCerY<|tsbQ<%A_h06i@be6`b(c0tj6504d!xZ z-|R0lvSxJZ|AuuKs~uB0cQP)5^@uBTjc2Oz`6!Kehp5)aqcCE(;)kI~;vtVSXj}fx zy39l{$UX_-9j=eEFo~gk@lGtWAc_L4-x4Ab(713n7~Bsw`Ry=f92;662a+F~c}|St zmh+F{3m4G=o4o2DInlot&VQR7K^#84lOm9NA!%j`6aSY%aD@EO%!OGaXFWW(d{|HxCpC1_K6fhY9qyL;=d_x`mHJrJ2UK%W=!&0w(W-IF{UrQLMb}gB1@wq` zKtTV+gJlZow~!aDk;eUet?Pgy9y9e;zG%*T z&cX~C!k0lDX1o4iix2LrB~YwB^|N_kW~o|*tU{k1OSE7aVi_~kr)tWrWHi?a*D%Pl zHg>;RNGMxtZl1F+MB=_&t6^HiHC@N0O*+1Mf^~jW&;ZR^JQXO^AZa`N9SUfNZL&uv zlo=x;-Or3CB%}Mf-8Xfwxou4d^b{Mk?I-oGh z61OvFT4Q<~w&tFU$^h@BM2Zd2*DdiGaiJfo(>i;7H?g{L4RtQjorJM6he4_=U}T|esdd_^lz{yXF05Wi z!D-cDuH<9z76{;LkmS!HbIb;DsY4uMA3CN@oI?v*Ecj8(Usx6;ZR$L?{yXlR0PvF! z?h$rIb}5kkpT9vRNA|ZL0`4dy`(%&gxSeBt39&w*Q$Y6t`F05qOQ)3s;|m~pW?1ms zH_5Tu8th1RcYvGl_h(37l*S@{q5np?Ut^lCjxT=7vkd)F**w~PA#Hj)TbxH7TLVH| zfYl3hFshj|mtQc|q8zOQy$v92@N-9^&LcG!xbeYr&PYm2d}?abfjiT|hpNs59kZ2M z@li?+x4A4W;dihMiInDo?Htm8pG}&FtsmOfg&$6I6|WWbT62jW$nSuXF8#QY3U+=) zPvR;F5C}H)_G{Ep%oXq9P;|&8CO&`Cnu{50FjgX%UBD`!74SRP!n3x0;n}!%5@JtK zXd&?xMz%q^X5=j>2VTAcuk&RO_f=ye#Gv9RXo z?HVw+h5XGdWN?kj%If$m217GU9HCid$B7sQ(Rlf!Uhy`pv*YIUFgxN*N%G9IWIXs-WI~~0rZGqz=kAyl%-3}ye&|g4- z5e#g$(XeC!PIQ{b??z@$=sx+x*a!Mym2bd>W)`}{C!}Mqj{9p6EzW#R*#T-d^|-_$ zdtR|X?PI*hMHSdauXpcP-ebn)K!hpYTK2kQdf9vBFk*xzF`*g0g2jH>07PMAK)wUK zOz3yUKg>S?<2?X21wT#4XS`5?8yzIW6k>OXn)2_jYLmcyi*~Q7+DxIGDSIb?@RS`h zn5tdJ$o)|&ZjABkNPG0JmSNMzAsFd{lZ&iLa0v8_&9IldnUL+<;^_5ESOMi80$s^R+&MnN>|sro)k2EH%Q z`H3aW5Piy8hpeDpyYbHQs5`qo`S}$l*V~z+ z1B>Wht5>~sv=janh-CMrPtKio4XFS3I<^vbPV(HDAA$7%#9hl>bUe8qc>zs zs5xUg^T1C1;)`(UOev|)y#ESvusm+sQISljKeE%XLVDtKivxk1?FmTrz heTA>O+L!QewYmJ`o~s95R^$JXjH7WpCTHYq_!pEf({=y= literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 00000000..149fff55 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,36 @@ +import abc + +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. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + raise NotImplementedError() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 00000000..be5962f9 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,20 @@ +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. + """ + + 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 + ) -> None: + pass diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 00000000..bdaf4033 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,127 @@ +import logging +from typing import Iterable, 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`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: 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) + + 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) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 00000000..340b0f3c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,31 @@ +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. + """ + + 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 + ) -> None: + pass diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py new file mode 100644 index 00000000..97b9612a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,658 @@ +"""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 re +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, 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 + + +# +# 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 "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, error_msg: str, response: Response = None, request: 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 + or user-supplied ``#egg=`` value. + """ + + 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: + template = ( + "Requested {} has inconsistent {}: " + "filename has {!r}, but metadata has {!r}" + ) + return template.format(self.ireq, self.field, self.f_val, self.m_val) + + +class LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +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.original_link + # 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 " {}:\n{}".format(self._requirement_name(), 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( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + 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}" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 00000000..7a17b7b3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9eff46209162ed6fa6d200de692f125da806374 GIT binary patch literal 252 zcmZ9HzY4-I5XMs%i{R`aNY@T}imOOh7Z*2|P@BVsrb)=3YQ-1wmAd*CPNw1@esJIM zJMQ2+H6D*hP-dn$3;o%{uc821C>sZ3yw3(S47j6oq1!Ir)QWk5+x{Qhr;5oND8fj( literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b013e90ee1888cb1ec2a7f4bf8a9964e844454d9 GIT binary patch literal 19331 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 KZ|B&7z5f?A{_H3K literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f676c10a05f591ff866a1b003670f7a4c94be187 GIT binary patch literal 7145 zcmc&&OLH5?5#C+wE*2mNK150+_3+w~Bf}+vcAS@GS*Al-u__AfvSn2YiE9aA2INYM zU3g|eiwIP)LmzU8PdTPiA#+HTenIkE_L@`9I>pa?J&P9sP*NUMS=0=s=h@TK{Y_6t z)6;nk-?})>|G2DaeMrDQN_-U5sOLdb?vBGC& zsG57@RFV^-Uww(J*i=%8Zw_%V`?yO`r*BjkxVtK@s1ZqUP}bY6f!DP9s1b5 zr0N>2IsBO*){*2@WL%>&tQb7QbZ&Bs_+|#nd}i+J6&rO~&?d962M1IRl+CiB^31`G za!H;zc|U528c%G&jd!@)3K_gRhBJ z7;>@paU|}oHCsWe;jiw>CQUa=N`@YL@lF)3?ecJUE%5Jj=~v1xzqBU(n6EagwR_cV zF4vlVbItRyxWFl``C$3}np9ht<>p>u66cFxLmJ5JOnYV^n=-W>D;P120T9Wn{WF$s zJ%UW!J9}=kDkRCJ8oE_c+wpffL?mOXdi&PTZn||p;AK(73}Tit5=5GvKq;ANf_Jah zQy#g3%14SpqrEc3;7GS8@_LEJ4zVelyyn-{33l0(F7pMi#lhZV*vk|99!W=@BgRi6 zYcCG*HE7=~O(l-!h1CZ4yd>{=jfk}{*h>nY_fe}FbX%OJh?-o)dxBJ5WGP!fmdsoy znGR$u=&+K!s#UuYr>O5hfT~1N6jR7(4oO()XokL^7tMK7)hCYP5w<1@XdROraY5=Y zX>YN1SMLBsnejQyY*}OGJp+bhZC)pnm9g+^u^@wK=VE?8UfYQq0SrCY@EbhdYjT<7 zw_99FkBE{kl+Xqot0SNGVEQ!BBgW3t(sbY_b@3ej#sGn=ave$j99a(#m<}*ExXCiy zA^@n{UBkC|mYIOMoPr96p-$=N+%+* zmx4z7OOm{snvt6-kw)`-?`ZC!SiCMXjF8&T-;YHep=X|5lt zg;LeV%w@#}&84(pU}!Ygo2kLdV@4$lgYI5kL=9l~Hcw32snVs*S_Ws*`>1RoZ6GOY z=|Gh{E!Gc=ICIxLusX(}en@pT)85w}>YJr(vN&Y>Lu+Jd4WM0OzKcR)L{dDDX%k2A zYCvs?m0lznF^76_fimhbWFAV{V3B_4$Da2R8YStvZ7u2Tvy%?H-0M4LBfTp^O+d_x z@ATK2fNIK~e?$wCVw*;LdE#=UI7gQ1Nw7vk*O7gyb+o(Mfqtl6(>^@)K#w8Gj=qoI z10yy&#=b63d}MdD11q+PI@I5SFY`98w2zdG6`Q53xP-ZqEN%+{#Sjir85pxNIB^lA zf}w|9VJb;y2r!OXt^%Yh=q(A(jZcbtL3eaRKdGBvwJ%KE;)nu|?UoKi?e+&K9NF#s zq}>YaHijPU>$gYtXsbPnGNw`c6Khl=KuHmnj(>DJ1gA<_k8Y z#nD;sW>l*N*MaRRhE_LVJ`>S0606WMprsoLmwNmHcZ#U4eyE%mYU{#kzhf6xZ`9qY z`@wrRU7)LMHJbr28BSU3Hd-=v?{KuHfOi>lqhHxoBM3N#hq!U1;E|v?Qtqvq1d{@& zcX3ApV&ka0RNWUcF1rfR|0AS^hcxhr9tX>}z)l#2t0TQrkfUq<81N;q*+6~12XYUF;)x0D2P73=0O_<_lUI&nk9PX1bQ@PayV?7>pLC`qK z8&tUYAvLCc*4ScWh)KYlL8>9i7m$4l7Y2*zcL^JFv~i$ghH3`b*cV61Oc6ry^D;)K zSU3sM$vUe@j|e=CPk<4Cy|z2X;o|_0n58pP%#vp`%&h1#dsji*fW^!xi<7t`#Hb_5 z0e1zxeR_<$0e(F!j^LO0F2;*jC{r%!2v{lgcv_tLK4$qTu|vS9a4I(erz}DJNEk;x z+QK@L{3Wu<{vNlP#q7GHp3!C{%N=I%9JiIvmt*;^&u1y0FMU)O(1UzFdRUXsXT#^4 zN#?xwcq5AW0Ib@78%3%oB2?O8*x~#C!9!A13b$YAS3R5RPMora{Pzk zq62&J5Hsl-Y$=n1#*A|RyusXLHZY-q1GbKebj1lk(n6!8OUSlu9Z<3|Ci^F2iFl1x zP`(%WA;)6Kuc=XC$jR|lo(4n!8VW`Z2Ot6@oeUxw@g^;&Kt%aclPr|*W1qUcj;#Ic zI9E>s4gwDa9OSH|o)Y;${ZkUh3WUJnw@Au)CFp9O8DD;Y3}c?n02z{La%OJ#mFvF- ziZ{SkK&%lOjyg2PSB91U(#R{P#uC(b3@mz1jrbl~@rYaWZcyA~^cDBl$2k}2n+=fw zJeNjZZtw(Ryg0}Y2>g5GRtSX`E*ZW*VI*Chldl>V-O*e zYO~1^EJK83YfE`LWqJ)`9DEIOMMy!@ciU56`GWlC)G&TXrB^ANV1&P?`pd}L=O#+( ze`kV!pp}#fu1sF(@n*P$;iTm~Gwi)<2Kuh{d7P>J3B$Ykj%)h)$s9b5$!+u|QXx`f zb4aL@)+Sr~GYuhdHOWDkq>tr+wTY|fI5ep`GkUoSTKRWKgG2}e=v0~BwzR9^YS9SA^hzy5}aM8 zR|iP$!*T@xf*f~#zZ(Hn4-Qyf_Qb0tor!OJCMa}!ar>ySKd*$em+>y(kV zRWi~FdX4wWRNsE%NxX!8W{7!kM0^b*LZw;pA}ykx`L^O!rZIs$!ucYWA7d|qG(u1~ zF|mPSc)}*xkEq}Zwd3L3oxJC_wZM{V#Z8iXehZ}|Jzj4e$uMf&;4-+Nv4yG?Xmt<+jv{M&!Dy$b!N^C?mshW&iWGExs z5f-(bL-@Vi55JcY{N;fx_b&)RH&wDcu@fO-D$k{(?XB3y9PlsG^HFD#%pL8sTa)QA z<+gczQ=L@m+20`6l*g`u3a`-m=A9@C#E+?kLdHWu5_N>+kEf?ghpD77bR>OfN}MZc zZ2Kxfh@|Np&A~Z1`jTES3i>S0Cy&^KqtEL_3Q5e&nzI*XpPhA$6`aPmX~2T+cjHUL LHoln87XSG#O|n!B literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py new file mode 100644 index 00000000..4ecbb337 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,648 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import cgi +import collections +import functools +import itertools +import logging +import os +import re +import urllib.parse +import urllib.request +import xml.etree.ElementTree +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import html5lib, 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.deprecation import deprecated +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import pairwise, 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__) + +HTMLElement = xml.etree.ElementTree.Element +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 _NotHTML(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_html_header(response: Response) -> None: + """Check the Content-Type header to ensure the response contains HTML. + + Raises `_NotHTML` if the content type is not text/html. + """ + content_type = response.headers.get("Content-Type", "") + if not content_type.lower().startswith("text/html"): + raise _NotHTML(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_html_response(url: str, session: PipSession) -> None: + """Send a HEAD request to the URL, and ensure the response contains HTML. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotHTML` if the content type is not text/html. + """ + 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_html_header(resp) + + +def _get_html_response(url: str, session: PipSession) -> Response: + """Access an HTML page 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, to avoid downloading a large file. + Raise `_NotHTTP` if the content type cannot be determined, or + `_NotHTML` if it is not HTML. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got HTML, and raise + `_NotHTML` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_html_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": "text/html", + # 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 HTML + # or not. However we can check after we've downloaded it. + _ensure_html_header(resp) + + 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: + content_type, params = cgi.parse_header(headers["Content-Type"]) + if "charset" in params: + return params["charset"] + return None + + +def _determine_base_url(document: HTMLElement, page_url: str) -> str: + """Determine the HTML document's base URL. + + This looks for a ```` tag in the HTML document. If present, its href + attribute denotes the base URL of anchor tags in the document. If there is + no such tag (or if it does not have a valid href attribute), the HTML + file's URL is used as the base URL. + + :param document: An HTML document representation. The current + implementation expects the result of ``html5lib.parse()``. + :param page_url: The URL of the HTML document. + + TODO: Remove when `html5lib` is dropped. + """ + for base in document.findall(".//base"): + href = base.get("href") + if href is not None: + return href + return page_url + + +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 _clean_link(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)) + + +def _create_link_from_element( + element_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 = element_attribs.get("href") + if not href: + return None + + url = _clean_link(urllib.parse.urljoin(base_url, href)) + pyrequire = element_attribs.get("data-requires-python") + yanked_reason = element_attribs.get("data-yanked") + + link = Link( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + ) + + return link + + +class CacheablePageContent: + def __init__(self, page: "HTMLPage") -> 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: "HTMLPage", use_deprecated_html5lib: bool + ) -> Iterable[Link]: + ... + + +def with_cached_html_pages(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an HTMLPage, cache the + function's result (keyed by CacheablePageContent), unless the HTMLPage + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper( + cacheable_page: CacheablePageContent, use_deprecated_html5lib: bool + ) -> List[Link]: + return list(fn(cacheable_page.page, use_deprecated_html5lib)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "HTMLPage", use_deprecated_html5lib: bool) -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page), use_deprecated_html5lib) + return list(fn(page, use_deprecated_html5lib)) + + return wrapper_wrapper + + +def _parse_links_html5lib(page: "HTMLPage") -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + + TODO: Remove when `html5lib` is dropped. + """ + document = html5lib.parse( + page.content, + transport_encoding=page.encoding, + namespaceHTMLElements=False, + ) + + url = page.url + base_url = _determine_base_url(document, url) + for anchor in document.findall(".//a"): + link = _create_link_from_element( + anchor.attrib, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +@with_cached_html_pages +def parse_links(page: "HTMLPage", use_deprecated_html5lib: bool) -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + """ + encoding = page.encoding or "utf-8" + + # Check if the page starts with a valid doctype, to decide whether to use + # http.parser or (deprecated) html5lib for parsing -- unless explicitly + # requested to use html5lib. + if not use_deprecated_html5lib: + expected_doctype = "".encode(encoding) + actual_start = page.content[: len(expected_doctype)] + if actual_start.decode(encoding).lower() != "": + deprecated( + reason=( + f"The HTML index page being used ({page.url}) is not a proper " + "HTML 5 document. This is in violation of PEP 503 which requires " + "these pages to be well-formed HTML 5 documents. Please reach out " + "to the owners of this index page, and ask them to update this " + "index page to a valid HTML 5 document." + ), + replacement=None, + gone_in="22.2", + issue=10825, + ) + use_deprecated_html5lib = True + + if use_deprecated_html5lib: + yield from _parse_links_html5lib(page) + return + + parser = HTMLLinkParser() + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = _create_link_from_element( + anchor, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +class HTMLPage: + """Represents one page, along with its URL""" + + def __init__( + self, + content: bytes, + 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.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, *args: Any, **kwargs: Any) -> None: + super().__init__(*args, **kwargs) + self._seen_decl = False + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_decl(self, decl: str) -> None: + if decl.lower() != "doctype html": + self._raise_error() + self._seen_decl = True + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if not self._seen_decl: + self._raise_error() + + 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 _raise_error(self) -> None: + raise ValueError( + "HTML doctype missing or incorrect. Expected .\n\n" + "If you believe this error to be incorrect, try passing the " + "command line option --use-deprecated=html5lib and please leave " + "a comment on the pip issue at https://github.com/pypa/pip/issues/10825." + ) + + +def _handle_get_page_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_html_page(response: Response, cache_link_parsing: bool = True) -> HTMLPage: + encoding = _get_encoding_from_headers(response.headers) + return HTMLPage( + response.content, + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_html_page( + link: Link, session: Optional[PipSession] = None +) -> Optional["HTMLPage"]: + if session is None: + raise TypeError( + "_get_html_page() missing 1 required keyword argument: 'session'" + ) + + 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 += "/" + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_html_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 _NotHTML as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s." + "The only supported Content-Type is text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_page_fail(link, exc) + except RetryError as exc: + _handle_get_page_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_page_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_page_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_page_fail(link, "timed out") + else: + return _make_html_page(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, + ) + 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_page(self, location: Link) -> Optional[HTMLPage]: + """ + Fetch an HTML page containing package links. + """ + return _get_html_page(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, + ) + 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, + ) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 00000000..223d06df --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1004 @@ +"""Routines related to PyPI, indexes""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import itertools +import logging +import re +from typing import 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 + +__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 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[bool, Optional[str]]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (is_candidate, result), where `result` is (1) a + version string if `is_candidate` is True, and (2) if + `is_candidate` is False, an optional string to log the reason + the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (False, 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 (False, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return (False, f"unsupported archive format: {ext}") + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = "No binaries permitted for {}".format(self.project_name) + return (False, reason) + if "macosx10" in link.path and ext == ".zip": + return (False, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return (False, "invalid wheel filename") + if canonicalize_name(wheel.name) != self._canonical_name: + reason = "wrong project name (not {})".format(self.project_name) + return (False, reason) + + supported_tags = self._target_python.get_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = wheel.get_formatted_file_tags() + reason = ( + "none of the wheel's tags ({}) are compatible " + "(run pip debug --verbose to show compatible tags)".format( + ", ".join(file_tags) + ) + ) + return (False, 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 (False, 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 (False, 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 (False, "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: + # Return None for the reason text to suppress calling + # _log_skipped_link(). + return (False, None) + + logger.debug("Found link %s, version: %s", link, version) + + return (True, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: 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_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( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + 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, + use_deprecated_html5lib: 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._use_deprecated_html5lib = use_deprecated_html5lib + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Link] = 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, + *, + use_deprecated_html5lib: bool, + ) -> "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, + use_deprecated_html5lib=use_deprecated_html5lib, + ) + + @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 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, reason: str) -> None: + if link 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", reason, link) + self._logged_links.add(link) + + 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. + """ + is_candidate, result = link_evaluator.evaluate_link(link) + if not is_candidate: + if result: + self._log_skipped_link(link, reason=result) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=result, + ) + + 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, + ) + html_page = self._link_collector.fetch_page(project_url) + if html_page is None: + return [] + + page_links = list(parse_links(html_page, self._use_deprecated_html5lib)) + + 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( + "No matching distribution found for {}".format(req) + ) + + best_installed = False + if installed_version and ( + best_candidate is None or best_candidate.version <= installed_version + ): + best_installed = True + + if not upgrade and installed_version is not None: + if best_installed: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + else: + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + return None + + if best_installed: + # 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 + + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py new file mode 100644 index 00000000..eec3f12f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +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 _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. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + 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, +) -> 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, + ) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 00000000..ac0c166e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,520 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Iterator, List, 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 _distutils, _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_prefixed_libs", + "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() + +# 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 # type: ignore + + 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 # type: ignore + + 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 # type: ignore + + 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]) -> Iterator[str]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags: str = 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 + + 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 + + +def _deduplicated(v1: str, v2: str) -> List[str]: + """Deduplicate values from a list.""" + if v1 == v2: + return [v1] + return [v1, v2] + + +def _looks_like_apple_library(path: str) -> bool: + """Apple patches sysconfig to *always* look under */Library/Python*.""" + if sys.platform[:6] != "darwin": + return False + return path == f"/Library/Python/{get_major_minor_version()}/site-packages" + + +def get_prefixed_libs(prefix: str) -> List[str]: + """Return the lib locations under ``prefix``.""" + new_pure, new_plat = _sysconfig.get_prefixed_libs(prefix) + if _USE_SYSCONFIG: + return _deduplicated(new_pure, new_plat) + + old_pure, old_plat = _distutils.get_prefixed_libs(prefix) + old_lib_paths = _deduplicated(old_pure, old_plat) + + # Apple's Python (shipped with Xcode and Command Line Tools) hard-code + # platlib and purelib to '/Library/Python/X.Y/site-packages'. This will + # cause serious build isolation bugs when Apple starts shipping 3.10 because + # pip will install build backends to the wrong location. This tells users + # who is at fault so Apple may notice it and fix the issue in time. + if all(_looks_like_apple_library(p) for p in old_lib_paths): + deprecated( + reason=( + "Python distributed by Apple's Command Line Tools incorrectly " + "patches sysconfig to always point to '/Library/Python'. This " + "will cause build isolation to operate incorrectly on Python " + "3.10 or later. Please help report this to Apple so they can " + "fix this. https://developer.apple.com/bug-reporting/" + ), + replacement=None, + gone_in=None, + ) + return old_lib_paths + + warned = [ + _warn_if_mismatch( + pathlib.Path(old_pure), + pathlib.Path(new_pure), + key="prefixed-purelib", + ), + _warn_if_mismatch( + pathlib.Path(old_plat), + pathlib.Path(new_plat), + key="prefixed-platlib", + ), + ] + if any(warned): + _log_context(prefix=prefix) + + return old_lib_paths diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39bb09eded8f51faa6d20b23ac6eb9774c5a70ab GIT binary patch literal 12412 zcmbVSTWlQHd7j(O&JLH$i>MnVOA|?!y|TC~$?`R_VqHi}wM?m|WGCA=%O%f{Tyl12 zeP)&vx68x<6~qo8*KN_4q$(soq*3oc`WYsdIOwBIYwSm$=EnCW}G>`5L)^ep> zZKyQFWy2e;jg&?>pYld)J4!n^Z+c_3ou!?~r-kM1s_icAuI(x9;c~{?TN^Kp*Y=h6 z)%KV6*PbdpRXb2RP&-&Us49z!us>Bxj;r4NihJmuS~~0=aSbsbvYUG8Y4@o6j2Jwl zxW@9cBDaz%<;9SDY(W#lV&s-ldd_`rQz;#H^YVM{@!)%|x;#-T)O9?Ir9#qkRO~>{ z6JpG@Fx$}uZLh*DhS(`~q2;8jET0mp*nL|~M(h!LZyB3v>G{W6#>GBvIsI76e(@By zyzp4d0dbI9UVN;@5nth!m&74A>mKEGW$3wJh{NIt*7kDGn5SKR`4w@L(`VeHVo0b9 zmUvd=d5%}bW9^`mC60;bFwa+e<~feN(*MLC8lvDH6GeA`-+dx^o=l!Jzb#IQ=Wm&y z#hJ|UjEaAx;)*zp_djXu3z)Av-W^)Vi5JC7w^F6oKv_^;yewY9YR)F5SH)LR`kFXH zyTNJ=@tQb`n%9%|uZh=DI+v8riSsC(7Z=d`B9E|{R;HK~Q)sy$-ssMANnA$FMXZHp zj{6znH^iH$ofPVfl7H&~$&=Ge=Cx>G=E9}Pw%mRGAXY*swCzWPAL`!S(i7I;-Nta<_R!Fn+7*B7dbSXl1H%;ekU3+M2{ z^2N(Zkmy8M6~#ya9D=BoA16j_>*%G6ViP?rI!YIv2UrG+HGDEQ%8c;kC(UCgbBL;pbm}`$zINr@^(&XpW0QI90W_KNfYe@O zN;hoE`aJS|e<_qM;1|%+LnTy0O{k&1sc+KBYL%NH?e(Q<;4C!j^K^iYaB;98nj1Lb zlIyHiyr%2;3r-m%F3)^p=EBwKsmpH^Y}>)#`E~SPs5HIsxYMXM9FQPzx(DN6x@+s< z5+2VNPM&zK5RYkwomx6hS)FTwjRI%BQg?iuldK9Cug02$J71+!bLQ5azzsw2#;ZI9 zy}J9BLiyU|YyGQpUURNXEW7ATRlLCEF>hC5{&byc-B}95M(}E}xL6IBnsbGDzgBFl zH!4N!p;!%qrW+Jbo_O)}OYtt5Kv+*@i%JW=bV4@>D|1z^8m=FAun8wv@|&J;=3EDi ziMD#^h^EAk@(`(kM6RSaE$(8Q*Vj$3i52?5cSu29gk}{oH zkvM;%BMnTSaN|+&{&UlmSZ}QJZuSRk(f|JGCUyjc=T~9 z)m!*6r@o8~bgt$pHFZN#mDWHTwiO!R*sE-)?<#Fom@C?hVkn`uzE4FDRr!V@QZve$ zl25mS>)=}H2EGSH0p1CHXRhH-oId^Xizl45s^>ZLOO^U!!eZ6>yf2}GLMIWmgt2E_ z*E!SSlDXz$fSnN|7ks%Ga|lm(Ha;dbGEz(ufOdmAWWYiFZ6tK8Hyo>rHokQc7RuwYXxWJ7q`1Y@NP*mWJ#s zd%nLCK-H|cW$eAoOML@PK@LearD-|U(zB0DRr^w&q#nZ!L-KXo6YVv;0W+)-Sl$o;yv?yObToy)9g128y5BXl7U z6(@Nq1f5Bh=;t2hmdCJxKK3A)rR_bBUvLD;cfla<4Q{Ay^+RP<@drcYL$JVJZ0#Lv z_Dvz&+0$zJhN^-G+Uh3GoJHQahuyZdF0%vyi#EDZcoScXi z{{(5@iA2dxbZl6GSs#sef9x>Z+j>bX?_qHpzcy+0g2Z*r{f$WGbSTsk>-{>mp)&6Oi_>b zGObJ$bLI-sLFPlpM+^MLJ$Z4+HUbD>BK#�?GgOwzO~(=5);@x56^2ONQrNhqvI&oa&y~ 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63246543ca8c667d8dc992b9406ff8b5a2324dab GIT binary patch literal 4680 zcmai1OK%*<5uTo%oqdqIe2Jv^kTfRk#G8n_PMpLJBO3-pDSjw4U@BI;j zx2H8-@n?eB_N=C>{>5OfJqLP(kNWe$LVJN3f*mc2OUJBzxl*f`_@m{^yvFN)W_(Os z;p4*L6L?SJnF4(Q?`gbeL|t4FSGLSKV{4qx@{12j?WfM@cszStT$wYVA%Evua(YHg zZ`Ju6pMOwnFF_~t@ddv4z-liKdYAZR^qwB{u5bsvXS5YF0(K27u=rDa37qe7bHivn z-GAX$)O8at3YBwjM@Zq^6OJE6cb%IDy2m}&1d**GJj}bhh}OV7t;QFDC2W;#=+P?Me)41qxt?1s}6o|>0oeNha#z$c)ogkb94x6 zDLDwx(KSd(ZxezP>=bzY+R928tx)u>bhoy%5!IDmoOE2dt@=NEO$Y5M<%9c)MVx1p z!+XL>B1eSXh~r{7Ldr<0X5YN(bZN^zHuBDKzdy%}`ihF)9 z@K*LzOwe+^t2iVyCbaf&Z(9I{LI3&YkDhBOFA*!T+r8^<3)PCfxYhB(L`dL7%Rd3F zR%htyX1t$Ou5F7@+>hnUKcUUhF3k_;jsEgbs-yHlG_R2gU%lKM&RCZuejDguccs8p z?-%JDUh0>f{Kmi3FVYTQ$_$`E4v3v>@ZYfD<(YTb=hZZ)8lJgkOCSzBsb0{?lY{UVJH9_qSI^%3&%M1BgFthz=dm9*5 zy5~xQ$;{e~yf7OhQ0(T2-HA4LHkt$oX7Ky`b zEkTrJme~bXFU>F;Gi_!O*R-L7{#88Xugc{`HV;YpDi#`M7|=#(@aPQlB033fa0Zgx(l15gBs;=c%D1?L>@THI zaTIDa0kRO+3*%nmAT9v`xQwdl+{Wn8KUx!yy1hVz2nGNfE>E=QaiR2dAXXyoC%U>I zb?%<)`R=AKoP1Tasx|B+Nvu{|Eof4>*Hkw&Be~srzBPy#yt%mF+(`m|+4VIl04)Yg zy>3-2TGf_n`*dbs)m9LGInkD;2M9yRiCiu{u?G}|Ww||M=v4>d$+bEHd4MhP2lw|x zj^gL^iWJeSkVV8J^0E1dwCI^j#9JCnJUxfd6g;Mt-kljp)*MK-vwOMOpR~C{+o{^UZtUC`u%gb0)xK`2R}2fx#}G;qN5*Yv_;| z&Xayp*tL$?fsqvD6+L37C|i%sK~YemqCj05a!lf+Yy-t9icA!>R1$IPt|@`eoEDIW^-5GLx=X!A8&2!t3(8?Ti&L0<$kMQ zZ}pVaiQjKwPNVWTS7c=r^8p1wR#5vY&jNL*kw4Xn#eHN{m6a(aBXR<`o&Y?vp$A_j z=N+p*Ry0c&`hSF|qMTAMSPXb>)`8YbnwD>4_>6neHvp)*_Wztd0us29n-AftMq&Nt zBZf=^D>^C`U2n_l$|7V=8KBR28DrT99q*u;_yhx=)5%qtY~%IBCFLD(vCwV#8xY^6 zJg-oWN%CE4ev9TzrASpH8F(F!BA3x_=olZGpztL_)D|77wSE&`eFq}iwYT-s4VE9p zxxk&!JJY@uoIVHDUr0X%LDj4>>l^tV$VTzz`uffF#`m*Qr-MAu>0~9UX;91LC;t|N zvf3$(2)HC4W#eln)%W1j^i+M*9MnF|L8{P|i!S`+3p97?u|7mnUSG>RJd^#H)~4Jm z%hXh;p)-~v)aXiT0d;C~Sf@4vlxV(c=C@Q|^=$sEg#Jn(s}R1DVm7<{Z32%!Z}ZB@ zB3#OAqzc@5D=+rS9i8Ml9r-+IDxi+ctj#F$bqS%tK!>ajB7NN2)!!O_J+MS=1 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72c39c3d9252dc41d42eb2a8b67981aa53e838f5 GIT binary patch literal 6263 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 x#i?wen9ZA3+A`xm`zz$%T9){Xe7ExNQIc literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..487f124868044c15ac63b3f46144f82d3cd82897 GIT binary patch literal 1562 zcmZuxOK;pZ5GEz9_F=8owcW&a9}x_+fYEx@$DtRuh~c_OP}B}=2WbQpf>z@0Y9omP zNv*w`_~cyM->`e^U*ff={)Hae4k^2FiclaqGvo}1-+UD9b~^~#L-qmr%tq)BrQB^T zP#!|(5{9QJK?%-KP|rBPS~mhi&t_oi*$ON@H-ZMtMrP;Dpox`_nYHqE(8h=~7oEgf z;$VeX3nyuS)Fq9HOL|*~tS0t8N}8lMG?G@*er*Ns-DsU;1+=w!ml%unB?>m~_&EFM z87dqLk@si6V5B}`Ozs66&ryLd5J8js2~N7dVu-Z~k=>;C+PcQUR)Wva?&_a#KXkl{ zWiu+vBxM}LO;!~}T8zS~NC*q3DHBzckzy*%GA(7ZtQg7Cf$Z{Bkg$y67tx4tX)_`! zR>Uge-DZGt2%S4HBzS@Zo*2I&INg|&jtA{jJ9=VFygZsvwwI>`W!{u9p3=gjL%kGN zjFCckPiA5a)`)wN#|48#Kley~)YqYQzV3gsUw*Mu8|RIeSN)e)yQZ{txtghE@#30X>ma%q*37)xtH(}J~?(JmPorkBzNB;t!iHc!ru7^6&D z5qNms%6W_cTId=&;8uVKTyhaK!1#@~+3Hr4KS#ewUp zQ0g({(IrpkFnM7Bg7{kDVjRofljrA;PL6*#J^1P9*~#gTz&L9_ zX(rpix0n{gbX2ER%i%O)ce2*})2XkfJf!?G9I_}Uihf_gak})b!5)CTyDi(ps)z*y z=d1@7X{p>beC#8o+hSHiA>=w#qW>S=`cNJ4P%M%kzhkBU=C#-LaWyV+6pu*={|D(l zJv%xL4-XC>9fjXNK9wznvML6H|0t5JlTwj6%77z+$zB*nML|W)@G#W8tpQ&LM-^M8 zefu=nmWtsX2zb_mN|3tfZGGg~ 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: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + 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(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase # type: ignore + 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) + + +def get_prefixed_libs(prefix: str) -> Tuple[str, str]: + return ( + get_python_lib(plat_specific=False, prefix=prefix), + get_python_lib(plat_specific=True, prefix=prefix), + ) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 00000000..5e141aa1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,219 @@ +import distutils.util # FIXME: For change_root. +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 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 = distutils.util.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"] + + +def get_prefixed_libs(prefix: str) -> typing.Tuple[str, str]: + paths = sysconfig.get_paths(vars={"base": prefix, "platbase": prefix}) + return (paths["purelib"], paths["platlib"]) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py new file mode 100644 index 00000000..86dad4a3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,52 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +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: typing.Optional[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 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/main.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/main.py new file mode 100644 index 00000000..33c6d24c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 00000000..cc037c14 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,62 @@ +from typing import List, Optional + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", +] + + +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. + """ + from .pkg_resources import Environment + + return 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. + """ + from .pkg_resources import Environment + + return 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. + """ + from .pkg_resources import Distribution + + return 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. + """ + from .pkg_resources import Distribution + + return Distribution.from_wheel(wheel, canonical_name) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24ad728cf929c17808d041f2310dafa04db56a73 GIT binary patch literal 2318 zcmcIlO>f*b5S6r_-d(R9r%h@n1$Ybg;8lzE6ck0!&r6#gTA;vQw6r+8Vl0UQNjccS zMK3+{XT-hrpY%8A+EdQ$si)3RyRvM=x0V38%ON>KzIkt?_V-5~wrBbg{5|lzKWWl# zeVjbQZhpl9{l$DUj1iajyHm5CU`7%kmZS4_k{TK2^hhT>pr?TbTk53N&i z^u0H`{|0a4&4Q}?jWo6zepgtja-P2N$=s_BKjQ|zz$GouN?NK8$ns@=A+^dg$Zd7- zl}y2GjD_sS1R$-(-$JJJrk?cN&uplB=ui^~8qx9ekcK@Rs)uW^k$@F1QyW3sF)g$W z56JM6Vnm{SrM?DR>O4koO{4n<*gwZ^-oZimA|S|r@_g^odmUVP`1}sv!;N2qWi|n} zy#&)xXfXITPA_IFrQLE|YK=zLy3%|!V%UC2q`^~k3B!2KTJSKL8_V+;*h;Ic_LC@d z&dzvz4!M})=_a)E_SVxTQDrLF8L+cbrndIBTq5rCg4<-d#JGZGe8WluEaq_{^R;tl z6*CFfaD5ZJkOju$SZQN$Zma0b(nV2}S zYs8HXcH+lh4{&Js;Uho%*TJQCN1x#{HfQH}=N05RwEAUZ{ zv1y9o+A1>)l}F)`>Z>x3oiy-2(Fa6}KaLTzjy^bhx=q3 zY29cYeT!bu5R^ntr-{jiMc_$CVT&5PIhtc&WTIn(}HWBA>rG=JY~<7 z&Uh+cp!g#e;XB3p3{}Id}k^d`Oa3d@|~;Xj&)LS_=Dx~4 zxz9EBHxE<}G!Iq|%5%PPsQFmsF}W`^4mYie)jU!;BF|%u+2-Sw$D2=7o@gGe9F@9a zs$}_k><7QW%m8a+2%)RH`7w#LC7hg{~+nuQoQ_hro`fj@N z6=#RL!#(3nvz@auaX;gpS;{%PoZTO0DrfQ59%nD!+AD9pgy((Eemw8LYgS&y(*fro zo({^dU&Zqw=P^7#=6)4pyn^S$j)iASo?ms08>!Nf9}&y*rD9-Sxf)E|{KadRsuzCY z(uJ>InSVVfUT8NOZq2W^Tfx|ccFVWxEmsAFE557j#fBT+`E3*IyV`L=4J zN!NAe?WT)&Cf;zD?b^oMuJSmce0YPlJLcOh_f6Ng9ox4rDb-eN?$v#_+Occ5>}A&r z#@0MnRasX`2YWAGxqj)w&FWj%->ANM>E`*1=Wm{`&YyqtQZRNAldSn~sRkNFw{LT* zHdm%Q$8tR1Y19|1omNbFx1-0xHP!apwRWRMq$NKYJeF`e{> znY%_M8`oruq)GRA;TR)~wIn_Bt!Bat9wh2Q4=Im3HgYZMSv%6mSqepD90m`V`SS7oq%Ar`|bL z#oS#5iagZ}>EqNQ7FOUmDxM3FPQJNuVh=I>jsR~^AiYL><0ERM3^qI7W_ zcR?03zUH1~Yq=C+U)ayj2vNDOK8pbO9GMZ<)9^)YPWoq{HW3xX-+hx?{9* zxXU`}Uje_oW8jUPla>2{9=w8|@{LtMl87-u@pL9$f7dVEVh0o0uH|hZkZQ8!& zfi1e8wDBzEHoy#SyB7NJ(Ujn@9N{l*wQhkR zOW$Vb4Hi!LY{yo1(-QogwXSi6sPR3ky%f%H7!DelGR5$9u4B~O;D>YlYwQC-a@J+t zpJp%KS%G9tW5tE268h0Fz6=UlbUojywVOameX-uC`y1AJ9dq|Kn&iLUNld=(Sxy_E zZ?%03T;Ez)uopez@OWuq!D=fRaAARKE(1mF#%-6soU|6#e9KpLyb3gt8|l9Jss_$k zJ&~u&);of*g$0=(dIhiuJekYFLb=TDAnn>jIq(hPXE!Xn*sxQS47S`f6J3dH6MzHKo$89(%CLG6LHOyvqNeo~;1@&5YD=h5MZYQnO2H^6qX~)j{Ww)b5Gf zJ?0#in!QrPSz68!so59T%sP)t&HlLN3FoNP9EfY4bdE{QLFc%82yh%<$~YzG1oX?t z!kWXbwR!}z$T&|qCs98e)~8W3=afIn=!1yeKtg=dyFwJw+VLSf^z^FF7xNn5{f5H5&V0 zbzZ^f&!8sn9%gHq)2q%o)SelrJ@34R+Ghu9FE|%b`^!IY;GBf|FVRcRG_@_n*nrA`T>mrGR zJmiijvV}-f9H~Pv^`SH#RKW5)QQC`EFALFSusCRdXTydIhTAmgyT*#JsusR3Kuiz58$&HU7-)IZ;5e`Y01W&^8UPQr-25nDt!h6R3 zl$!L-O=C4peU8?wpFxZ4UE_|qX{!CW#|9KD*X;iACeQ-?b`{1QFs@BAi#n<6)O{MW zeMs{X2)apR;J-#JtwSIX8XKv%vk~@L_S?+{bPLOanbd)Kq3IaoxS?z&h)6IL@1tmh z#2kxKLOPxp)xjQ^=S%sZs8z=*%)?+uWItA;7t|rZDoEo;wI6qSW1quaDXpGl1pyjN z^x3R~;(cG#Sv6c>Y|q}t%O06Yu8=Vb5bl|=;*T>%E}b#DCx#fpmfdWPX{sDPacuyT z#P-A{FzTl_P2w5#rrN`@SEq4o|1~fbqB*(yj(OH>4At2f^MmO1R@!R~$69t_heG?` zAYZVt!~1mTg#~mS;=gQ#WD#$aH4iEt-dtGV_~nSks0h06)!dFR)D~J9j(gi}v^&s| zL){7NN;@h}#vN)38|p41Ma`t33p-?CnxIe0UX3__bP#t(nuE?r&7AxIi{YL|Z+)%sW=M-cAtFQJ z5`$zo9Rnz)zhA}6-V}=Bwu}J^%;tWQGYaX<=iSGLsBie~KC+`!8k9_@z;WJ)_(Nz5 zmA`>WZW68E9JFe%;|azD3~$t%bpQsG07kp85J8c2U_V-d#poK4WIb_X{cK`}#*-b{ zuVt=9FC_$#xT>sni<<|sLP#jw6xa$Lyfmn4EyvSq)NhfT-j9}d=hXX=W^-rm{ZO^J z(;Ekr_y3#7)4IUVBlv;|nshPc-XrBwpyejJkBy+!MAJSpbBsNlg!Anbe}PaS-J z7MP!v7W#EcGUyVu6)=&-4J{G`R3MW-iz)av%a{FcEpY-GKMY3O9ET zo9(5N<=WmxjAHCIUeOj1Z36@vizxd%&P5G@%A61kp^#`;4K>6 zBM$+uerHR-enLm=Xux`tvYX6%Y1vH~*-dHtKYhvFl#sL9p)2aCt}gp)x8zQH$X&n+p*)=f0<1;*E{Drrknx#OdSC^KGAIS+t?tmbVt#Y0(}G zwCZ zyC+1glIhmy*tgDeJkOQPd1({Zs>#`(G29TSa+lX;NUJYk+h*<%bjFa|7Ay)lAT zd#YuXpstGYFW4dBVm~ake@N;bN0AeC1?n;x#F>Xs@K!x-Nz>{tp!-tVwtogno$d2A z&knMQ9(%B@u<2}sOi>v^8<{+srg=;u+ER?+449KTMCAZiPY{jl1$Z?Zq1!dYnRM=1 zO*jI;dg6Y10Je^cw{`{bk7amg>m5xxy6475=_KjjZXs60d985^fT*>9otOtZZaKDc z7+{3sw~o!T2o)S03hTrEShC?aIDYNYHS4*jUr4C4m%GK@Qq*-4#VE?y+oL_fCs!}@ z@SkIP7}MNL=%Mr|dWhfeqXH_gyr>y`k$}`>>}3!i)PLt|WQg6vL*w_i{CP%I^eO#W zJk+q$DCA2+W5kgmI+Dq=Apj`?O%Z{=)eGH3c0J=*)EMgUvG*utE(#ZfiUwN^(K#7V ztqrpsDnA@8x0c~`3*A64?L{--dlEsQ*C6UsLJ&QE@~JTw7}e037Ubc%Yk-bMI@EUd zW*B$>2^K0E;$*J-#1KkGywC@;G~O=aA~kplMK`~hx`+7Jeb~|Oq*}#H$~QN57$6xV z^^4*eSxTsPLKn*8AEBJ%_Q&x=v~Tn9L?6A_rfK8RG&1QM=`(dljNAX$Nk zXu+P+`)-8XZn&5 z55}NbI#nMcQ|$sogB_QlBSJ!6MkGhawAF6bk4em*QwpY$^FXWoqRUdc4>I!0_OIQz zI-jUkd-!Uu(OzCg21I_{R?t_M)!V3z%;P+wEIxuvf#D7)O5(-&F`9bZ!DfEa7&mf; z`MHT$i-~_3T;rc*veA9!CzH9t2j>6o9vC959;o{0iTf|6r)zl7^yEbJGy!Tce0XL+ zE6C6ZsS3Mu9nsc%nfs}Wsc(+c7k4jvKXoU)nN~+P(XCb;FNV8CT9!+Fc^zp*##!*5s#)hX-o?k$ISvjSO7pXW_SM($l_P~AVyvsdn^gM z$d7d+rDpMnbdSs;EFtwe9!7G7LgX+z!YQ$@qB+7}8nxPb^vHm4jJ1@?6WX$Wb?iIc z-Mq5Yw-@`(LM^?m+L}_JJ?nN|`HWv8HrL%_P#3i~ z6HFj{7q9lXrDLIi+^m$xSW7V{ivR8*JV>)4C`6Lu6Oslchm%@M zd1F4(VgQY8Y&uRv5fz%|VOX)2RtC8s1R&Q0ASVTV|62f#A z%(R(7B1HG#&}0*hx16#f<5nJuXf``p;j^IaKXMwdnIyFdu~+Ryd=7I_^wf^DmHOKT z89M%l@-omvPp>E$-4`ybxHUw?L&pNmO2+1)Em5z+S2Cl4%i zNHMkr@2Ppt_ z3X3aPVk2>+1Ukm>niE}}RdyYT2Sc*rECMx9FQ`c@KnsqN6x{b96{GoSW-Kux>Z$yM z-9hY}zZjWY!W6gYufvQjDng0n_jaF-(`*c50zMFc597ZINNPt_VH7@eqetPR``@lZ zbcR$AEv}zR{vSYWATO{VU;_6zs?|R?F-&8-gIIt@Os)oUpib}w;3>lF3SjvO`FJir zLX5=P#SlNhYrX9!!eh($8bUxoNmaIERdDZJk4H7Sv%`F7u=&GBN4yrvxT!Zo4;)qG zq#7r>6LyPau}GvcN~xp?cJ1r0&s~|nd^Le3qKCaS4>QI!>?G45gz^P@8V z3ek9P0dRUNjg1iFQL7>Nr$g+E=O8kD#P?@*FN#t`EX+o0oqJp75}c)R-jAGUh?7)` z<3*RdQ-kk9B!3H|2I*zjA1!2}uBxHIwh*mtJUv3p47MIxV^*hc_;lX`2IY=evqI?No~!H3 zY@L3It%Jef zU;r2oBObKZ?;97jeVCaKayrL(Xb@Usv`)NP6u%5E2ov96k~M>n4$|-LgX_Hw^t~&t zArK8QIj>$o3G>%1pAOQhy*@}lV=puJ;=PV~<+st^qiirguu|R2L!hV%EF8CnAUh2E zkcjn}3xp!t$|=7rR-yMwIqnn;f}RES7f}T1ns=M$8Q@!1sxI@=K7@?;dHT(hVD`}i z{yL{jA3qpJ=!Myv9^vDEbWeTYrpO^qsSJ4ENAbmRimWKpLALBif>HQjQmbirU{b4@ zJDJV2Si?_k;+z(Q)*QuCx2VMtqR13S#$SObYHb6}6gFPdo}EpTqKQ=V-PG!s_X~XM zJEGQzl9}YtSLoTAt(?3TE%u$fX3ONf&r9C9E99~$^taYL1yw*8H z7G+kLjM4M;j}r88UkF2BocR1em}Ag8y27j@dazbI1N5N&CX1si1~~ezkrLzwq+v?8!Z&9?pp~z?VW~PhNW71aVruR-sWBZngHjn! z)W{i>$^=dbPdYe#;_O(;I@9iUoDQDi7|smtcj4NN3;nn|(DS&Q56)Jmoqb?{2ZHUS z;Y&TQefN3n(u5a3@^COXo^TNqg%@kZdlFk-! zmp>)6zJr$9?oC2#u<668B6J-N3gK8od-MUuC+2s^-o{mX2S z7P6`lnwR67@#?id9cSRIx8RbeSnI4U@>B%!gXjlM(!GTDIXTz{awxO56896247Y`Y zGXppqgpe3wx9AGHrD-D}HqMkvc8c~0h=~tz04F1*)6URJNHBYk$7R&}#E0ZKC-E_& zbstJ-Jdlf%uX&eIP+6s>gy8G}sH`*;;J;c$AZ#_`m>;DXu=Nhn9B^P3uJX#$KlN@l zRL!$a2FxYfJ^n?p+AaOk@o$`;tDK(u$~QNooAA3_o%`mAsIK$`ct>`rVJ~~#qgR%( z56GAz4^a}P2+mu_5unG>X7zhmRA4Inu>mM6wG}Nai&tKszY0C;JR-?98fah9Iow5& z^$hz9ro-G3eL7l@G`KsahseZZPM~L@GxLLSc#0To#|a1o+ZlA{edaSWi}>-MY1c;* zU&Ec9=Z)HOGw)b$G#K6!i6UL;V*G_)d)ojy`$Z5b3+WKBjLhTWK~$*SW{Hdzx|eI~3v=?BD+x2M3O zbrOe#qtt*bom!9H=HW5o-tr|tBcbHup)_D77uFcD)v!;U9~N&;>44ji`+Fd4?Y3@< z^BZdT=x}s63BtXn#_~iEmXPGLNUsbJ5RqeR8A&2_UyA2J1vZ?w{Epnq-XDrcCLYG; zrw6bs>zBmFlkn5Fj`>)3r;P*ZG4gvnB_THKm5leyG*dUSq@G8Q7L$7pKwVC)!uE zH`RT0P@j;!7879~r}su!{9De~8=S8<-bHvfTF1XTlF=zWnW|;;^24;H-f98#?^OIw~f*Gl8_5W0xbS9SJ2bx>BJ~v ztkAJ{5Z1Z+N2n|1wNLr?*<9ZF1K#~1i$6jUm^gYV-TVtyiMDd^VQBrI9c z`+F?Nn?+v9;?-V0ishH(9TiXYFImWndj*#*v-o4K?s+^FQjj!E^hzHzcBiKcFl+WO z(MyuOJ~d7Ar@6HGnVB(vVrI=Bn>q8-Tz>NZNFO!4-uEG<&*Ac(L=hP{Z>3xsIL6B` zW$*`#ayXhTrVjpyQx*(A7i4h)0e&jJC{XGnYfN)1eSM_PQ$*H24%gCaLP4VL;Qj8D zj8N|VL}5R|#tybus}h>mG65LLhkXV4O1*O#ovMGuY4!jrcLG%&E|?%;QiK*$1!Klk ztQ&$7xy(6SUKvFMB^)J(_;h$MUjJzVh|UmNV)_AEh~weUuWaWm@JD};T`~Z-`5{vS zv(avRI{Y?~bXi6EQj|buXoz3MPl@%&zQ9TGdaLeNtGl=!_JX4ldj|%_L2=z^2wz;_ z1zev@q406~65e8y`oc%>^gc+>--K>fglgSh2T-4X7HZVTXsG@*i*qbSxLO46dodM> z1R*DC|KN0b*d2{r^>5kr$1G%|EfM)|&}4=SCn5`}X=5g>ST}@7{(cUZ?4y1}x*0bM z%Nm4^zqyrla`?LdP=ek3Y60YrKa7OuF;RZUf^BcgIqn`ZgB+YQuHBT)Fkee!gy_S2 z%uFMd(A7xYgjc?bkV%AEeMm~2CFQROJS`?pc2s{A3(WLhTC(yyid0gI1WpYu05tmb4C5u&|Q!go1_X3YiO z3HRpSQ`=Akvp8E&M#@9WX{)l%uR}*TejoomGf$jc0S_UJXh;u={E0J9N3Q8l3J#2J zE62&iFhH_>B25DKJHHLBO>5SPu{XbJtrs?Xbo$P^ zFO=zyquXFoo}6-5)J}q2dy(h*)$ig#i`>7(yYKP0F*q#VkOXT@oHl676$D6rMe>q|1js{B$y;9Hw*Y=KuvWfvdU|f8 zvqN-sRdroXojRAVPBEC8${P6HR%hk^UN(&Xro!mYM&UM|@Um$bp5d7dqhj(~^xsy+ z;<8<_`R!C3ey1uayhS73bSrK%Q^_>5m25Lt$u;wpd~>QY)htvBCXHz|rklk|k@I$A zra4=g<-F6FYtC2Znz-_+gz+Ha-G{a*F0Z2&-qN_ zLbFsUH7`~!qMY?|jZ4j?%2M-k<#O{%Y*dvDgKbrpAu4jeFF)M&m2ApZR2I6h8mMNi;di7*Bj}lWtrfKVI#*R&s6rp7 zT~nbfTRMNQwSzC-yPHxr^vr6|l5fbU=GCIwt4e{Y;@hooyWI{{B;!Wto%j5(-KgzV z+qGyDQ|5TI>MoCQO39iR=c~>BP}Oz6A-{mg80C~MzETV29jsOP54V{c1*&ABJ7??@HKJZ!B8_d$VnnEE;~dh}>CU$8D9NNZfLj~LIRWxy{%*Sd~XRFm_;B7Y~^7(4@!|hsw zx}aoXeR{fDt+iS~RHJ2v)#?*NL962AtH&#wK~t`%?N&>wmEAynu+rXcY&ZQIJ7IfM zDmhsUJ+#=1HiOp6j%@9$H2jDC@~N?zs5mL&dZ}F+poz<=d^*^DX)Oq{7BDfuZWtdeodj@ zZpNEM?KBk5@#Y8fp70h>Tl5_4=Se-q!jTAd=TGh>+50Nk@jaeo@DRw$W}p4rja;>I`8j5n}o zc1q(Lc(m~m0?BDGfh39KQJ;v_yYZ~Y&0k1%qw0sAuU<^%w$0As_}t?S|NnV665;*k ziHn2r8gOlx`ZlIkzm24G{u?IlH`KYXuKacs>wJc^G=v$KN3?#N6=NhNfT9qidh(xEWRWGPltBRa}xDfehe6O# z&(k*+4U2NWK?&`?A}Le1DES>qhO}{x%#I=-O{H)aiEG&Ad1uz1wH7jXtTPsWujA9$ zFOAY|JmDSiX6TWmwPkz4v*1bKiQo(1o4k}vqmH}_Jkn!(->kT(%}Ds9{+CqjjqoKa zbMR?-nT9tKu{T2P)L1QhB-9qTb{g&28=oj}8Gu~O$pXt}9(Q?r{hnlnKwi zko_QG`ZBTdRlxVeY5-$asc&NE@1Wtx#`B(&=#X_*WXn1yMkgLP7@dJG0W}9|Z;Sx4 zNdx2cV-&jPff1Qo;?V2~ysZPfi~M_{XZ7sJIY@Oalts_!ii5NV^QNvu&X(ItaobGS zJ~TbRmtMMcl3Q4ZW_bPE#wR9PWhYx5K(LbbT^c#vbv)-Ys|PpJb@vJPr&c?eWx26& z!v{)Lq`IB#GBJcJzA|sXN9Wrr*uvUa^VuVpb8z~EjN4iSAwZ;TYnxEEc7VA3C^p4; zLcMSFv9)$(%L{k?Xj9Q<`Vz{M77b@V8AlRRxp?f~94 zFd|{nV4cV1-lckNo4V8(e$pWHyV>5m3FLZnt>d=|0588%^D2J(F0yN*xHTv}lo(3| zyR8_%a_2r3ljp^orF)|j6L2o^k+XzZu9t8G1c+`xM{wF5qb5Pj4WMo&4@sRADfyB8 zA$K%~C;T-ezR@+_U+9@64xbvpZ^q{^0Sb8LfP)l=f>b;b5D{}<{IU2@KvAu)%oR0{ z-d{Y$4@cr`7}Zo1Yt);lS2RAfRV+WRR*`)ov`b3O+9EpZu~j33rn9%`s8A1@?Uz14 zIm{zT8A1S_{bIpPJ?%VqRN&*?ywwPBLJwbB9*(fuIavb2E!A3plQGA*?e!9fbg4a^ zDq|r3ZA=8)kp*t<@0}t)s$J4l!WlZiqxK*gTsN>~5F=JePnJPG8|3fSP zLp+R5T`}Q-5)OakoT@>?(aOs4TrkBO8#q0YFw>{;>GTv!O)~8Fs6`7&=gin*#~K}( zo0duI<(NjtjcCnqdRs6z{Zoy-hj3YJ$_Os+8tS*u9>8)G4&BT{}BzagQUaGIEi>IC;iBtjKLaWgN=vxn3R%a`oN4}!}iC{WGveZxG$j< z1n>r4yq%L`m-a)Bzx^pS_)R1ewDdoZkwGL7x~k&|-$C+y+7pn_LzrO;o|Ldvh+{K6 zA`Zx0$9O9|4Np0&gU38H?-=iAdRCM^a1jcy4#hhV&krvQp<;&56Y<{Ciu4S5oYf$@ z8*I0{I1K6VaZb;o_T@VXyogWFbgs~80!avn>8bnMO5P7b|04oPWqX7#Y{Q)Trr+?6 z@(6)4z?PrVddYH%M-&H(pCS&}_R~qO#T|}t%|d71JUWFP!?VIsp7pFQV&>b1ItSh% zkh3qqQGoGS@=_DrQ5_5%pR%TrJG#PjJwVtG(bNg^li|QDne9XL3(58m*O)bNLS7hC z+(Gj({UG#34@<^-$b7#qqK60^5WaeU37DJYMD)vN`WW2m;?M=;3^9Js0xEZas-3QN zkU9hc;uJXTGmE98_@PVkQMOjUGGD~umbOlvql99W@JuBBdWzx)w9>sQ;&9qQ0JIr0 zyL1NH8u{!XDZ&Z(OrRPaSxsmVou-~XPOvN&xpK&{lj6X*oZ}%Ol;!cuJZ!Fzlb85Zk|q%(_rn&+M5kK$o7`Nh3T1{77dU zpwtV%pU&Q|#O5A4m{Lo?pm;-1t(Fr}(2Mg?<{*oZ7IY7{A9hcC*JvS_73H?_2UCYe z&+gg>1=3X0KyLbwIPY{m8=$TPU>><0xLNXJY)AeeF>VN@(se;tS{seeT`R8*#v?TM zKy6C~e`}*bAhbev3VMbmnr(>uwEM=Z4_?0W@`INcDI zL#NpKE1kV7rFWk^0WNITk=IVW5#TDtVaXc7M|?)QN+VB$J9J%w;rPZx=cpsHG|GgQ zGMxKI^a@Ev3#pW83lXCx*rTil10=5dNM+I&oLMiJly8>R*Ts;t&{n z@u>1nv_=%0OhftVM4*fh=zI{517o>*qZWqPn$5tA4S5CK)EP?Xh@f2z+?FcZQ)B^R zFy5xzE0lzkP$XMzQ*w$D!WHT?C3}?El=LY1n36}7d_oEBw4%ee`Vl1rMRXdm#Sr&H zxMqwq@$rF{t+JGSPRXB9GPHc0W57&~?KM0hxoOv!H-&{~?vyFc_VZTJ6d62t&swLf z+01N4q~^`Vg$0MXLT+R1N4D=ap76&=en|*V$TUv#e655K8ins%nUM(Aoi;ecMIkc2 zV#3$Fm*b#VMow|qi|%plN@1dwZgc4ZNys9%6MUm2=gFiDOu))p|y2SUwtEdd1jmH~_b-jzk?KkxeR9CXh&;>DV^2v8Am6AH$xt&urj zTO;>EWjPd!kw6Sz3x=|$>YK^s;j=h0Jv%lq4)i*|l zADzShdGrsu*v;KR&qN;__4l-rze1wZediRb$k<^lIcOwzD9niCcu<_=^#5RFJ}qPs zyRc1>Em{RW0z;h^N4YTBaZImCl8Fm-8jU885jCVX-9tQ+PF;+N@&7c*$^cWW3a$Q*x4$zoCQ%kFRohhy#|`9k3Rmt_O)QW7BNOCMksydlQ$p*&|Frn+Wt{d~UZ7&3 zxinI<9RHsM##-(R7X6<}$Uan`J-#8wOJZlv3VH7MW=UvZib&ZdQciKhBpkXt{NI8& zen+Q3j^9l- 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 BaseDistribution(Protocol): + 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). + """ + 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]: + """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 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 iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + """Iterate through a directory in the info directory. + + Each item yielded would be a path relative to the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NotADirectoryError: If ``name`` does not point to a directory. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NoneMetadataError: If ``name`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + @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. + """ + raise NotImplementedError() + + @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. + """ + 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 entires 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() + ) + + +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_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions.""" + 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. + + :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_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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 00000000..d39f0ba3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,256 @@ +import email.message +import email.parser +import logging +import os +import pathlib +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.misc import display_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class WheelMetadata: + """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) -> "Distribution": + 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_wheel(cls, wheel: Wheel, name: str) -> "Distribution": + """Load the distribution from a given 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. + """ + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_text = { + 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=WheelMetadata(metadata_text, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.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 iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + if not self._dist.isdir(name): + raise NotADirectoryError(name) + for child in self._dist.metadata_listdir(name): + yield pathlib.PurePosixPath(path, child) + + 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) + + @property + def metadata(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(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return 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 _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_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) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 00000000..7855226e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9ba8a17be6400d1b1a480ae81eed6d47d2caec0 GIT binary patch literal 286 zcmZ8cF-`+95cH+t6e%yDahoEypfo8Egb$>lqp{3+m9yfrE$`k%LE=GtDJ{RCVvnRi zj5M>F(P}lD7K^zOY|AY^$^4qkUsPhYLaIfadR4A^QOnu;=2>Uk9_$`9cb0XVB3mCx z_sL0CcZI0Ss0 KKBlQwt$qN4D^-&K literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..994ac923f9276334e9aab32b54711be911ecaec7 GIT binary patch literal 1438 zcmZ`(OK%fN5bmCr9b+2=;jN&76C=S42!uEwgf@p2TF3#UJ@;4gG%LC&P zY<(XDC!9)B(A1%*JJKz@)N6EC`bCfil>AP($Nhc6eG%-rX@>{TN!0lY(IleQuQR0u zDBhF2+=lPfKg8~DnHGG#D&R~!&EMqZ2)&nAw>9*ipa_yuPEv={)ZGLWf6>(AuJE}B z8(!rB?~J=2$e8jjU)k>?2H}q#-s30sy|mj}eLetd&k$ZXEMAtTDV*b$CV26rRX?vtygA+u$>*DG~8!B2^p&Z z5>Oo!n3D~ZFcVd7jF9KWLLE2MgXnu8W^_gvF?8naq2|n7kgoCe$V-1lUJ}?2Y}Eq3jYi*a7&1)UL4ky^I}@f8HlsRUr~JDNCV}*Ol5%>WQ2b`OO_&ZwV!inwo>huGy-} zWJi=ciOgTL_MQ0ltwiTW+^nqV|4pwPTj6+-=7>VbVxf*{ufzVf3WC#5$TU=7&h}@w;dmN7IQG`-Z?CF% zH^Lt>dU)X306L|}%ugJulkkE%eJIX=hWsn&J;u&~^$iErqwVM4U*|Fp`DHE&bAjHN zUPWl(A$Q^RwhzL$@50Q0jMQ0hRp(J0LDpeR8vwS3XBRqbIKAnFIgQ|N*O zHf@W;rm-Qqz+Tt6;tYG|I?c&O)U|8SP%%tE$txAly9~x8UW|l;w_vcn*f=gaFP?W^ t+{`qBvzPvVJ~6q}t(U@KZeCmh*}$Dw`N5oxhuCo%{}%eB@AT=a`yHvAa9#ia literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc5c46ce82f6f006bd9a846410294c53e54dfc23 GIT binary patch literal 7311 zcma)B%X1t@8K3TX?Cff_)+@GU$IjRZBnz?R5MBw!u@cK6fh?5m_^>35*W10)Nc&3n ztP-tPm8!@GE}@E|;6hPlaq|WK0IE1}rZ{n+h9jq(b0Q%&zprO^q+Q9Ctg3suryuk6 z_x-*{f9gz67cBg)sMGQvCoStg)H(PoqH_gB-(;30tg0oL;7wL#=Ed0 zUe#;ms=1b5^;`LBzE!9eT2s}jRW^I;)L`>X`cd&oD_=~ISE=%iPNC<^e(S1 zqW7dYgWehRPN8>JJcZs<=$)2Dc}kv^iw%3xsy>OaK%B$aIgFhV{DxJ2x}Ohzw)(T+ zyDwY}J|Wgu%DKc|X>TXa)uRv^eY=hK zWjD!Rjg+j%Z>wfIm|ZIXCE%FcUp2; z_1bNzmf!EF&E;;d*=t1?wsd!0DmmHJ0yDPb^-gg8_KT@Ir*SPyd#YWhRimGahKKSRivBjL0UuafOnC$QhBZKM(b{ohYv2snF4rex zXy1K~9v`qhdzXF01`hGE|KjU14z_B|o(vkQ(+UItM2Jz_L9H!jHNN98pA{Hq4)Yj)72 zbZiMDLy(Pk!r64x3A}@agj_A*!75ojrk{G#8ucOTTxIMt^a%pg4HOMK4pTd@-t~9b z0IJqw3PAZae-Gy70jropmU+ULE+!7qK6&cGrDmk#dZ*RB{37i~o1e7$Plxh@T0L%V zhn=zv>u7wl+Uau!QdQ4lDDgJm zucDlT$+6miC*w*Bc3ztakjrd;0BqP4FRzC z{fQZ2OGh{;u5_gXkbA>tZus;CZxlsd6yT&inS=Xx;iw&%r(gi{ed!83;gpMF`ksS; zqJVeVj0T4@KL%$#W!&tnB8n1!1iVUOqnYHvr&bh)kx1r9&!r}_t>hMLT&JDPDycio zt%I+QA9`i1ydtfulMx^NsLfGcL(%6^!BSbFHLy{W&9Xu=;Z|r5T-2~#H!LGzn9*g- zRxeO>ktzbMB2_GViKAt+kxnpUW>z*~Qf6?fQ5(k#e}vVVT&?GOu&^F%ZGUFy@|Q-F zjQOq;&7&W+^C;#FWWJ0&v6M&D4#@s8az?xMu*K1Wt-(7xYdKlV-L-}Hv1`oNV~lGA;hwRUpK;C~a+`nQIsAW~%Rl!#{u$2|{>w|x zuv1fJT^&otexwmsP;>*;xJ`f#!yZT%dhI~(VHJco)cYLXL)SCCC!3M#JzW=4y+1Gm zdS4Jznchz;iaC?wK}S?c9E3aTsmc-)Mn7s(Az^lHheHHu?)lC%R^9_C-=b>k?Tlj)|z^ZEiQpcRJUxw8?cs+sD z>C|@#7dZ7q4mfpjQS@<9#6?mThW^Qc&q{GhK8$cW1%H>#08Xbw5jZUhvWO)$g%2hE zC`7uJ_)+p46Tc266BsdQUR#&sJFn zqN9N+xUfHlKR3v5D~6712qfqRpst|;Q6^e;?sPg$^*EIN5;HTD9%uczjKHseP_ln1 zLc53z_E9?gyg{kq$>UJ^EBZRIbq3Bc`|`-tvTNn(2}7IW^L4B+CN_npfvdr%!7T0f zB}SGc{~^j4NK*rwft2PP0x7xXE41)$s74^oGjUpQX%7P|S0eKObIKb25Ud1M8)26X z_!?+d0bJ7`LK0BTBcm}bN`Pkp*_va>V%T!pWMRNsteX+D2GS+0%fVvi%>=Q}pt|2BAR?{XDTYr_%t zCbgkj=7}}2d*2)IJ={|Uv;(pOWvB8PyQ02^%@cbqijh2Wb+;MCiZ0jbVJY%8u}D%_ zt=tN4ty~YUuO=?8?Dh2#6W*i^@;!|ULKk5|GM^p?w}mi!Il-FbBm(7DXG?~)Uc8=$ zTj{F%*enGzqL&#~;QUdM`^@156V3F`AK>3(wipY-h=-XGB7YJi1VaV{0oWeHCD*!- z%*cj|Ha8<4dO6CDZ1^a7ltP0>ZNo9v|1mZ7QNK-1LC52g22!=l-ks{S;w`7}=E-E5htpnsyG?D;OBf|WsJ<9DpA0U~M?sfY% zoTa1q}4s zW+?G=eO;&f~Adg9`CqqY;jp=xVH^HA~_#gcTfqp3OWzmpMq|V{1s|;EqFznX9DshD?omg{rGmEuk8jA~QsGu3Rvd&$!4mZa0akXK4Y^X&gx6 z&}GKN2`0Wi(u@8Av;T@>(rO$EM@h9AJ_9x6U+_oX7ybEtVP$+ClN1@$Oj2J*XaC9r zr;6kR>D_&2&qT)?_J(^2EgYCv;N%S)jddN~f!@Ui#@wd1$lNq2tQ$rtiH-a81mskR z@xP-Oq@{Nt@8KMBg#Fol;)lpcm>#paL_N7+BU%ax2xl=_3$};95z1^uoJt(ZZzpcE zQxh5#y@Yp4P&J_hDI{s~KQWpH3H%T%X?%>8hd@u}2?X&yWBNa)e*oB(n@GLnbw|Y^ zGQ}F;kVKj*dabTDyiiA>pHzcB_%9;2hH8R2M-pRWp5e>_8mU}kzRNp#$dqjWwrL>l z9Pl0#d6;-$tSXp^%HOW!7FTzcsLi6&gAJnD!S5cbTHk>r}i30QVc;O+RJ^UWl>EWsT QsZz-;JzJVD&Cl8Y2MJ31RR910 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8ba042434f0843976c9291ceb9a68462bdfca0d GIT binary patch literal 2763 zcmaJ@ZExJh5#C+C9FIPoEyYpnq-dDLL2`w4=fH3i2(Dw)t=po&<%58HI3OS>?n zm(wm!vd$+UsZ_*2L+Ur@7Zv>4Px%QI;v~p4r-C{3m+%%e)A0Uvec zJY*bomA(c|3-T?Ty(Zt0*X7%o%}X2pxKYhLE_4=^kBYq1MLPZS-&HzRI#?@ofa^x< zNxn`DL`<-zi!9jPNaBqk3dT{q6|JiP&I(plkmRO}(p1TQ)y|7>HOV8rS6wOcbnhiI ztX!?iiOyq+=;=dqf$<2#+ymEE{&=tQLI@>g z7|y{Y(*f}umwVjhuJHME@lrVYr^1y}l&~-+Pn|wAw=u|rW*MYp&)74*$q$6_O0hz7 z>lxd$wk&;3@)cIv-?Q&Ia0E;qdbIl&cEAs?)3b+y(PY8oNd?9&{rUcRB5fNGAc{m6P4)Ssrc4&q35xs>B@B|^i|BN_WgC0 zt0!aq-~+IR?jpYZkWD{%)dy-j4Ey)f0vTx@^v_Q9oXSs34ZJ*7RXYshG%_X(tM0HU z|B;PTl_>;7(w0e!lC~^>v?m%Heor_iqPJ_j|a9+Wvlxo^*G>23-A@Kn?Gz0#ebkYPt0wPuY@egrwvzI~5$^jgCc zzBK)OX(=z3nu-$)f~6%YI;VV57xzG`?Mb4Q2|f#O^$Fpkf5LB{ILpAp@{bg_sk@A_ zua(FA4vArV4X zW#wwOvMHPm@XuqnxPfkxsxX_BlPC?Xeba(-#e z0EZO>9e@_t3+g>U<$O;P*y&vV^>g(eo%`bTbErg>`?7hsrkLnh>5pMg&#sHRrVdf3 zMb$<(LI+3f?^#W9+`%687&A%BSH1lf;2t8>#jcWJlWgWo$Qw#@a<0$4mVW~3_&^0_mP0At`(+E`C9**Os%~8jn5uX(J*B6 Lb=DCbv0(iQeL|pz literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..feb7b2e2f64795857dafff233519c856e59f4924 GIT binary patch literal 1255 zcmZ`(J#X7E5GD0x*-?t5Z89W_Ru8fIu@yxTq(hq}2-;3s2vt1Ca%71mDYrJfB|xVB zhooEn64y@s3tify95-%((%|9Uok-rjcW}MA*(10PXaDzA#1(ajR!&IN`J; zDSbn@!`(~5-3upmz~LVEdGOUqUBn$8w%FtJJ?VFU;5l-VTf4r3J4d}m0C*=Ssl#dN zp5fi!XzFnneD2}Kn}@*_8B%-mWt0ZIYop)~J>KIRmtNYrA|6RYd@VB3X_lX7XK-9` z_%c6w2SS2^N~<`F?^1D_i?fQyLe|rQgNh+j1;{wdb5JVQbqp03b%E#lzHu8_nxFz* z*174aVj@alHWrGRC|dMrSYS-)TH@P`*ORQMq>HV|4jL0k(2cB4avNGLi&tA6p`*zK zxu!RSk_BB5=4f~9UHc1qL&pL7xUV}LJ;Y&)ofdZ&4n}&MAOY@)36=#K&lcC;FurO8 zNE0$vRE1`&Ez1O0e_4DqzR08k6QZj`S!ihmH=DL8HmoHRnI1_WW6~{J2Vy28EVGMSSjbRT1NVg z+_srrYaahGI~Li?EKv4|Ejr)(yQFo}`&}zpl}&&#(_;+#Y;eSwi5UCTWaV9^!*JSi z45I+5tThT?T%~2pL;D_zxs)b{vPAjsOL}NaYU^5ctn8mbNIV)kd(K`YZG65x(psn& z2`VCrK`qac`K}#zg>+lVMzzwwZK6-x0h#ZvPH0dXzgivJxBkI@&iW?8{!#fsJCaL! rZ2`tRot++=@B<#UXsv^`7u$geUoHuHMbT@u56J^J+Ht5yd%u1IR*_0m literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd8e214e9a65b18790dad8ac933034675603e962 GIT binary patch literal 10187 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26efb016e60855398b695bd02552ab346525fe4e GIT binary patch literal 1054 zcmZ`%&2H2%5O$nwHceZ8k4VUZ(@Hb}RpNjUDyj-dhze;>>?LyJ*^Sj~9BgN|EqkL+ z!mY2sqvQxrLHQBm>{ePpOf+9+?6E!b&8Y3|n4s+GJMe`P^3^%(;-j;NYVINkG9nWq zyieZ9dr1Tp{y7o;M>?V+7?MHn>~s7=X=YDrFpL|ca>*?SHkY~x%{_#Lw;&l= zP(*LxBhp2H=r4MRfgo6+cc?v#9E5FPpdA1A#S5a{P+opW3pIsQHx&*?I#>EQt(&r$ z%AJ|13()YlYXnAgwWTwtW+}FCWtcHQ01(eFV2@7(zq>F9@iUU(}~RX+VF_ w9{o;3dP)1&zID-u17F|3V13hpJHK|Pt4X_y+vw>s;b*Qr#pF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b78d66cb3ea32f902640d819df30b4f022da6ce6 GIT binary patch literal 3509 zcmb7HTW=f372cV>a7j_JY%8{7qrld2E-W0Ch_E+sV$k)c_`sc>${dML@wm2^@9JBt#-#Vfp!Y7Uhk9dDW zux+Q){0}s7wmPix?q%BGeLhW!vdGdT&t@_%lCh-C`;YE_fp=q+=-A}C!>hHTRO9;4 zBr&6ELrIaOCQhbi6c1E6j;AV5N&4xhfyrGoJx3=UvKkgMSj&YwHy(RNx+!k>G`j5&Lr363273)5JHb3S*EIb>`cdZxM4 zTCC8S!(bllv<2Vg>b6;3tO=LCV@|>LKA1amcg}_PHx9S>v)@@m$Qz$22}eXpbjndt z`Cvz;CQ1fIs^|m*SuwQk`g&>o*R?}P&NKF>${!gs(X;GL4<2M@bk@&G?oBf#qc87m z_qMn1-Hb-%f!xOrQcSeYqj4#wxs0+Ry8pQuF zv`LiF^kXW(QpHPMc^0{Wd$wNtBjV zh-p0vbUKn_Sp|7H97oUl#j4DExB%v+hrC z^)#&dc#@>M$x!MZV$qAU0)`ez-h)eJu6s3_V@<5+P99Z3YEkem)X^WI^VUMvVj*iY z4=wQ4(YG+>%zNSa{2329#=-O1g;S{M)CvrG5Na+gR80$CAK-;Vxx zIO8{?*~Y0oo5yJ9HK$R~D0rIM6?BiG>Q{|JW)Q+7_6OvZJ(RI+N8P|?hbc;QPkF_= zw<;I9o{e5}b0`b>aH8&vNFs%g|M`+L`{Z=^h7!b~l4FcSf<4L0-Ax+i`cC(ikczcB z=Pd6Pi30VrF+4$e*lMCKVO3qGEh4d=#wuR3(#!katDI&bm8<^N&d7m%WFqVvG94PqW|yX^+?4UBu< z_C3A^<^^88&tG^iTK??4AKJW$TEL*_i$7_qNoXEue#PT8L;rOMudR&|P|}wJbOzneNu#!9`ZD z2)Uh-{un7Z`e=|TZ3wisHq(WrhHsP<;+2#sAa6z}2(M(INW)e!O~HXYUlyBJpV(lj z6hKyoF0cspd_td4IZ!s&t&Mldu*suIMvykx&~0=c zTL%zYVF;kiHqQcJ>F&32=XH^9_<*oreXxPSkjNe!vTrTf|IYVtZ8*i~4{-!aZ{l@I z>DFeBXr<+Na_2F2G$CxmnSJ{Isksz_3#hA&s;fJL%b#>UbX9|{D9HPY%B}j8mfFA&ZV6p`@vz9O0t0N}5NTLl!!4m3<1!&i zg+p|8z+QK1GF)veZm-%CC-;bMeUGU5T_@l(2kfU^!a`!|%hr|GCDaGTnNICh%_i-t vi4fki7c6y`l(#vWJn}YIRpDkGmOBh5Y>f(?5VsckYqK`TAL!EJ7u@dwgvF_| literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2ed0bf9ad3d6ad2167f28060ccc8679c1318cac GIT binary patch literal 1716 zcmZ`(TaV*36i%E=FSN4~S`Y{!SecdC+)O_!I6)SFX#C4cRoiAhkXy)xqgqEj_3XA28S(x!8vsE zAsFT{UwDN-^?m0ffr?-n_}ms)nqOHQSgYucCQroJu#W+B7O!pc75+BKP zdkYM;o+!x^{Jm*U*w*I=l2grID*(`_N@oC#X4muzWR>E!jQg3@f=dj!KzMd1B8Sd3 zmoAr#|A?KeKv36PExE-lnMdl_vk4TmD-ep6U?1UGW$}`V+_{aEj*zq5Sge*%2Z|+M z?SQ-K|1fsH0*}saw*dG|6(zO#OdQwl(RW+n~5rUdQre-90V z9SyK_$>lN?`D{D>Bzf|2YI4g@cQsARyi7?hE!XgSOAE!gFzKBN+}oa;q+His0=sfc z$UE-Moq*{+4E-3zzWe(AtM~7FMaeE|6pkn3$*AY@NLp}0>OLWGTqT@8Amn95#df7b z2vZqM_XsgUSp#l3Q%Y#}=yl-C17{pR2gae&AsF|6Fpt4>z0mJQ=mGNG7v3U-{zd`% zD-O}0C_;b4F}g*ali!=D$tbF0yDmY<%|Z1CKu&T;PSTQ-96z}hjXU%JNQ29vsk@)I Rcl^S4kQ}aoH$ZO&{{RSf=OzFE literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bfa508988603ab45938bda63117b9620c90556a GIT binary patch literal 3467 zcmcImUvJ#T5$7&>JRWtDRX0|xq%F2Djjxq?N!-2|uHm9d+W>`PG(rko8!*)E-ibE< zWtS)AgcFd~?qfeeP#`V((yzqVKKUy+Zr$H3CEcBz^sOW~++EHLXXnpvw%ptd9b6Ce z8|wNs$N3jcRxcNm2YAd!AkvX6b4K*$8O!;I=kCbOy^+Ug&CNQwKl1I^%er|m3i95l zXXl+P%r{0G%=wigec65L$nFz9>Pz;aGYFnRx3fQR8}B!%shi+~s!q!y$(qi=tjg4Y zHSR$&9q?vzs_NLxs;bnrlFf}{r42aaw3w7}UB*Qz%Np!EMXB>7OHWn2$}*<^tX>i1Uz9 z^!Dj7dc zrubZ#I?1v&9R^I+p8hpB0{(j0NgRZ%Atsis%K zJm}9&6D}p1Ys;|>QL_;rBPuekld0L)n{c{D(m9c)K^0Dv!hmh`&BbjoK3@ zX_l?2o1}%jqH~-S;!ughS(?GfqRpO*NP*WFC6Ne`IDma>P1~h$^dHD(bJBE?D-fe> zlGwaX4`-AEcS-yFRkMn+UfPhAW8~bt&9YUOu4fq>TZr-;1Vl|3Kt4u>8=)0)+`uVt zH~n(W>hn@KuXzYiPTCX|btz^>iCZd~M&c7VG+IT5-`~CS@h5|&U1ZzA5lV<$c$6F~ zk*Q)@ABng3#5;Qw zZtEqg=5HFY27tE)Vlpen_0;RISq@Ral8kcnz~Kn z!u?Hu)&Dx6b?;G`7LA)H6YAw!mZYLT{5YzwwO9CQBGu;V0IAI{FQ~p8sih zROV`^XGNj(@TAm_ht({b<>~EXQ=y*J)v1x-un;^11Rf8w^zeLsCwlv>p-F3X`=UOE zRay-JZa`f$tYKbCm6>4+yZ}$aaRjajV(_GO9Fs+62gKhA_%;jpP407_wRh;A-dODb z(S_8QLE_>fj}kgsG#p_d*%>hF5#BSVuS@|EOgykFfXS?is6{1$)9ia+vcemkw-T`vazT!GQw+kKSrLz;JCt z+mi3%Q`5UQRfYPj()Zsdg_KVGbI%D_`0{jb&8ICSwCydrXA#NVk1oaAbfO3?)9E=A zYqpc!9{q-%AAwlgxBtM;&~?yl9K?Yy*cXV%f`7sP>aOgD?>}chvxW~`{e8$b?qfA? zI%teDb!Ast;QNPoF83pt_j1s&RiwXz53RMA-4iNb$7*x!JOUTJy9x0R>b)~%uKc6v zuR6r$6shpMkcG@+!ONiIvjDgEBJ?@tr@Py;{4d^_Yg@L}fP`>Q|8bd=zqO|Yo0QA$`S87m;wSI?6z3mw zWB@h0)6-$SPTU(^nEt~rUV=pf=IXj!uNfC1z#>C2i`ue!4~0Ek>o0ln=p<6X0wdO z{W$(~mSpE&x^XPaF_wFAY_hU8ajdB#G?lb1R86sOT%e-<9<9Aegdj`*m*hV~ga9uGRa&l%m`S0U&B*>d^6Lyy1kJNzr|htIce?Yw5C&{S?frt#}}g)>2G zg|)|8@j3uHLLC&c)KQDt;EJpx$)x6omf-@yBOGQj6TRAg+W=9hnwwuIk*8*CyO=d< fWqWqF7NdfDtw-+@nj1Rp2F`1&&$oG>U3dQrfDDa= literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2edca7b5eb96604e9bd95fa7189db6a0227ec3f0 GIT binary patch literal 4383 zcmc&%-ESO85ucu!{qSaOUwpoN9UlWikj=%rJ}$sv89T=%hk{Uua#28gNrv%uuXmE! znMwDo6R&LPz>&Bogm^_r@munT@K3aO$MFamMY4bs2u0$R0XfXXtj_VWnGPwB|n9ek^4b%N*N*INgWI24t@`*^H$^Ii5^<)yzZ%mkNXFND zHVj=n6oxJa{ipSs*WX7G>0 z-D4ZHs-acpXf;Et9@Ck+d9Pu8f!7VCVJHhF$_Ybhlqk*LT772xSchJXE7lS5TI7rH z%+mOm(~ED&AXEtI*9F`L`7Jh4UYNoQl^5o*>Gcy?pk&H!{B_z9CmB{u1eaV-rfh51 zSd{r+vNi3%W4dD8sVl~Rnzgk9uW6SY)nhPg@sO?S7;j^!bxZ^6z`DD7h(OAKZt{hqZ?Q_;ZVZ2j&XGz+K4-xU^htx7Rg$tl7S1^w^3gHAe%M#FGzPo)DP#mk?HW5<3rNaD_(i1#{CxHI|w zp#A=OM}?VKOM~8nU{|P48m1jTjFAK4AnFVgE+W-2S*M-u>xE4vvR*Pwx6adzmoQbW zDsx}ZXtKtO@iz><+CF%MneVqZqofx^YO6gxdA+ry7Y#?BJm^cID?`|IASri9GN-QW z%4C%4niMcfPe@9>x(3gvFp2eo@s6JbySk#%D9m)jIEogPTqQ2=(18WRAKO&Rk?#`O zFmL3-2~ozP@*FLFg-+B9y-(pw5xwcUY>8FbDqD4$Y{mRF9G5j;jF;xGIu{reBm}~b zi4SR%nTqfP;X&bW#Euw(-WgxIX;5t9*{Jm$BylM01(fYoA~V6g2nm3)xXL6lwrbBw zBKVUeMdJ*nUsDLy4q0X$K+0{4Sr2V)A=KD)O6Fkl+?I4d?Lbm)0Sc_#0t=hFA{LKR zxz#3y6yWyfr>yaMe%W1-`7j&&1;ujzk-8-}7sp$+uIBp7ZxeT8WFu!L?DQMhT_n+T zu~mEg)qg8kyCi-t2hzDB2mYN5l36D2pdde~&znE^3;a~_K$JWZFm)Jn@i;G)Nh~Jy zGfx_DPZ3leaIh1`K}JzGO*TPq5Tc4uMlw#_4S~6t2S;g|`_x#iF+KJP@|JiU4AV$l z^g>gxB}zQThn|`{Wa@rNEmFsX%#;_BT|boO9!3QUpNsSsdwI?9*4s158)y=Oq2aJ$ zw%@pV!@Km|@8w~LhN3qRy$5E+1gID624PGbal=G%fU_ut^!q5x2Hr4%baX9!AtmD1 zXj2wB$?vy=Xe6#mnaB;8Q|GajpQtOP&RHL4$aj=>XJbmCKBbYh|N+|-WpIJp&$$)i`X`m$E4jHe=|4I zszMF+dI7a51rDhD4)&6ePxT98fI1biLJ~j@h(#bh)dLmDJn*7G?h-jq?k^>T{}z_B z*q?DI+h_xVCuZ{cGBLm>#pfLjk3ye`9jDhJeCIZWnaGYajF;?KbZ`F$bW=bZbbEL) z=sr0={kdzMLX%Sz!ahLl6B+=mNuHyIP3Lj?4GgzQ0cwnzCtX&5QIx|s?0%&Xl0`ly7SyVt_)Y#9Xrdoz zvGMOFNC#YyMP(_;!@<<%p}65c!91y#Af6Ys|9Ql=Y?B6cBUJdG=YE1VRDK_NztW>j z)BP>F8WsGd%6NG$2MXR=rFM=wd*9a$AI{<Q?#w1r zGHO_8Vwf^iw_N7hHgg^KA1k$$Q>R>exytMp4Gi0E{PWy9lJ>Vw$jkVVA7RqfY@ae+ zE|w%3&Gb36?`@9D9tO`ggXK4Uf%{e4?J?upbiFnRM$a$cvfu5ae%+oHx+ Rk?O8hcUD=`ZrUr(zW`IKts?*c literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 00000000..a4963aec --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> 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 "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 00000000..92060d45 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,220 @@ +""" 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( + "{!r} has unexpected type for {} (expected {})".format( + value, key, 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, + resolved_revision: Optional[str] = None, + resolved_revision_type: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + self.resolved_revision = resolved_revision + self.resolved_revision_type = resolved_revision_type + + @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"), + resolved_revision=_get(d, str, "resolved_revision"), + resolved_revision_type=_get(d, str, "resolved_revision_type"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + resolved_revision=self.resolved_revision, + resolved_revision_type=self.resolved_revision_type, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + ) -> None: + self.hash = hash + + @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")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash) + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 00000000..db3995ea --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +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 "{}({}, {})".format( + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/index.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/index.py new file mode 100644 index 00000000..b94c3251 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/link.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/link.py new file mode 100644 index 00000000..6069b278 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/link.py @@ -0,0 +1,288 @@ +import functools +import logging +import os +import posixpath +import re +import urllib.parse +from typing import TYPE_CHECKING, Dict, List, NamedTuple, Optional, Tuple, Union + +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + 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 HTMLPage + +logger = logging.getLogger(__name__) + + +_SUPPORTED_HASHES = ("sha1", "sha224", "sha384", "sha256", "sha512", "md5") + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "comes_from", + "requires_python", + "yanked_reason", + "cache_link_parsing", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "HTMLPage"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + cache_link_parsing: bool = True, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of HTMLPage 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 cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link + should be cached. PyPI index urls should + generally have this set to False, for + example. + """ + + # 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 + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), 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=([^&]*)") + + @property + def egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _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) + + _hash_re = re.compile( + r"({choices})=([a-f0-9]+)".format(choices="|".join(_SUPPORTED_HASHES)) + ) + + @property + def hash(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(2) + return None + + @property + def hash_name(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(1) + return 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 self.hash_name is not None + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed. + """ + if hashes is None or not self.has_hash: + return False + # Assert non-None so mypy knows self.hash_name and self.hash are str. + assert self.hash_name is not None + assert self.hash is not None + + return hashes.is_hash_allowed(self.hash_name, hex_digest=self.hash) + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 00000000..f51190ac --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 00000000..e4e54c2f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,129 @@ +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"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + ) -> "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, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 00000000..977bc4ca --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 00000000..744bd7ef --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, 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", + ] + + 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_tags(). + self._valid_tags: Optional[List[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_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 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 00000000..aaf218d1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,89 @@ +"""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. + """ + return min(tags.index(tag) for tag in self.file_tags if tag in tags) + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 00000000..b51bde91 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..585fc36abff24d09128abfaa8e6f5c3aa3b05d19 GIT binary patch literal 274 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81b66d2cb781b6ab637d410b54a05b2024fd81ea GIT binary patch literal 2955 zcmaJ@TaOzx6t?G*%+4m+OPB2p=ulCi08Lsz2nmD=6_@g`MJxg_FQeJ9vzhJOu$@h_ zq!N%tywSg~i+Jf@@+(jL1zwhOoNStGB|I9BeSGZk`ObHaT{fFOfpSk==er&ue`9B{ zIMBHVulx%tMnb|Uvoab|_}ZD3+o4TS=44LphHhR9Yo_mJ_1p_R)2?MJxgYwbUC&nY zM%XZIFKgzlu$8ZcYo@=Ft>+uz2DE+NV5@wy=dcEA9y{SBZbRQ?)>YE8Sc|P4I};ji zeL>hd+c+j{gL@M@e2H1Rq`i4`{mXB^{W?hEq|bviuQHzVLd7aAi;n*fm_c^hRJW3{ zQ2epV<09VYqHSsKf#M=orO@8P3bo@5^j1ENCBKhrVdwKSn|Hi#xU9-Ta+tdjvx7K+ z-$W{}q8@1Jy5Lm?GMMJ`LJkCvSPE;4*(_ZXTn$8#P~6h2U>hO753g)MrO4PoKC!_x zdq?{{QRb1c?Q>YUzR$rjCE8T1g7z~a*5LE+Pu+f*^R5^a1sC06DIRsJK{m+K+lR91 zbHOimB?FC->X$|LkQayDEZv*+-|gJJ)0L^>x2rgL1W?Itl~&y-1@r_!)GfF&KQMdh zR3qI?W%PWP>u8AuRfCER_$2Ty6=0na%GaUs3puJW`W>Ovm zb#(Zk7YsSLxOhVaaguN;0|nkTd%#vP8x9TzQU&r+TA8u5*bm}@1(hgqjvqh~{Ko;8 zN(QkE(%xKc7)xB77x7-kS;wd%Z|VL}$P zWgc6BP^m%iprp<{2o{H}vIa<3*d-%xa*wrO%)d&^S{_?t>&I@mI-P~9vkkThGaA1G z_+b-Rx22oAagWcbe>5~;d=endgFOfjHUoaxPm_L-%0PmCpvqt%dBA~C!4O@79#XLY z$_5Y#Jb_Rf1$jI&%N3;x_V~=1DPSIyA{dHPA^ubN^~!vjz}VPHkXPpg+xXh>8ZM0i zx&f8mSHPPI{go;*At&?{m^7wi5?PFZan{b!Yxhm2n6Dk=$eG!GcFKZx+O~GVvmBx~ z0^+ACio{Fs8wh+y@~me%&mcWSQIf?{!Z3!RKu(CuP~C!8)}UIaK0HU;OMrIH7u8M? z=X}X3Oa}9W@IG`D*f6H2^ogacG1$Q9Z;%xybZqU@%jAiz>;vb(9g~CFJ{{YC(r?Hg zQ#=20VRpMNa2vYDi=<>+J6S4~wo0j;Dpq~%9F%D>wapP%KvP^d>it;uIn!W;4@=0osg$(N{sDv zVm-a|#2(ux_9^5G3(hA8o(Y^t%e`H47br2L=Xu0rm$@$T0LI^29G`JRTVk*62+T|- zTD4PFywHx|F$1{)2z@I8s5I?eM8*bF-+>{COz^2^BENOEezr+(o*iv0;{v+cJ&dyf zoE`je1rZ_>bp3fj$IW3mhRz%oMqf%4F=jp3kt+I-@U-IMy*It3Xd z*17402ZrBTG+cRO_h1EPS<9L;kUm`0McFgD)ApYOB=9yNZeSHarRxw?$Z3IDUb`62 zT%Zw#SMAyYgm0nrZL9*U+E|$=nun6MC08GSd=4jslhvRvpSA3p|6YU>beC9#c>#A} zSalB?bNDO+Ukl+ov0nsfX8P5OriG*1`mYct(--qbM)gAj5Veihdl#*=(d9MXXFfY)d6f{+T)m$)w%A zk>XNdjA|PWad8J)0!gZyv-FklEIUtO2K=k2Vv-piWawSlg32Qf-F7$KZ7--@^97Ez zw*@AtDH8tdiUpSmftgv?)Tn|ZSfDF}+0CnPm*_-rLaYMmeI9e{{uQq*ys>CetDE}el&GugpIOpc`Dx#6fGr@ms=x}ce-GBNzt&R$t& t<~C!pg0XzTz0V2jeKd8^$9S)k*PwEUXE*3NZ2)iK3-zXLIa_qg{|~d`y3zmu literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43f9eaa71b937cc82042fd6249437d684250ad1e GIT binary patch literal 5521 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 YQ;dvg*#a%kURtmhDhtOd_UyTT0}tkEPyhe` literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5d04b735fa8b4cd60267a64b6f3d4049496b01e GIT binary patch literal 8429 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 D2PrwU literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7dce0232f98049b3ab8cd311b28b6f7092ca03a9 GIT binary patch literal 10750 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e8bdd8b690a7425d52cf1a820a2daf41a6b1692 GIT binary patch literal 1470 zcmZ8hU27Xh6rGu!U9DtUat(3(LC8|*gP@WcLcs}XiLuo>6jX?vq!F~sdS_%!EzK%3 zvv#G*(2u+Z`W_1DWB)~e$MmsK+V?({68Fx^3MRAc-Mx42-PwE2naP%yD+tDYwZ(t0 zBlL%Ju8t6#`*7B$R-x~&_Qm+K>l=%YpLXLTv zm-}P`@d^v>Ay(o(3t72OS%ob{sd)q2wJtYjnL63c zq~xg)nd~T)scC&DP5Ia~J2K6fkjFL@j7uZT#Fq9uJA0jn2bL=Mjtvwyxsu%!yPvom z9y}d7yKw8@z%YD{4Vs~^u^~Sa6-`6;{>o$I7ko~hAh}ABp_7{!x$APyb8}CTq-RCs zoG=PAK1Cin!K%gl6Qn+pfV5n8@t24NGXk~*UhoqA?4M(~!Tc*V`z(Z-$3;!`vZnlY z%?zurOlgK^h*e&YA236J@lw~Ksh^vEb9-75I%{rke|V>POZ)_Fi+{jO>(TB|07g-P z;N56iiTas}ay7ggi7!Zzalq9nSBnh5KXe!tT!a=rE2K7wOu0if(V4XV(Zq0V1IB>| zZdV^k;a>I%w^+z7L5azATqJm~oC*N&hNsH#u(g3PjAH30(4tI+Z8_IjJ2zseTjPmcQHjtz28iN$12^E8^t)gvu43Y^fL+1lBJeiJ z8le}Pbd8V;N~@S&sOylXs$gs-9pv&P)?&(2!1&ErC@_VHJ_PeUn!W>!gX(6OVMbn% zJ@lo2PG;mWDDGM13GB%O1S%wx#$1JEr#ke?n_;KJ8PV@OEpjd^HqTJQpWgmd02EOY zDgG?y+URJpyWWq+Dm#U36PW>zSYnc>_*dQf1c$ihBjHIT8lngBhcYcE9%mGm$qJ{ zEf{a{Z`=t2CyFivsoZ&BJ?PHX<2aEr1KGOSI4N7YSK4w~RYh;%Jy(^F2a)Vw#bHyEy+Ux%T$bN>^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a43ae94b1a6edf7f75b048677ddba147c960cc5 GIT binary patch literal 2087 zcmZuyTW=gS6t+G0$?Rs6UMNjl76A{7)ZG?%L{KT}g-fG|Mgm4i)7i0;o$cIedvjS$ z5Nay=#6RF6dF)^ED^L6cdgXX_n}kx2e8$H<_8fobJ7>yP%SX^|@D=vjM(8iCoNgv4 zH=v8(K~NMTiYdu(h?_SFjpl8J7QBtj&YjT7-O$C_&dj{r5B+9rWea%_2F=*cT6sHc zW5gW(8Q3|QnJ z#^g@PAFP%|!4kdaCg&xG6@NXg?lB=?3bYQ7Q^BIml1Bp0o(MS8i|&*{ZtPV|wW7N* z7o#}K;$g-T{ngVgm@DEJ7%&9Dp^#7<8Xlp`)L8JCNuFNa7S)Jx_O>c0SnSDBSq!#Wu{{7E z=lbXU>(>S%mF#L2ClBH+CI(en4d6nO@gmL!#f+7MS+M%m9$y6aE`j5+4xZe2X688jVSfYeJzSP_$|9ThbVthgNMt@a*X&T@zBg?|_{>c51seYKI!s z{KMRLrCYlP5boN9(0VmG^lNv#aD;z^Ae%@Adv`I~_b{3+*50@!zSiH9?ZZWCX?@(O z?IQ!DNATT!?^kaJ@1UN&HVq(&C8YjUosv^mvR$bG+~^s~1Wv|)0*fi*LfL=|i}UG~ zI~yD8U8Xa>`-$l8jM9vCx0sY^u>}*oCFQ3gEg<8Igee1d@v{H~?`W|ELis?pNzu@a zpVJd&r9p=(iueawZ#QcZXHcICV5h<39j^01xyN&MR&H%+N+&#(X%c5@VOC_Kq@=9p z^Yi++OIlpk;))i{>6-FVCADg ze->69Y}J})BK&TEValGV%9eW-?BE1!8n@L2NaX%;BKIK@tkS;~F$? Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + global keyring + if not url or not keyring: + return None + + try: + try: + get_credential = keyring.get_credential + except AttributeError: + pass + else: + logger.debug("Getting credentials from keyring for %s", url) + cred = get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username: + logger.debug("Getting password from keyring for %s", url) + password = keyring.get_password(url, username) + if password: + return username, password + + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None # type: ignore[assignment] + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + 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 + + 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 + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + 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 = ( + get_keyring_auth(index_url, username) or + 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 not username: + return None, None, False + auth = 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 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 + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # 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 = (parsed.netloc, username, password) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + 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 keyring is not None, "should never reach here without keyring" + if not keyring: + return + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + keyring.set_password(*creds) + except Exception: + logger.exception("Failed to save credentials") diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py new file mode 100644 index 00000000..9dba7edf --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Iterator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +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() -> Iterator[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(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + 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 = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/download.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/download.py new file mode 100644 index 00000000..35bc970e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/download.py @@ -0,0 +1,185 @@ +"""Download files with progress indicators. +""" +import cgi +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 = "{} ({})".format(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. + """ + _type, params = cgi.parse_header(content_disposition) + filename = params.get("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 00000000..c9e44d5b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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, Iterator, 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 potion 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) -> Optional[bool]: + return self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Iterator[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 + ) -> Iterator[Tuple[int, int]]: + """Return an iterator 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/session.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/session.py new file mode 100644 index 00000000..cbe743ba --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/session.py @@ -0,0 +1,454 @@ +"""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 Any, Dict, Iterator, List, Mapping, Optional, Sequence, Tuple, Union + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter +from pip._vendor.requests.adapters import BaseAdapter, HTTPAdapter +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 + +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 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, + **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 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 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, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries) + 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) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_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 host_port[1]: + 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) -> Iterator[SecureOrigin]: + 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) + 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) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py new file mode 100644 index 00000000..094cf1b4 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Iterator + +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 +) -> Iterator[bytes]: + """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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 00000000..4a7d55d0 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""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 + +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: bytes, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60074fa68d03f58d5909a4c09489676ecb731e7f GIT binary patch literal 222 zcmZ9GO$x#=5Jpq!LWG{c6S!zcaVydjxbXlX+QEkAk4aML(&Km~x8A~)2?&ZG%p2av zEXG#Vf~B;y#JrywzbTTmX?&T`u_Id*hdZNOfAP9OZ#4o%W02r#X#f{h)UqDE>yhwZ zeU~n#&|3o|nh}&deSF(&*5GBp+KKZZF6hBY2V9zfWP}3ikVKHyc;Km(f%C>qkNHm9 NE-KvT*ZeG@WN(VTJ*xl! literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c813fece72b06e9f85652635cb9d6f830b41d761 GIT binary patch literal 4035 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fd36b0bc245c99255cf80b00eef149946ad8971 GIT binary patch literal 14918 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a66484339aa648dca804508b9a29ba24ef4fede GIT binary patch literal 228 zcmZ9GO$x#=5Jpq!LWG{c6S!zcaVydjxbXlXHG>_RCLuo+PvBX+l3Q=#$^-<(59SST zW)@?rYQa)kx5V6^8NVr#w5fcVAlZ?vio>0`JpST!gWik?E^3VqF2)UDqlzQdleaxO z{8um2#WnOs!-RSQMcv1@&1Mar0@hZX2609YmMn160i6~Kj728`8SSBqq$KdPqriD% SuaEg|G%_mO=Lh{Pp=56z4nOb! literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74278f5cc76dd942136def255f791fe54802966d GIT binary patch literal 1455 zcmZuxO^@6(7`Bs4l9|oyM=um+g(A2xhfTTygaimxlm&XATG2`sbBQvscgC}h9oe28 zW;BB;io~hvU+5m;C*{hCzW`Fp>&!>DfFnD8?br6>=XqbtZnuM=+*LigY$5cAHExy= zjJr_v1R8<{h+yJyJizdGxl_6W7uzw9du40TYWgkim%$(?!$H{CK5v(uL8s{le6NfK z5%fdaB5mrD4(*aX+Pw%#M7qCtgMH#WME(86N8eGClicL-hzhE5!=#A09I+z4kSf-4 zstOttrj265sh!nH=TAV19`td2cuuR2Pe1uq%FBB>=TzCTFQ<%?GjYX~6eSg=@6^5f zLK|>swtqMsR!SCB>ocXKs&8*0e6vIFbMN#bVWgVZ?V&w7qvEO#hIw&G1*ro97i3)5zM^KTMB!TSn__v7px%S3e}~32%oF#S zvvQa21h2d$dj1(k#v$HQylO4+3wPPN#?RlwXc2(rExl{J@*g8{%R{C$Pcd2rFy|Y8 z>5$elybOMJh`$Pc3TAkQ9wXv=$U{#-PZ6FX{pk#2WWOJv{%7|7%~=yn@QZNiE&Xe& zU9jLA!f0G>MVx9TMqn1>Trgegm{47Sa+JhO#OG({G02s4Ix&>*8$NVw#&jz_xb3zg zTUwLGdvQ=oLX|k#Iy?ehy-NlZAC9;jg1Ymp%moNT7Vn=cTIFhuWfNZ?RCADh0#YSL zmb?%09aJC^EXXz*J?OVp04mg8m7B5hZTCp;!X;Y=LmgMm?ljv%$skm-wf3_yrCfQi zQbD4j+L5~UCX$JMsI1zmZ5x}7^}%krDJ!^b9qk6JSj^xvi?;4wF2Dbgzl)0DH}#{Muly_0HY=*fl@ zomQ+$GbRkMp7T^zoAlIabJcWS*{UW6UI4_}1CC(bM9 z)$vQ`$?@O&d#VRc{ewElG9rsCQ@6mbdvJJ?0Y)NKQZ-qg%v4?h2(29J@mAxpg_rD7 zPuT>kZ@)Q9e=KO#ydF2SdG}2pcwM+oUdz4K|M>r$45Yo4V;wCnJWkCm8c}XE?^q<^ h=McD4PQSolHH>&DbR#En4sm2zaUBeNY^$^X@*hVNuvh>9 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..816741835bd4190d94a1ce1fedadd3fc248bf895 GIT binary patch literal 1489 zcmZuxL5~|X6t+E+nb~x*yX}S2tk4KJ5Q&}X3MdjFR8bb_foer7Rn28IiM@$;J@&|U zHY7?=MY&exCv=Z+;`hvz6F&hCU7lx?umwEw8$Z8i`}6zWv+8u(2-;oUWxur$`rRp4 zTLj8o=;j0jMSVmuB?9*`{5?TRukT?u=L^4V^;^xjC4w^Shh@}{8a)tOWxL;Q#-X@Y z#{C$^5o^&c=Fv9m&}*!79MPC|e)9XxFI2lx04Vf{AS}R@OTtoPJgW#)z3r1nHuAWGMl~1`H=ceL~Qo_<=#K7En z#LDVRuG!EkJ*&3{?&zG!vpO6U!&4?{9a6X;7p4w0vlA_co&(d(h3VAZ!zP z>OCh*Z{eNbrN2NgKE=oq>OaHF)&jru7Oivq;%$uPA!z=>KgY}9F_JfYWLvWgqh$!T zzy=FKThH+#{E^UL8U7GX@f1BqH1Ls+o&ldSIzZ-=DaOcsPoV$DdjG1`h9~%CwD1?f zx#KRJi&el_Qm#py7%oSk4#$P$rZfp?F8C)O*~9u$81eL zxNWwg>#(Mc_k5>RlxexYc6bE5`llR1ygL$V0PN24vXDRwoxgviSygCM*syT+`YfL%h zY`#i@)w$Y-#TtqZ)kK-vKT%xvBJG&hTTZyjtamm$*s_9~*YRe;X~F8i*cAeo$0~QT zE#~s~7o^{WE&lpB8>^CKm!8>F>C>#5h)K!!&rCIDn*Ccf6g*~jtYmfuDVqsCSm__6 z2e&iBE!$tk#bgz)vYbl`3=|?$)v8oY*4#GRpk0SMt!DMDRY|jaJ-Z3ibwF(11rdh< z2?+5C_Ag?O;BEL~96co$n=b_b3jg&POIh} zNT<4}0GiRndA!khtU;%n;?%AL>zl7z+4n3}2i_lH(tq;cGBNi4&&k5W z;7GbmBM+Xh<`xZASHvxcB>D_edm`B97&McB@KNN&BqqB!_G3&SE)b7(C)=<727vy( AU;qFB literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea5492c76a98b4a08ee4eacf2af9b3fe02397dac GIT binary patch literal 2400 zcmaJ?&5zqe6rUM8j^lN*pQTH`u&Nd{5}UMe0;;MiZ4nZ!P`45y5^^2SBQ`aAf(+368{dzxpL|mPNnVg#z{=JS}~TN=i_vtvfJPA#%J zRxxLU3z6Nii+(k%M~zOS=$qkUwA5L`h~a}}wsMF&tF*?}sKwTLI$falQ@wMF)|pNl zFuMrv5_^j-Pc>}1LRUfKG$os;xinqB(W1F{lIs633o!)_xzzF zk^%RbLj#fVpgT}XqGdgYi=z8YESGK#f{@;ccLJWo5sNdJvy+s?u1JFzwry&1`LkGL zUKkc9+~GXo^6dQ7=AfJM#AiZG7T0HneOlUe*9$^MVej*ix6NF^vO$_9Nhn;_@4G?V zOI(ll1t=`~aFQ#^En%wukVWb3fHOZ!_)ykp*)=$9#A6?;>r5MgZw1~@;1v%*s31N? z89Kl@I>fip9vO@R zL*@MHsC74pspG{?3ofvsF5rO8rDaYKJCDlIqt=NQZYm4Ufas$feO*&l9RU0eF(*0x ziF~6@!lPPw0=U9tF%`Q(w$&t(w603r`yKH`*y6>H?X4tYZ9Y&zYwsp}yPXcgK@@E4 zh;)l__U2Gf&=_W0N!;FH@lHDoy3_Fot!r1?BFNZA>iOGVpNV!Fq-_XO#(3<7ZNSF_ zZlc{)@M%X=B)SvOwbG%qu7?0QKZ(*Cr`0`GSk9o)MYjizE2G}J9wrcQaRWLt^^tQw znR9FDML_icd=8#{uHrq~xR-F|WLpq~Bxe8r$9H3{{%KYvNrbGbvtVDY!<^JY7E1$C zCh{_=r(U)t^~XsNHwjm?A!|LrZtO)&6rP@lCAHExewkA+C)C0k(Mbc_gkTfvM=Ls4 zL6)_`S1$Nk){6vi)1g}&XHAmS1(T#1hy*f?QCX$n)gTnULi4QEprh!jK=&WeQMjgn zoLoQDFaqQPs;RzD9&6)Dro((C*Jx#58v}x$-35&bHTLkc%j4?E%8cB|39aT;YVHHI zeTm`~9c9(whZv1bj7COg<~ptIj@LAOIa~#*Uy~ZdPKdRcMdie*kGSzrS-u1?Hp6qUp>Csvy;ALO7Sj$cCKQ zm?i&1$VYt}kS&+`VbTQ(8@iDfL+(&mv1fY}5pKkZI}nV!eiHYB{^tC_|C|!%mAIh9J4##xA$7&x{9VVbGeoP!#@<>&F$? zw?0dYGFs5bf1Z+;jw?c~4Ml6N)D;I8j+PfrR4t2M5d(SdB&7^$p@LBnI$7(p?DI)P zP1jW<<+}Wex|Rm@e!@F?7Yc3RqPd``n!yVaGp|Pp9fa(LB1mx+gpN$j1p2b^8n!Do ewy{N4G_nYxID!DZCK`DK4EK^$$Unqry!aQp2d*0c literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbb35805c045e41964e3ca465a6fa791d55de84a GIT binary patch literal 1245 zcmZ8h-HRMW5by5!*xA{+c!{Wl3(|-oE?j0jLn+SK0{!9JplmCJrch>a8c-lkPboEqM{pwfMQ*UjB1jik@1Gij4e(jXY zV}!~boJyb&M9_jv`Zt|W)LFqwXX4Oq&neu}n|OBZ7JfOH3@8C|8o=<3PD0_qNciB1 z0lovALvUbpog9WD6r<TbV>F?``~ zNEhP?o_s`>L=TRF(;<5F&KOcPSiiX2=7r#O1^mlOX=LUheA8lvB~+TXDzD~TFMuE1 zKj26opIY-q)-$9j4nvOPp-o@$CesV9Yrb3n6g)rVs-1Oahiy@;>`5K-2k1>Ma|OG+ zr%myFj2>H0`|InUfzo-Eb#>#fnEsgGRO{C*)DBP|;INi_eU-o0tPsu-mL%47S&YY2 z4v_EljnA{Z0MR4<@2Q(=92&o<=W~$86EJP(vMZjss@mzx+|s@`%*bY(+K^^=|JxbZ zo-!UtSxdueW!x@t;~v#{HTI>4j$~JU3qy8IfE{8R&4kuX+I7}1M81Kaet(`U>JpOP zAX(P(IBD9VE%VzaszIvY|EdybvC@mWN=~3UNs4^>QvV>{dp}XRhT9D`E%vZVn!HKU zywV`?79@28(lVeXylpN1 zK^wO^FI4<*MfwsA=b*ptD;K1e$uyPSFUUAbON+x2dr7?6eGNV-Yta_)DMd}agCZaS b<`uDsg^W3v)dgeh99Mram;LE`SN`}LU+`no literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1629863da9651228e544312d08b01dc5ed53aca5 GIT binary patch literal 1469 zcmZWpTW=gS6t+E=ot-T|2vz%!~)y zlVw*MR8d|degHyB9{Ecn-gx4fHwY=mo=q>{k?lG5@$q-Q&$d`y4H1-ka+9BW2>ou1 zm&*zm_n@i?Gz>AEp?=fjJ_eg)BzO7_He*ia=3d{+{l0H)H*4iVKfs8i^EMAJaDRn) zyu*C%vljFL)HZi`X9FFEEMzM`y8Ts#AE93757-Uu^>7_LD0M1|B2NMi$Nm z!AKM4EYQ!0xxYA1@u|DO=gz{tz(3u_Xx?7nBX{AzYVVAkdIzX@&qdms?P7Eatj%AC zNIvryXyIP~s|V;YaDM84?;k+#A{RZiqlTqse2S;w^WIp)@f3kbheNQ#mg*t&9Xz zPdMG*-KTf%+@eG4UP>_nx}z|pP##(u6)h7zp<2-Cg!7E1hg4M~<91kO+03rg5q$vB z6XP+Lwa56d8cVons9smqaLL!8Ik$D!ZaKIHBpu`DaVdqY z+q>V5xV;NC5vq0#skM6~(xTUrJ~&EqL~VYuZPxkAprNIGU{62hzasf2%>H#2Pejh+ z#wVT%c^sEjR^{o<6IFr|{J*AR;4#w^QN$;_IEk}#xU_Fa+qYtsYJRhXy9HNG#bsK? zgS60G!p)6E$)y!e#WumXL3EvFRL<(xn#^CF=m1c47n)8;a0e3-V)t3cA=t$PzVNE+ z+CKs#m!W^-&)^C1$>rNu?vqZpgMCb{x{lm{0KIPAG7^9~avkj2*E4t?#*!Fg6W~Sz z$chOWmG)VQrZOo3wz3*X^AgnWShwq}qDrTkie8A=sM;QLeZLVq7+BH=18E+P+EH3s xFjjzqg((0 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14e158b47ee36b450cb2971bc8cf1893317ece75 GIT binary patch literal 2785 zcma)8Uys|y5#L?@6{XXi@6Jh`3li3~V=IZJ7%5P|EdnF4ofpFa>K29-1O$(}l4z4$ zVRw1TDb$nu)&~6mK>*!jzePVnpZS_6Kj$TJ?4+|x-uZlJfKuRcXJ=-2XXZCE;u{+Q zg6F2#V?T5e`c4z4pG_cc!Yls+14R^PXxx19m;g;OE4RmX?u;F**R9OWy|HKJcIM}u zamUP^EXcd#Zr&UBFk)!E!TLvdyh&YVv#kq=dTfjOY-{4u4h{ZhkI&I=%jp4U1Kw99 z9j!I#(LUV->1`vi1ybkW-EK8^+V3u``K;0C)ARH-(Ac5)J{r9K6s$t`2Bfy{rc%}Z zXLFVEBF+Z5?(sP*A~{csf(f9*Jbug~$y7O4oM$rHr=SuoW{hP~ET$56*-YXri)6V! z7d&B7);kj}@>oR)&-1vTMy~F?LiLX+UaEPiYFEG!qDY9oTKm}Wwcz~(Ubzp0LKS*~ zSA^n>H=mfMv@tv?``TlbN|YjT8?^~io~i?@MeA9E_ab|^W*@@j=CfmIA# zr^4T$Z#8AK2k!F99dr4xyVfvICaYUVEw9xpn*FzkXW#te|p{s@cF6KIn>$-rytxl*y#F75h^C3yB?IJ^TA; z#&b3jr4IXO!Nudzyv)ixy>=kyGbY$sQc{pOR5M+@&eBbY2R)q{J=-@xEI zJ!}&n+kXE?7~SBxkNdD9&TAu`BF>qteZ}&5L{m}QdLeOucl@|8(X_#pf=P=jK$pBg z@fy%|gjY`GC{kIK{Y0a~QP$e7oFfc*O#o$%Mk2KUW7nyzH7ayOeqBeokG!>C;R;db z0!Ts@y33FLY%m|H84KsJnrRH^x$y_!&JfxTE@E*Q8fS%I5=5Sh!{PG!UE{Kr!6&Vv z2I*J76{|22ELMz$1rH}_#^f-#_Y{M<%klrIm~#QZoW(^52sV2RgFCR3adCJxnQ<;5 z6@Vk88r%rKS_MKMFzD2-Kkd ziP!a@gMA9VRxYOotB1M4-oCx$VN{rfNAGGS|H`GI~umDKm}D$0cfb|n^&W%n@*f}TJT)LF3!T*fsy4a9(jY*?_F@x< zi!C18W-ttb5S|9=@&xBC#wVdH6Wuc=WtKG%SHti#*iI}`$=(l}wjfOn9h#j6mbeUV z74N`MZ$c?kX<^EV4%l+XTvdazIYB4GvKwACA%@~ISYEjGQsref-3TwsAbWI=1MZIHFYgy3TN=A9VQf;N`FdiZ5|Z{YkYs0Ur4E0NHxu1ODvvi))@ zG^Faz?JpB%kOz5`7O9+x_q5~cOWdye*=2T@T8{< zlPn#!F_FfZ^`%z@N|k1Ec=~^ghO}{h{nq~!J^4FhV$rnV4wRd_O&9i~NSDDVYQkno zC7L3qONue&l<#zp6{cYMf66&6GX{waZu<)iKJxJv)TJJb0U?%)$uHozpNSQ`AiFOq g^1`*rbK;PnTsL?|_P~LyT*GmJLtOIA_4+^l7f5>rsQ>@~ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 00000000..e2b7b444 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +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: Pep517HookCaller, 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 Pep517HookCaller 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 00000000..4c3f48b6 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +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: Pep517HookCaller, 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 Pep517HookCaller 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 00000000..e60988d6 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 00000000..b0d2fc9e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: Pep517HookCaller, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 00000000..cf7b01ae --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import HookMissing, Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: Pep517HookCaller, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 00000000..c5f0492c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py new file mode 100644 index 00000000..fb3ac8b9 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""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.utils import NormalizedName, canonicalize_name + +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 + +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. + """ + + 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() + 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 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 00000000..45655408 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +import collections +import logging +import os +from typing import Container, Dict, Iterable, Iterator, 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] = (), +) -> Iterator[str]: + 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: + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 00000000..24d6a5dd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..162e5aa11267246a6cd6ffac388d706b0d443bf3 GIT binary patch literal 286 zcmZ8cv1$V`4E1Hn5y%&G@fv7OEm=#+l(9>;F2;>TPQ+&!*>@%RgMLbXDQo^BQ+;g; zr4RJPLqd9w=ku8=Sj!!*O23TaFRCKerBYqUsaNHyty)Y@_Zt@7vFkl1E$D4Vr!#8` zDO>L;>~*xegWY3lW-p8CJT=Dg&X`XnlXB{tt{>2Hhai0jDDcj5fY|%Kqveodi-P}U za%JO~TMjT_7{JrpO|P2A2S}80`TG|lMKBaHO0XU{qS#Cv65LFJDO1YEH1T+@pMKIj KkBQT0u~uJr`c?J- literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16bdf4d6ae69b8d344c7cc621e2ddfe20c818d37 GIT binary patch literal 1573 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc4ee5b9b61a33935c209d83c7684a80bc34fa54 GIT binary patch literal 21115 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 None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + install_options=install_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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 00000000..5b7ef901 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from distutils.util import change_root +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 00000000..e191b134 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""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, + 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(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.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(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 = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + 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) -> str: + return record_path + + +def _fs_to_record_path(path: str, relative_to: Optional[str] = None) -> RecordPath: + if relative_to is not None: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if ( + os.path.splitdrive(path)[0].lower() + == os.path.splitdrive(relative_to)[0].lower() + ): + path = os.path.relpath(path, relative_to) + 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)) + 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)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +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( + "pip{} = {}".format(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( + "easy_install-{} = {}".format( + 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__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +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: 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(_fs_to_record_path(destfile)) + + 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() -> Iterator[str]: + # 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) -> Iterator[BinaryIO]: + 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) -> Iterator[None]: + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 00000000..a726f031 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,642 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +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, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +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.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.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.utils.filesystem import copy2_fixed +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import display_path, hide_url, is_installable_dir, rmtree +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + req_tracker: RequirementTracker, + finder: PackageFinder, + build_isolation: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with req_tracker.track(req): + abstract_dist.prepare_distribution_metadata(finder, build_isolation) + 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 _copy2_ignoring_special_files(src: str, dest: str) -> None: + """Copying special files is not supported, but as a convenience to users + we skip errors copying them. This supports tools that may create e.g. + socket files in the project source directory. + """ + try: + copy2_fixed(src, dest) + except shutil.SpecialFileError as e: + # SpecialFileError may be raised due to either the source or + # destination. If the destination was the cause then we would actually + # care, but since the destination directory is deleted prior to + # copy we ignore all of them assuming it is caused by the source. + logger.warning( + "Ignoring special file error '%s' encountered copying %s to %s.", + str(e), + src, + dest, + ) + + +def _copy_source_tree(source: str, target: str) -> None: + target_abspath = os.path.abspath(target) + target_basename = os.path.basename(target_abspath) + target_dirname = os.path.dirname(target_abspath) + + def ignore(d: str, names: List[str]) -> List[str]: + skipped: List[str] = [] + if d == source: + # Pulling in those directories can potentially be very slow, + # exclude the following directories if they appear in the top + # level dir (and only it). + # See discussion at https://github.com/pypa/pip/pull/6770 + skipped += [".tox", ".nox"] + if os.path.abspath(d) == target_dirname: + # Prevent an infinite recursion if the target is in source. + # This can happen when TMPDIR is set to ${PWD}/... + # and we copy PWD to TMPDIR. + skipped += [target_basename] + return skipped + + shutil.copytree( + source, + target, + ignore=ignore, + symlinks=True, + copy_function=_copy2_ignoring_special_files, + ) + + +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 + + # Once out-of-tree-builds are no longer supported, could potentially + # replace the below condition with `assert not link.is_existing_dir` + # - unpack_url does not need to be called for in-tree-builds. + # + # As further cleanup, _copy_source_tree and accompanying tests can + # be removed. + # + # TODO when use-deprecated=out-of-tree-build is removed + if link.is_existing_dir(): + if os.path.isdir(location): + rmtree(location) + _copy_source_tree(link.file_path, location) + return None + + # 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] +) -> 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: + 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, + req_tracker: RequirementTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + in_tree_build: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.req_tracker = req_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 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 + + # Should in-tree builds be used for local paths? + self.in_tree_build = in_tree_build + + # 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.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_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() and self.in_tree_build: + # 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, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). 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.".format(req, req.source_dir) + ) + + 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 req.original_link is None 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_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + if not self.use_lazy_wheel: + return None + if self.require_hashes: + logger.debug("Lazy wheel is not used as hash checking is required") + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not points 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] + req.local_file_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 + link = 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 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: + # 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 + wheel_dist = self._fetch_metadata_using_lazy_wheel(link) + if wheel_dist is not None: + req.needs_more_preparation = True + return wheel_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 + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + if link.is_existing_dir() and self.in_tree_build: + 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( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # 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.req_tracker, + self.finder, + self.build_isolation, + ) + 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( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + + dist = _get_prepared_distribution( + req, + self.req_tracker, + self.finder, + self.build_isolation, + ) + + 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 " + "is set to {}".format(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py new file mode 100644 index 00000000..e183eaf8 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,168 @@ +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. + elif use_pep517 is None: + use_pep517 = has_pyproject + + # 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", "wheel"], + "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, or wheel + # (which is needed by the backend) in their requirements. So we + # make a note to check that those requirements are 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", "wheel"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 00000000..70dea27a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +import collections +import logging +from typing import Iterator, 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], +) -> Iterator[Tuple[str, InstallRequirement]]: + 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], + install_options: List[str], + 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( + install_options, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90af7bb47b889175cf8b88c5c82d15d481fb60de GIT binary patch literal 2622 zcmZ`4Yj51dc4qALdcBWqwrSc>pypA*N;C`N8{*L`Ko<}SR}@iU-7CxS%x;|emGL+s zD@Ov-uju{&gp}}&zck;_dXS+aN?@pkxbx z9z?Ta{vwh3 zd{5*6X!oY0y(|$US*EFwqoYjT9_3|RCeii7BHt5I{247ca2%_>EFFR6hod;!o#U@= zzw+{^h?KaV2jT5tB8pKS``});>W0&~M1M z?38|0(<(YzR$AvL3BUc;>38f#U6E{j-wI|%V{kbvp<87yA zeNkoZu5d$WsgO6p7)syW3l8xJ&yLbK3pmnK?v^RG2|!TJqGJqeA=78(H{!7{15u#@ z#s$-B?zLjdUUH|G|DlvfAZdWDOy^mIe?Ng9-U&*T`C*ohBbn?BE$KqUHW&Idnh%P86zHmRj(ZOa#0>Q991Fxt~R;HgAjLLN?*NZa}^z zh3*%7Ss8QaA9HndYpI!TE@|(69*R2I_4=IV7iAa<0p8KJ1e15cIog8kO(LbOAkRh0 z>rOE2)s-ioM%Aw(a1s2SVcG#NEbpCf>Py5y-LZ6grMmTnrM80md7$c0#)9(~TQ9miodQtmsJP5X@f=sYy9 z_J1(1*3ySt@&%Bso9J_huC~;14y(jACk+JH>|_H0c1nE(o|^6DQ?p&FC@!|=r)L4O z!AyS)tzhD0zuuu%-t-D zYt2`DwQTCzetq^JyoqmC@g4x1*z`%-Vep~1nA7YT%(f_d*kjIv+0J6@fn~7&TPC}2 ZHQ4W##qO~t`;FP`SJq;`SWfTfKL9ZEr*HrO literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..954fa063fa15ef2633cdae0304e451884c87776e GIT binary patch literal 12185 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fabcae8c00c2632060fe1fbcfaa5e108c109ce4e GIT binary patch literal 13513 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 XZ+ms;=E+TynW;yn9-kWByX$`eRAh=h literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4042b4477c0727612a7883fad1e40a99bda18ca4 GIT binary patch literal 22202 zcma)kd5|2}dEazT&$+X+2X+@X&;&>VLt+;MZ;=2562Ow6s3i%2q%IEQXSHt6#tO`rYq)-~FaJKAw%?@0{B2<~|>b{dXn?|12cV;qm6oSj>qz zMlDv${4(B%Y|v)Mtyc5>M9V>br}(C7!D7sqZcBm3SKQ zeZ~C}&(sdo4;BwfJXiI3Ort{*EN zs~;~OuNR61$;;R7soz_?SK<@36ZQGxyu>GK3-y!5lVSdS$Ui0VsoMSZ2Z|3$e7g2f z{oemyOwEl_WCnP>od#wI=@$vfU;%Q0G*3Q(=7SBq2uJ+0Lx#BsA@2)*jf3o;w z{e1Dfr1#V=)GrntUikiO)*s=Qot1MAtUhxBtTel6F6^cDB@w%e$msDxAoAe zN1kprubnSrXsTcalTWs*HRodEdQ~+W>>!v~YChN6nTwKBml~drYGn@jqEby2%slI^ zmMa_KhsAQW)>iB&yXyKSud;>_7vkum?70^(UsYXh%WCZAcgI~Rw`+dM9q4dZmI72WvA?yk%_8drt4IFF7n{l$*LZFDf);SsW1=G z@#yo7HP@|Svb$={vQuhpv{Z8)gDLsVdM(&hFJE&9GFxST4V5RcW4iU{k)ih_>$ok< z0%LU0+HOatRBEeQX{D)pg9v5@Kd5HCRMRs|K3(?KT(6J_Cd%Hm5<4onZ(udNAiG?y zTx++mHY&(rfm*flh7<_WYgNZ(AHj@roiavUZlm4`+ePks*cY$7;-Vp6amDtlb^}XR zx=}?buT_;q-Sxcks*6F7Uv=xP3(;N#<35t;v~;c7a6DAs!|K(>YN_3D& zO?-=AuXq(6hQYtXNSwptEyQCnH%7DxlxY;>88Z`?|Nh%Tp6RSP3D?WB>HK|F(Z7Vj+HX}rhqEr6ls{G>b1(#{m( z(|C3{@s&f)j5GUAqL_Dfxv3S?nR9mIs858cJL|ob%2F$vKW*FFK3pqkz~`&eMq9gV-hK8N}|D@+Z*Cr<`Y{{5VQIlL5C3d zNVtdPu;z03u7qy~Bj8%Q90^7{?W{Pf7{#Mb9HgZYOkdJCW`GuSzL~Z0cbTZh1M2o{ zuL+E}hC^xlYh~ZAmpANX*AB6h>)1fvuCkkr6Y^=Te4QVGk?MlfrM2>Mv+di!gUYr2 zroH0&l{K{H+RClD*UJqbksdX&%MHga*Sw}(X*T>aIS{)|$)ZS}&bj15WLw&=b~EVaR@v6pZKv<7ilwymqTqtD?oZmaFPj5U7Zr2yyU& zq;mbXYE&i$kQ?I(Jm-nu-Z5gaF0flW=8gM^`NmDt8-E6|o5tHl*XYJdX4ga*?~Wm~ zx^aYwZXO|6M1;U|2-DrzdO|(gwYjYl+(>2HrqfOs^yqY z{2h#befC1^ChN~OEPw7M+nnu!xkbO5D2Hc#_hzD-K>i--VXySIPvZL}JkU+6FLl!m zW0kcJb~EblbTeVT;NVVByq#C%vlg&bL6;L3q8Bt!nFJ31I0eFoq{_D)=Bnn6HJ_Mvyt};ZQc~t+N{# zjmJsN#5xO?Zo>}?B~$|dmljUfnqUvTvkSedg?oc+)st4ib*eEmq8?=M5QDP}9%k?a zf?&2Ld|ot&l5)!)nA)t@Y^#bZtVpVgV_OAhYc{>WBEu4-8$c`)OO=;BiDXzrb1QMM zBx*0ac!XVyH&u1DiWv(F6dWE(me6>$QIhjls+7T41`{$P=~CKLpJXd>tW1#9h(bNe zoSX;L=7CvuO3NF;q_@^=*BneBT+d*lM82l9OfFa^G8KLS9;j4Y*Kr;7I7fM!!5KE0 z2D$}HjSuIT_ZWj|e#q!nu*1Q0#F?^9&CLeWeReWLp#>jbl;4({?Tjg4i*XXT8 zUe9ef>Jw~!u7TlrrFv6g31tX^wF?u0<+-($f$fu>mjWp7GjA=7#=J+L^H?oFhrVY!OG158@x%fAeX5P#j zc>^&ki4w`AN!8lH&MDe$JnOX z0K!|(Y>jQlHi6dFbEs`~&9B6q#8>0&u}j%7xztJ9WX0__H#;+@Z=dSfP7<`3UsLvR zDfqroDCA^U0oT6L=On4AwYmq>RxdDknZa=cL7HcR0+v3+Pcttg>^~3RdvUeQ9K+L} z1;mJXHCnP#O`+X-98QA9BF1~ z!-#`>)Nv0I*cfh_v2OaHeWWSt);9SZbE$Li^qZS@bD3h-V^|J5BEM(eyhClCEhN+m z8VE9_Ql(b*yi$oEN};!eQ;jczw%#*jt|NdM=LVDfT@>_^2xKC+J_hu3*`b+4pvSjI zED6ei@&DDBZ~UTw-Y>*f0CtY~P8#3{nnH@X3HrGXdcPiDw;XFL(KWXXC-E+5O(EHN z=!u5iZp{0x2QJ25b8Fx_$UfN+g?;i(!27;?Lb4opxxET3xwggi5Ag_a@|>lO&h8Oo;q->a!2UCMWDH+IguQwR?lxkEmlYNgnD2|w z&G~W14DqC~Wp#lWzc>fY7mnh(v6a}4U5~wt2|3`Etk})Cu_JXQb}Htbx?vcACnNS* zJTDKF<&5$DiNWs?GuAnEp5%>CU0tz-TG}Crv&nX2Up<}OW4eQUNK`{6ypYu7>@`eL zy~1D~K``aDm!YevKzmWrd|9wdIC%k;(u!LK%MOK#sc~RZm)WuU!Tx9v14^C<{roYy z@%AA|Vpp=*7Zd;1t$aLZYngJq$b_pi3qy~V=PF_F|L`-DWAw1DD9>JG-h5W zgB|a@b6JET3XBjEm3_%B*KN@yITRnu4cmPKswn%qR!1&mMdG8_x(FPHZ}nCU*o}f~ z!~&l=b86v!yXu9_JU;aCZ1}Cw^tJHFroPREJIg7&Z=N~xe*DatGoTY(j35q;6wnA* z_`m|2t%7tD2(}FMVgw7>-hzafu1^y);5+qP{x{kZbeBvXGDa?IuV^r-#YvDOsC0?d zD;!z$$2jpO7u!35plf)R1E%E{HPSHDjBf}Pq12V`3I(}|W9(R1@C5L65W8*XNL+8j z{%mjyG@xr#al!|&zq*L>L`K3Qry>4Zfu0BuYQSr$chU(6bwB+)Y5m^IZ?D_Sn(_v5YtHCvaF8% z(}pm#N`w$DJ*W5`ntDjM*8$5|RHO6W4k*R|?Q4zZjmG?Hvk9s!+E^Prza0UKW0yTU zR5c6$^;KwXT^j&jy^aO7=jTKIem-oX-gMl@qxOc{f<)ol%@w=cJ0LG!e%5xHwm^C> zlSFa3*{q2uGO$;Dpq)flr9oW>(TX61Y`SxF#G>sie>KSas_pp@xhRA})*OUi!Y&^{ z6i*^TM6qQE^J^$F$7Vx#oy~YRt`2s=^B^?A^~Bect6)R6Qq0>nK!(y?kRfhB`Pa}z zxCdofo_PwmSa78^S=81*yRAICz7a0_yeOZrNb}3EFF3sw3RfD)2dc0BCJt=U(|S9> zZKJj~Ki_P)p6%9`T?f)0nQ*P{>S?(=n_}w;?gVsauGj0z0ff*{fLg+_1KUA4?!I9| zj|7A_KTn7$*Xm8rw_7epPhGpTAr*QJt<=h^-hvJ2*?^9W0_(=@uyZ`Zu~q2j0DV=U z&T6IV*RUd5+eTan?kviUz|bjxsQMu+^?|eMFW7bGAz4Omt$hFe4+?~1mc4Po+|#_F z*F=VR0(ia(eV`Vj?MB;KbuqIha5%92jk0oVIWXngY7_H$*&S%|=hJXt}cXzBO z+{QbPf|>(s+hrSuNG_%WdnAY~c>n;*jYy%q2C{xcl)Q2Pj@U~bbDlz-u*EJ0*Oy(@ z8k1E9!)qcR4s$_f@R3|HCDlkW%~3KP#rX6j;Yd+K6IvEFGT`Kz>qDnRFoRvRrqw}S zg?KLdOCgfPBdho?5y2`zS>Po@#u_XzR0p$MTd>1M zHNjlQPy+heuC;AK3u~$?POJerb2Et@O>~oC&&hW!_E<dc;pnolIqo(jvp%UcBWej2k6l6uk9uOOlR9)iM@`Yhx8s<(52v6Bdb%;k$O zl%9O?(z6%TI5R2c1XjCUb%F%L2ZQ*U`-Xa!+0e#|p)(0f!YUZHgh-GnFEjWm>!wjaAGk>%KbRv26nikqa+gbGwYmeIf?2oWK|BZxM_Lp(H^jXA z(QHoG4(L4$(}H|>D{W=d)NSRg9P;u;E>2kh(g2?i%!K*l&hZgPb7Ut&CzW)Ta3(ND zeu&V-lj@~HcruVOynH0gNotlULKaE`vi3sb;3sf;k2rBrZCPOBlTHG3m*10n0l87h z)%Z48AVQ+31yY@RV7?wS(Aeb_@Bq+7h;5yMTcp@rSW;xl)J+EOF!<{T0&5A9X(25D zfISQC^XeHE5QWq@4jJq>p**155bd*UYbc+Y&DPF6nk)gc3QrA%D%GW*;r1LryIQ3< z6Hh`(Wm04|!66#vhvqFXs-qa5oh{wA2fcHC0nKYh(SZtuBD18-^*B}yLXn!HXzN3# z1B?j$j;w5a+rnu~QdGjq;^gDB#h27SMq3^CsoPglR6C*iA1BO)9P6|zpt{lO=>pml z!KUPoQVaHC^$mLi3V8ddySjP?^;T4QRrJUUI304#euJwnn3V@k{ThNG1u9Lmy{P;n z8E8D}N)FG?rQgFUrDmg4uX@6oqq-DqL^wE4eV}RK9LQr>@8{EMIX_1w?)o^@xOnG*g<;Eo8|M#_7@uA(^gN+1M`^T` zlHU1UV$kt@Z4p?OvT#+~Xt1|~t}U9yjSLkKD-_MCD`4aNKCda9BW%0g;PC{rf`)N0 z@YGfoq9z>JItF<{{c(rs!v;&DaL%e=a%vlWVH$J+E=Mph(BKQs+UqR6Tm{cY?l&Ai zsXBQk?w3vL6b}Y1G7bZ1i?j}%9YQG<7 zjzbqAp%7YvPe-QZAQd4Es=R|SScEtL_OCvJ9Ce>Gg=}WQDx?i+Y8SK9s(eEO_bQ9h zLK5*|zs2w4LUjn(+?ilH?5ZSUh+l;}(auvbA*PyAbtUx7`8*E;1?p@KWoQx%H<=TWcN^DfWgChTcQy}uAjtdOtD2q(g$ZaDbvm{6K5F$Q$mqSTr(o(d! z;3&4n9WX62Dxnro=8@!UmVx+R(+L^vEHrvO#seM!8n=xada$?M;AX?b*EdLNo7>m= z6Pm%AcTS90;g796G((c+XolZ8j)bf=w5miWKn@UOL4;w@*peALCYUg7`H3&RKfMGl zSZt*@_gcH(N#oSETd?Q8m(a7`u@c`v9}#-iWucVZ34`O(2tJ4n^fxiv?{NEOOrqnF z8j_(3A3H-X^PWb{xgE34|81EbQ}C1wxv=Rscgf-f?ze~xh}YT7$@j9CBS zvO_~cy}sl^uo}JS$kloTQx6zM0O2=m)KFZ&QV6#FvG+6=Ul#u_5wFy$SX@Q9cO9#gg zl9HrYBhzpdNjTQKEGZgka>}@D?~H(OV42(N7372TuSv)X+tU#01_x z)drLs6w9H0B3kd8en4x)yM}1{`HRon@E+|6(xJMYEy1D^wl?4zB;G~KF64Ub@B*}T zHaI`OT7gszfgkOgA&!Zbki7D@GTp)o>Wp^#PdSk&f*-)HPw3`9mPF~;3h zlMDpLUPBBBZ5gj%Cv4G26(mTnju)iDeu9LcclGbs$nY7GzJHJ4NVqrC(?DNoO-4eC zx|TOgBlqD*Kpo-0Is~XZTMB^r5MP<_>0X$eoa0!&C~X z<9=GBKF9njxM6Tcu;1={3RdS2&eP!Bn}@uurH1Y$$L*&Dxv0iDj061wqb;XE*nlDEC<9M7X+Pc?DgT_ zcUx}WCp*Nl@NHX%$K5(KI6&(3o1^~R@Rrc(HZMLKHtP$MOW@C=*)=m7l_C?j($VUbur^mUSNk&xI& zo4Umi!}bY6*j@y$HU!jp`kD4Cb`qj6UjnHXBkmty8-f&&JVp(-cbzHlB$Qlyto}2~ z6n1ISF7hn-!~tutz~>XpdyBz-2GaPejL~!(>o*zur>t@i zPA0Cxbq4M0Ch{*_R73e7GGlRUJ1}@K8LnOL9>RAC-DgoUo1BIV6rF1NP;NqMptO+v z5WZ1EF`Y{PIGKUj+02aO}A3H`KvM z>jUj;9OqK&fs)YMQqKlm5zB5v6BIf>sDFV@I>#4P!ZF>l@KF}!Y$;C2iCdA4^+LzF<%=R?Tw*+LbFwWu8+~eXTy$JuEDvXMTR(B zg^+~?ORLcg#@$DjuvpnzZ&-t^&r=nd7I~$Jv;*G*n`?d|k}y3gGQ55(k7>8{$3j(6 zub&S={C4bD1y%Ia%rKdy(tVYNZLpe5H3-p;Z^If??v_du?!iUVDvzbXBzn8NJKy3Zy7VM@?HBz530D zZ9?j&KLsWJ*IpAnt#VhYZ=kjL-faD~HaidL6K2(Hh+qbiRJOzGe)hoaO%d6fjoL=9 z1w9ii7LLJ)3ZdCQ#IyYigqTsU310ot8USsh6m@gtDF*D;E7&=D?1lOwdaR zL|B;tt+necEOibqHgR7OUJ^i#EIT;6$4EP~eYLduXMilNiI#Il+6gZ*UYNRrQSDnT z`eNJ(!UnqFT$fqre=_)AQd~ao>MbLbl+-+cAniO*nO>Py9wq8?Y3sM>e2qgy=lYK^ zZ1*Z^%WOuI6(HXrrJ7A2ks%^Gq@p^FZX8&(91~C6=j}Hjw|6X9oV79&Xirp`kZZc} zo3t!b7E11pbrZX3*-9;GYi<%8C?H5Zi3W$vH<*mz>??SCO9;Sn!UW0Y*W&QIW%%3jR7Q=xsh>w7ESif;wH4ff)qDT{khycSCg6SUmK&u` zwIx=Cx4C811&J@htvrMld&});SN%EK1XQ^kLr>xs z6Sxd6R5)o3`k%4T|7Gx91|lOpz?cM!hy_!(b^Qg7JdJO2Mm|kzcIVEYWyC{UJca6P z;yfPjUjt+I(Q&Be9Md*4dctoB4^3q3SaeI@6rYGK*h`6y0e3JIfH1>DOszx5l-M%- zOc%B{_{=8-{t`|KB>W*K4bPN^pbpI-^^~988gsH?NuX~a_#E4S41E-3#!#m0o^ecP z;$3Sq)lGfzMfQo2&q_Fl`R(4um^afH$)0X{+qe*W_4F(8&CF(YbF7<1YTqXH0DE!M zF4M&gp&NGkU6f`zuX-|&E1<5QgfnLb5eRu zB0YgMoIss}-HGm`)cK9qe+drSM&!)hNW(q*KMuNQV?A)!xxaRtWns3nc?I`Ffl4); zYGnY36usSgoaO)mevz75GNoQwDA|CM6`7dxv`}mDQwZ->x0oI^)3$b!x84ln!gjk~* z7&iiAIWWrV`vB8L^#g>Ru?utx(L_W2kU6`aL}g~QTO=ePp?7)eNBHvXTlj;LI15!t z^G31SdiX(Li2j-5Nrki0pBZA>>ZG}P4k^lE%}KA|yFQa5m+d&r|BzqrWU)f`)+G=%+Cb^>39lI~?%zqyaZmP)%Jt95G(|`I3kq1JWyH8NJmp) zW-x{bdu4WzL?cKC>8N0kV=Vf<6LqJ;LH-RQzU!DqHo>cEmN`RL9{7$x2ZP7@FrDCK zkV$bYV+mMt@o#;YM|oawW1YzDC;34#Imhd6QjWPvl;g#z;hel-{>c3PfsbZpM_!%^ zhZb0*+wdraSG*$m31-A`!mFri%P&PDM38B1&_0dHRx&6R{f#3+S|sTBZv!2NHYgxf zUNwfY2QFyuCO0#XWazXu-8Fdy7ZMJTvbrCk<=yWmMB1heN*srfOD8p!VLA;d96pJZ zmtctsB`&pwFIn#~N?T5BQ=}zzQIw#Rpt5rJE~j1qB95&S`HAxLW_&Y?%gU7RQM;S* zaZ!1F8VZy&F7&dET~Lmu2mA78=s1iov%4{Bq{P)`eGVzO{`tFQ(xqkI)Sz@Ok9OaR5=x|IeJ-U2+p7V$Gcu^@}{ z0S&SII7o(=Sneeh@&i{}rF$8O^ebIT18iHXN7=7fv9u#aZv^TP`dF-f-3Izx#f?32 zPVQMCw3&gLlu%FHvtvZe_c3a&*P0IWVWAsInN~ix21^}o>k1DKqXvnNFBArz%bk0H znZa+0B&G{%%?%7JZ7qWHl9-L3Gq~=)XYta$+*uwAnLDb=g48P9x#8v>B&1g1pqk}m zWu;}2A7=7*IPKk`piqibE<=jr{!$cK<0^xr3@$UEB1_W%^1zA)Jus?uu$gW8x>c6-9TMp$s-I%Rtn=9DL>8(X=KN45(w0eEu{l(kdj-@ zo)^U3H!3?Yr8WtFQ`xLfXfX@jhk zf?TQeI($n>e2~J$S*KaS?b8%jUtAf9jP(xxO~&>z$TCPWpyEQs8B`ctW6)&KLBQMP zyrJZ82pEF;wHx>`q-G6-u%_Dj_PctE#d8e4z~HYjNHF*!gD*3y+G_xsEfyZ3)$?7uJo2*gCGujUvF82k}~|Hj~dFt~%k|6xFuLhS); zsWfARp#iw+Nh0cgd^m^4n?cz$1)kA7^))vsSM?9DnV4#ToAzQm~>{S$$&pf>cq&Vv_6*z|vDtwXd!hfPG5YcX`| z+jC_|JF&qc90Zk1y-@)F`)~;t0syh2E|;gEQWvj3t+l689I7gP^{{t!OD)*XfgFh+ zRvlMz;OGebnEv$%w6A~lMQ8^m0bN(60+|PfmCy#jYd7M6EE+Lw!;vZK9<}|&cKtdAQUw5tDC=be2 z)oB}t?FbeQ8han0p-uLmWb6n6AUIN-AO#cy%W!?*TrM*IVCZbv5N8Z(V8ab6`5P_w z98i`xqge2?j{bq4H3kMmgXjI8l~)h4|5p{R8KWoq@MG*+b@2fQ@)3hyWdJq`LJgW` z0YbD!ih>>mnF+QOtSYF4ST#5Zad83GSFE*yb163))fd8Bhk|8;Bcsa`}op8Sx}!VSe6Lg0ytyu$4J6{OHu%nqsZt#T7!S5S!_PtIbYph1{yV(&>KV~*MMmb$VqsMUFJV%-%WK<9zJ7P|E7=8pN)^3c=WGP2urZos?nRrti@}bQQeO1mQ!;^b+=yl7 zydPE-a;G7O^(MG^I`#W&x%Fqg2IM0XT=h@%?(<7w44*mXgMS2 zL18#R%JbsFL+60i7K8(rJd@3g80L;l?`BJlZQ0nV>u#r$s8ovjJ+h?EJSEevYOgmq z%rX2?ot|5G^fHRnIf362^? z?4{dDdu3O)cUR(QWAJ^w`n^|Ibd<_#ov^VJZb`k;i8?Fws11YykSh>|p1PK4wX>J` zb#z5(y*>v)w1>jCJyznqb03~41mjkRbPWcY;g3{z@E9AuhDwTn75pJ=*JOwM$a=>* zV1ywAllwW}XTm$Qfi|LG)OSR|<*%P&N{lr<7f}2X>^}AP;h3hSd7u5%V%BF|Sa+;P zj6$-6h>*Izsgl+sp7H9dnGFq%Y4c(cOtRvQE!md$J8F%1enDdMUo2a_$|*&4s_OOX zjW|KD>b2_exG^co3?$_pVn+T>jnW-gumdRdh_7cTl#iawAsjqniYA^E%fAtatql>b zT_i@tamMOh`M)v^20db#y(9O&WWktl#Ky)$Cj4U5gbfG#)e>l6HXB;!0#YnY zNU2CTtk#yggreePo;Crd2sN3v8^&F!GpCtE?Fv`(L`XdoT(UyFZfr|4Xxauin`a*L zzFBm7OHWsMOf6EWfXBe?ZB%lb6VP(l3EP0o+2?)Uv;jh=>84&E3JdqJAUshx0iN(b zw*kK5IQT~0s*J|ZVjdMx@f|7_jtfGS`YsC7{sJmb!IF}laWD-Wr(Pub*KRy$#G%%N zkNqIoXv#+VX7Heqbld5E01yw?{VTe%8azOQ-e2qStKaTzb%mrNpQ;KK-{wryNzUxO ze9G{rWF7`i#m5SK}qLz7^iE4#uR;<^}kb0fg8d4NBJC<#A z4P+Jj1TEQgK7=q5wYMfLO`~(cp2Ijz#^=m8=y6tmUsT;Wb`SjhZ5sMHx0nHP3CvMq+F{{eN3LnJ#F3Q>Q` zUO;Bjv<#Kl9P7O_;f8M+G$uJoeJnYl(5#R~^3<%B2Mm!wS|A>7oYsIAC*!iA8%X@D z+))Vu(Ku^TnX@F%H(4WljysW;>xmPD2hcEVDUzKUJYN8>ZCQ zz#C+q;jf4aNo@S|cLZvm9a??+i0SzhUJ|6SjmJ5%nYD$Cag*O6i@54Kl}%4wPYb5z z!!Ax*JS-hq`!1|A1q$b|+;_q2dO9ua!$Ds@qO=OtIh6NIme{m_vmRZ zlr8gK#K^@RZt7=IvL=;Y^K5g8>dmDcd%w^xsNXu|~Tg-m$M5aC) zSYbi`o@UX1L}KF&EtC8OZEo^saB!Q;RBtZt@Upe<_kHy@%;3=sqzQ2sg}zr`!1t{B zr|?mqP0yzn(u)|kc);+6VWHU%n2dsw6C%(fpXiF)iKt0mO z%!nr-Ek*TYe58Y}2H}Qmgs23_BHKZ$8>bOc`Ct&qqwL4oDXEiqSCa4~h9;3nuB*X4 z8DPzfMUbFF-HX5*Ye&%S1oxtJI}nnV64`F-jfodW?H!$K(7^_q21z&7k-!AtJ`!j; zpqy^RE|6KLW30j$d92ujW<#ad6Qs4qI_pVW22raMM{+P587jbkNaj#uj3~thp%}Ho z)nFI2ZFp=`Dx8o4FsvSr8hC9o!dK0R!Rd)SmlNa;fCVMx7LeZpL z!Q~hA4++rDK& zfP~UG#_G*I1O>Kc6$0BjfGEM`2m6;-hmmj2#sMYwm>N-n{;rAxc#l{B$;YE9wi8IW z3oPI~{o}j6Wt?2n+;Br+rO7JHh|}Y=v08nAoy?1qtu3iC2k=eI2A>s%eGY|S=0`d| zP%27YGk-He7K6A}blT3Qw`6*9^2|?w#bcW*+Pu{F4Iu@Sp(GotRcf21!6OjK{P*OZ zxeuVj&CocRmj{PQ)3c)P$VRjoA=YjX4~MLixhdT@m}Cqoy-YJ#$c^q+rI_bgCO>(L zWLcvzu7N`4&?Q1vmiKXY0c(*Y*+pQoj=47h^I_v~In6GL1P3nIzdmpwQ4U-9{;aXB(6k5JSZb6J4h7yA~-oVMlqi|kG+D2gDz)F%p0_l z9Hm0<*$+?l4LbNvh;N{ADhuP#=N2gzprAvR$-Fq_kGobfOYc4|KbqKEPqN74^h>>m zQI7_xu*ogoM8hdVl1D~B@+Z(};^DKBU1t27Q=(4{I3=}>!A9zrQJIul%?zc!W2Kz3 ztKaiKaLNNJe7$#mJqZSRV!nCNI%#%aG`w2zR4oI5tPljrIPV_@|7h*DvBOpHsG&EY<7)Xe%H zBqlj{k@udP1jhtzh24d9)+>wZH4Ml~^?EB2-I&fi<$C?IZWxn|@a1eINvzI-NRjbX zm5Mj0n4*GK1ryeau4EMHsp#aZTq-`I;$tevjF}Hdbfil6)F;$-qK~PWW9l?IX7Om6 z%(oWVj6YMDpPqL(1-;)s)04XqN@3&6zHqnG>Ub8J+f>lhBs7IdA}je z^{Fv=5Ey(G+P*_$!9kUcM%|a->m({XX+*? hLV7>VkePoYcjy|y&zwSitIRI3GRGgIzY?Ff{|A1u1xf$_ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2f346cff5bfa80227592a09346cb630cf1de42b GIT binary patch literal 4330 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

?$1Qd!9)BBE+7e0+s6B; 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def 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, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, +) -> 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, +) -> 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, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + 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" + "{} depends on {} ".format(comes_from.name, 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, +) -> 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, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + options=parsed_req.options, + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + ) + 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, + install_options=ireq.install_options, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + ) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 00000000..03ae5049 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,536 @@ +""" +Requirements file parsing +""" + +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + Iterator, + 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.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +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, +) -> Iterator[ParsedRequirement]: + """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 + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + if options: + # Disable wheels if the user has specified build options + cmdoptions.check_install_build_global(options, line.opts) + + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_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 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 + if opts.index_url: + index_urls = [opts.index_url] + if opts.no_index is True: + index_urls = [] + if opts.extra_index_urls: + 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, + ) + 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) -> Iterator[ParsedLine]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Iterator[ParsedLine]: + 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) -> Iterator[ParsedLine]: + _, 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) + + opts, _ = parser.parse_args(shlex.split(options_str), 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 00000000..02dbda19 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,858 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +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.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, +) +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.legacy import install as install_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.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ask_path_exists, + backup_dir, + display_path, + hide_url, + 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.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, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[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 + self.legacy_install_reason: Optional[int] = None + + # 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)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # 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 = {safe_extra(extra) for extra in 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.install_options = install_options if install_options else [] + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + # 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[Pep517HookCaller] = 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 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(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: + s += " in {}".format(display_path(self.satisfied_by.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 = ("{}={!r}".format(attr, attributes[attr]) 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: + return self.req.specifier + + @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. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + link = self.link if trust_internet else self.original_link + if link and link.hash: + 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: + 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.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: + 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 + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + 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: + 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 = Pep517HookCaller( + 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 + 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: + return get_directory_distribution(self.metadata_directory) + + def assert_source_matches_version(self) -> None: + assert self.source_dir + version = self.metadata["version"] + if 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, + ) + + # 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 + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.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( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("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, + install_options: List[str], + 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: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.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 + + if self.is_wheel: + assert self.local_file_path + direct_url = None + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if success and self.legacy_install_reason == 8368: + deprecated( + reason=( + "{} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it.".format( + self.name + ) + ), + replacement="to fix the wheel build issue reported above", + gone_in=None, + issue=8368, + ) + + +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 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 00000000..6626c37e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,189 @@ +import logging +from collections import OrderedDict +from typing import Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils import compatibility_tags + +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 add_requirement( + self, + 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 self.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # 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: + self.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = self.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: + self.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( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # 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 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()) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py new file mode 100644 index 00000000..24d3c530 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Iterator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Iterator[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_requirement_tracker() -> Iterator["RequirementTracker"]: + root = os.environ.get("PIP_REQ_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="req-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_REQ_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with RequirementTracker(root) as tracker: + yield tracker + + +class RequirementTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "RequirementTracker": + 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, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # 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 req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Iterator[None]: + self.add(req) + yield + self.remove(req) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 00000000..472090a0 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Iterable, Iterator, 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, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names(bin_dir: str, script_name: str, is_gui: bool) -> Iterator[str]: + """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[..., Iterator[Any]]) -> Callable[..., Iterator[Any]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Iterator[Any]: + 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) -> Iterator[str]: + """ + 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 = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(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) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + 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.items(): + 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() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + 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(normalize_path(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 = normalize_path(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()) + assert link_pointer == dist_location, ( + f"Egg-link {link_pointer} does not match installed location of " + f"{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.iterdir("scripts"): + paths_to_remove.add(os.path.join(bin_dir, script.name)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script.name}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Iterator[str]: + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53c65ad6a8807ca3241d6f2cec2984a9c1c1bf20 GIT binary patch literal 222 zcmZ9GK?=e!5JgkzLWG{c6S!zcaVydjxbXm?+QEjVNth&+EYx15VgG@*`#TKwp2PY{T^;wX zSNjCOA}(1ZBqvgCk4S?j9q`9~L&=R=(g&Ybn(Ek>Iz~gBxzP z2BkjEtE`z00T`Z_cotT5R_E#KxvHjs z@NcRlbzJCaS%h;a=3$l&AM$s5Z{LI})$qDXMrX+cR9K}|7^j5>B>h9QW7qaF!Xc@! zS6!G^vo?n=ak-^u!+hs*dsU*nhX&g@ixu6D?OK|RmqOqgC1^Lob%MUYCpO-;U`JiR zGm6a41T@iVoFizJ6QHk~-mOIc?&?#A(~PO?P> z?PZ~7k9CJ-nW4Qe+_doA!XIi))Np7~!A_%g2?8d#&&9p4E;@I@vym@0?$GuP`fJA5 z7gbtJ(8{qm&;D)ZCCR_{TYgeyMf>ZDD9um4CY8<7}?Ee4Te8F;_l4cEu$A&P$ Y{z8!V_JY&~!8YrPE*D~hyZ4*kFBWYU#Q*>R literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 00000000..42dade18 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bf082c833d70aaefb578a30ec54cc9d3e13e95f GIT binary patch literal 229 zcmZ9GO$x#=5QS6eLWG{c6S!zcaVydjxbXlXwnH15CLuqS-oUGPCAZ$fl@kyYAIvwr znKv+|C{~PAyEUf%O!!qsrl#^ap=D>b$xe6X()f$l4SF*oxTrNcxEeQrjVg|^oV@MP z;lK4QCFal@4HN1Kl)QZWzS?cU%Yda7%^*7TV5J2vbwH_jsIr=<*> US9X3Z52IX{y$ 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 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) + requirement_set.add_requirement(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 _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 " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=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.original_link_is_in_wheel_cache = True + 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 = requirement_set.add_requirement( + 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 + requirement_set.add_requirement(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26454d104e4cd36280dc3c5d0e08826de62e45cc GIT binary patch literal 233 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 I-dghh4M>SUkpKVy literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94db9feec92dfdd6557a34f760e0037eacf7db76 GIT binary patch literal 7735 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e03e189050742f7ac3785473bda2a7d74c49cd1 GIT binary patch literal 3202 zcmai0OOq5u5boE!XCExf@>B~DVFYF%G=h*oV{r)$B8=4lFV3Z-x2txhp^kFe zf}{yw7Hy&rLdxgQh!l3=7r^Ex1CQ=Le+9W4d*4Xf39&k^Kto1-V83j^A zBGx{wG5?i&z5=Z<`X)E}7O!)gJI|fI%`3v;Cbza7Ugb4tD%=9rM%MZ+NM~ziRVnmH z#+yDZKKrOm-Z$`5=ODD9&1dGG;aczrpWOc4M$hI3JUW|`-_jsufns5jJPzUk^E8VP zh9C_E+YwR)Nvv41&3;Nf|FJg^ZtO+kDboq#0y~d_Sg_q;;16fkZ5l&b0SfFpu1XqC5F3AHg8hgeXj6q=D(77qgKXd106Rkc?Oq z42GJ;LSTNvQkm=oT);{ISSn&JVtHDF3$eg_KgYM7NH!QD>#>iy_qW*?=yttW zlWT7a1p-vq4%}Y@PN5Xr&@yCK*+#cx%NmmOx=vyNqT@&lf0+$z*@BI#s!Zr89?)gIuO&HO%=UbAos~$*L%e$kWK@3I^pGSycQ4C6?8u z>C4kph*cVHm#IXNU4%xpAy&<{)ifQmX`L}Ar{)7SZ~n@XEf{ZhsuXDg<+@qZb)$rj zLTa~N_X*BUF(OaER#MT)_eoH_%n3pxDMhrtqFC3Ft+lmW=cD_^N8{`Gsb3*VGBZJA zC%MBbpfAvv0EKZIghrI?^sBk1A!@m{%A33eZJp0F4sY`XXc~M`H2IQfP3@NXF=*R- zWvX%balQ)8!kp#=UxQ|m+sNaoj7saC*cuH62C4}l0VLrsUHujzuOr{e`PsL~paU^Ee49-DbQSo@%aO=umhV05W&V^ZO7dbEOph1A+`pay z`x+}VKaJ;g!q+8npiWl~JNO)CdBv`nlgmf$=J1@HBi|k3(Ac9RB(9ObV|&W+J!<7dPfRiwl{}F-+h4>0IPjmEB2Z_ z`$-z#>?~(3KM6zO(@n36mr9MUJ?vcCFv+TV4Df>j3sqspQoNvCa41h?clsW~;{eTq zf0d*QBy+a#o-VGW95{or;77WM^7W4bp4IOZSKJr$@>N7{ZKG{2ejNodf`6} CzbVZC literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9494a63726890940fbfb2c4f1263bc277de94b00 GIT binary patch literal 7491 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21a608592f5b48c9ddc091d9f4f14f130665918b GIT binary patch literal 8128 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 nH`GR<3b3iFb%0SrSAL>hlm str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 00000000..9b8450e8 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,547 @@ +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.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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return 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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + + +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, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + 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 "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + 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 self._factory.make_requirement_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(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 + and cache_entry.persistent + and template.link is template.original_link + ): + ireq.original_link_is_in_wheel_cache = True + + 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 + + # 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 "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + 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: + return self.dist.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 self._factory.make_requirement_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], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + 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 iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 00000000..261d8d56 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,739 @@ +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, + InstallationSubprocessError, + 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_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, + 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, + suppress_build_failures: 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._suppress_build_failures = suppress_build_failures + + 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[str]], 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_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] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + 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) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # 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 + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + + base: BaseCandidate = 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 + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + 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_candidate_from_link( + link, + extras=frozenset(), + 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 explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # 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_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=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] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + 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: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_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 or self.preparer.require_hashes: + 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) + versions = [str(v) for v in sorted({c.version for c in cands})] + + 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 = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 00000000..8663097b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 00000000..e6ec9594 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +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( # type: ignore + 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 followings 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. + * 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). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + 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 + 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 = 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 + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # 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, + delay_this, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 00000000..6ced5329 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +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.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 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 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 backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +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 backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 00000000..f561f1f1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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.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 "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @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 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 "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @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 "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 00000000..618f1e1a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,292 @@ +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.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 .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, + suppress_build_failures: bool, + 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, + suppress_build_failures=suppress_build_failures, + 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: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + 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) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + 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) + 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, + expected_node_count=len(self._result.mapping) + 1, + ) + + 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]]", expected_node_count: int +) -> 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. + """ + 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) + + 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: + 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 checks + assert weights[None] == 0 + assert len(weights) == expected_node_count + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 00000000..7300e0ea --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,189 @@ +import datetime +import hashlib +import json +import logging +import optparse +import os.path +import sys +from typing import Any, Dict + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +SELFCHECK_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self.state: Dict[str, 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 save(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.strftime(SELFCHECK_DATE_FMT), + "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 + + +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 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 + + pip_version = installed_dist.version + pypi_version = None + + try: + state = SelfCheckState(cache_dir=options.cache_dir) + + current_time = datetime.datetime.utcnow() + # Determine if we need to refresh the state + if "last_check" in state.state and "pypi_version" in state.state: + last_check = datetime.datetime.strptime( + state.state["last_check"], SELFCHECK_DATE_FMT + ) + if (current_time - last_check).total_seconds() < 7 * 24 * 60 * 60: + pypi_version = state.state["pypi_version"] + + # Refresh the version if we need to or just see if we need to warn + if pypi_version is None: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + use_deprecated_html5lib=( + "html5lib" in options.deprecated_features_enabled + ), + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return + pypi_version = str(best_candidate.version) + + # save that we've performed a check + state.save(pypi_version, current_time) + + remote_version = parse_version(pypi_version) + + local_version_is_older = ( + pip_version < remote_version + and pip_version.base_version != remote_version.base_version + and was_installed_by_pip("pip") + ) + + # Determine if our pypi_version is older + if not local_version_is_older: + return + + # We cannot tell how the current pip is available in the current + # command context, so be pragmatic here and suggest the command + # that's always available. This does not accommodate spaces in + # `sys.executable` on purpose as it is not possible to do it + # correctly without knowing the user's shell. Thus, + # it won't be done until possible through the standard library. + # Do not be tempted to use the undocumented subprocess.list2cmdline. + # It is considered an internal implementation detail for a reason. + pip_cmd = f"{sys.executable} -m pip" + logger.warning( + "You are using pip version %s; however, version %s is " + "available.\nYou should consider upgrading via the " + "'%s install --upgrade pip' command.", + pip_version, + pypi_version, + pip_cmd, + ) + except Exception: + logger.debug( + "There was an error checking the latest version of pip", + exc_info=True, + ) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aac36c31e968b1c18ca68afa662b2e6be5f5e69b GIT binary patch literal 217 zcmZ9GK?=e!5JgkzLWG{c6S!zcaVydjxbXm?+QAM@laNU&1ux{4+3ImlR+YTN6 zE4T4t@}1Ezq8>rf>EqjKvj!%QrESiAb3q1679?qpPB#jIC&eIRL0-zrPLKI+Fl|t{ KPhasYA{TEz!aI`y literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..724026424043bc2094a8914db7d27e9ec29a8844 GIT binary patch literal 1545 zcmZuxUvDEd5Vv=o-DKO8>fk^+B=BPwwYwl*5i0GK6H=8*tvI2)>}_Kw+3WrZwl^hF z-tL|eAK{94fseGWJl!Wi;)xk=QgTpBp7nUg^U!_G4zI>LKRgeU1s@0C0Bg)h6JEB!GOJrTTS z!=C7i9kC0mKsZ+<+*|%}T5D4k*;4YnnoP2C5(H1>I4h;*Bm2wlOT|Zdsx=>1ikqqA zFVI@5XfD-trR6~sMd1rxNHeWO6a-nBnPlzoAmjyj;@6Uo(ma;}R^UeRv|R8CoGD&Z zqR!z)Gfj;(+5{6#q&aVI3f=++WDq)y`%SrM*eKQJ?R&5_!u{>h1?3o~{tSd9fEF1# zf(~8bNG4p_5ez0^HSP*ubO8-dcz{N)=|6ANX|G)V(1OET^^gk$1|Z@oU+0Z+9_4Z_ z^B~|bo}XQwTwI;;Ohc09R?3opH~97fQWgB^*~$0MB5T&Tg`PAlRTJHKH@EFqNmHwG zFmfR3%|HU+ynv~nfLM{2#LyL;I4kE@dPy>}a(|;gQwX10Y#^Ypzov1#1{{AVRR)vgJU6xYCx0SkyXLVi|+0k6jpe*vgsup0efD)JST$b}V&#u?{ zm(drW$2v3eXqJv{(uvgZEStqiRvM|wG>>bO4c+fxvjPu4_kvsYd+lVetATey7fBAaIuWQ3)scQwq zu4={K$#30Gz>~J@QiM#o;JgjRU;Ar%_YDwI^%(zS=~`j4`3O`bhJ|t8QK8lEM`#FmQl7m=)UpJ o?VDt;S0A7?!fxF>cy;%ymbYIcmo!GhNY~$|j6HH61$&);0JqnRumAu6 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..039baed0df5b2985d86385d755e503c57e8c1cb5 GIT binary patch literal 1643 zcmZWpPjBQj6ps^6CX-I5Lj}8qm5_zFMC?w0y&|*%sV6iSdYVh*#_mko{L{13ZcB=U z*aMe-hwX8{lCPZj2yo)rnU=OhvYq$*{Cn^H-m{zC-PptL4ZM)Qg`W4P6&`+L6yD%a zf8Zp%l_!YsOR^$v^;bTwK^atZMTy;`<){i*WBebmHEWA@@NmqP zT*T;7vZB_wRWvn2_lOJf0tzkJ-I-4DH6pKpi;kD&Cg^;(KW{1+C&TPDQNp9-aMowg;{7{r0o}6vvM^)C?!>os!0GwYOuEa&+~ zX6Py*V4*&EFu~=YU(!ue$rQS}mXKaFaF(`R*;U1>bJcDn$fu$bXmN>N>J&*hPs`$X zE5BZR^L46_)K@Lf&n%rORwB(T^-%LN?Q~J9bQ{;Ay@UuOnB!1BPBY@ZdxgxdBTsP6EqBIml%d#m8#5}DRnXI>s7);2 zw%8WdHldDQ2MBu>Vy`Uf?rl~UXEL)#9q+?r@3486RXlH0Hk8S^x4u5cJy+|wKP8mV zfRY)R`cD6d8Ozc=Ghd=$nGxj7hgkc)*OT9o4IP|PY#1Ne3T^_Iy9ot{i=sY+DIQ8j zCQz5kM0Z{391SGwJqa!GALMAe=)Y{>0L3qGC`)ThVlwxg?omHK3VDf!_aV=0foz~6 z5cDQkW0_FnLLW5O#MzE8z0Z4M_j~ewq{GwkEfL|GJohlU@e)2k)Wai;)W%^ZRafd_ zC>*Bz`r9j-N}VSWJi~2xZl|H%wtutxdha=L=n2;VBh{9L273q1*y1VKZs|Zi3&02J zX?^EUFw|FgSXs_vvXAt{BqaL*FjOSuD4CgYmWd|MGUvqwXhMBy-y*QYnH{`Ui)?r^ zAwbO#dZ0A88)WEl)09K~Y&jhCgQ#4^Tl#kEgi#_ox2cWB%`G8gO*e;_X{B?XZA{Ic6=^{w0|1unvzv z)6D}GvK`RG3y(#AplOf$=esxWu0O<(ThD-WbLG`>w{?k*grmruPgEqVff>UW=lHfI)QMKv?vW% zB^8MaL?@YC0hWVmV>=6~QzP^)1fus~!6-y+9HRi?H?bdJ6@$_S4*JZYa6fzyS}+@6 zXCN2=lA%{vy>HMBzJlGk4>S1MyT#WCbge6Ni_Y8E803zV0bVEooC$AsuDn~MKLShS zBzLN@b+5c%p-jKwSLkQd_h}zOhzN|AO{s|s>yakFi9yuppG&SuDGkY`5OPiQW+jSp zsfUf#c`l5p^e{>0g;~_I0YCxRRkXngU>C{fhfh8L7G||}^i0*0!-LNb4i2~Xp9q?9 z2IMX@$?Gz6G^Fnav*L1;l>4K|rJ^K)*-iIZMAD|dT zDA3b>v^GgZbPc(6;+yBe_fQ;&qQHyY5M!Nlcr2&X=*z{ z&gVrrSB~x0*Bf|2(iFf4+YY=k$6)5lhG|;T6$fS8Ie;dZNh!AN;KLhbeQ2sC7S+TO z-albBf|QlfYao~n+$G9A&TnPux?Z_dZTRI%vRd$`uC??7SOPEfL+HT}NB*wA-wVly F!9P@xu&@9C literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5aa4fa72f09dadb6e6924efff8cbd0ddd94413ea GIT binary patch literal 4102 zcmb_f&vO*V6`tySa!Y_>e=+u2e}!|4Vbti9aC(n|!ZlSG!BdDH+xDcE9d<@Adayf3KCy&DAVC zAL+A-EnC(@Kq`X|*iLBoA4O;nxm%WVh@{v_w>CRT#~Q(21(8YUH-u zXr?t2)mpWv-l|8lt=VX~uwx!6Tbz9-*@jx&N*aW}~F!u>qWgCzFDqVk}ZhN|HfbNBZ1oh1H3=?pW4jqi#RouR5wwR7kxW;>}_ zH5_e|BSEJeoebh!=~OGU?bwf0u{bH&9V(uS{7yR!{k)s#D0{YizWIwr`}{*WZXqaU zhs)bR+)bK=1FbzBcaTiS5A~~fKf#-wMkCpwm9w1pk#Lg#38`_wj~F1cw+ibe#|qm2 z*GYigMSfb?S*{yQ&tc+wOE2N))t@(Zl1OdnUW|=x5VRXwx04bly42>1Z`jb0vv*~SQA6D$K{Gu#86}ro zyo+S?r)ajZ_{;eLlh&d2!s@deN)MoxVsga)#-C6k+s`WB4BFoeiYhW9$@bb?4PH2u z6@FgWp^7o&%}aU}3cqKCpp-IE(u6}%yBQ*r3BFq&kX>@Xv3Pamjq~c+dV4C%nm5Cw zQTbVeUFD#cuz%o2ue9GId4!=0VN+15!f%?cZl(!^tps_{X4=+mOF6OErB#!ubv zQJ=<`$3f3-ge&hWxh^7O>pp6%!TrwabKUa_d(RBN!tdo`Qi=j9!AmkVxOkgtYF1 zOb)DXak@b!)@|#{a|7PzFDz_*;YodhIvA0PArAY6b;$enFy%lq)O%9zm#jQxloE-I z8WJHoHzeW`Z@~o9yw6JF81EfOp2fm~b%-A_rQ&jq_(8vq<_~yF!nB@UY^%K#1+(pk zVe(YTi6nU!I|!5qm1_f&(@Q1FZQ-cBoDx>(>tq&1DeHxK!O~*Jm(nEl@W9_74-8GM z{a3SFc+YiH!6*^_eEsW1!2eESe-6UI0b~3hOcl%`7{| z=DGe9-C{n7aHoh=oZ}jj#2pIl=%GHn#&;q(s@6SAS1Gp!bd+c`pEHc$?RSuTXZ@Y( z1w(z%bnDc0H0b|^`tNddb@DV!+(EkdAR`T~?SKs&;H*Ex5c~y)QB5BOS%-3P^iWNq zifWwwBRWWZA=#ip!1kD)ErB0Y04(tVA2{FzlsdT1)3w|_KqwybLA77ijlMV(c?DI~ zCcgNqISO&jNKs#nRFqO9t74^tm6eeU5IFu9!0z|vF68+h)iN*XdRZ?`6P+vR(Iw48 z3H6lU+3|)k^0HKQf^LBMAg+0Mz8cPCUo~q+a09IDN23pJKsWA2LA*VZTp%;~jw0QW zx4yZ#?!n0V=9Tpe=6g~K!B!HhruP8rMy8(zVdyS*n!dJ;q1tjJ6+?`1+SMWK^ zoN|FuVQilEtoBglz3H6(-+h?KOQU3dxa9#RKGnaahRhW+#~D4= zT-1WBJ^c6MZDyLI>UaE23KiK+G-5%3Qe9T#E}sX%3eao$Cw@Q?bjKs{MpUOpuKpYf z8hmRDSb>j1t)k z)h(j>>^2$!5?o^Ed98lNUa71stt_wC7fx|kym1&eFXy!%d3}i2Ym(MD|IxAe4>iGG JJC*r={Tq;G_2~cr literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..470a79ac6bf7888cc93d37a9d8001927700e3713 GIT binary patch literal 540 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c23f15baee69f4a25b14d36b4a7b78704edf5fe GIT binary patch literal 1124 zcmZ`(&2Q5%6t@#6{aA-Km?jN`6mg408xU89HZeX9XhPzEh(J{qzqQ#CC$pVyomvjS zmHz>_@h|y?IPota4!or6TA|^{&inX1`+eE@>S~+d*pav32P5QX#VijOnH`)e#Dx=1 zQ@kB8QAO zc=Hnr+r0IP`0Zb~Kk=zq-%FG(b&{%GId~#vE>XDhG!pUn8R)#wzGc{65^KX=Aky#n z_IU@+Anq0t4wJL(eM3;>4D$@O_hscjva5+uI!e>-L8Pt{^GHVv^x7OfgouMw3r%OP zNt1(x^b%jBk^YaSlyJ31#WE@M(ix3;Aamy(ndkcQG{Z^-au%6kksK)FO3l#^6vK3I$zP`h)%2l<@7UsYfbGbdrd@(5p9icQc`_y$O$_o z6Z*xTup{;rOMb#86ia2DzkeA?1zsWZQNn?H=tP-;(CV%?^CS@iFA`pUa0IdT^f1!i zFj7cB+ryDXIvy_D_1d+3SB$+<9Ee^7Ua zac6&NA;P$2ft3Z*>?1JN{l4$ird7sNnQCLB>xTA?Q@iw?$m?kK`$JH5PasPnKnAC| zJPwL7EwiLMQpFG?{L3nih_N2#A{c=f1z70|{z32ly+9=zxD7n$3n7Tu&B%9!=%n#-u%K=Ho6V%9GA>OpmV z)GQU73-MufnJ)4rZ8S5k9v4_Mi7x<=Rp(&F@Tw)bP_lX-jIFe+PpA{LwA`q{53`(? WDLkqgP<3$WkPcm=O{=+n$Nmc-t2e0t literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a2a0a43a7918dc2aed71c023cbdb4f99efc9a21 GIT binary patch literal 2173 zcmbVNPj4GV6yKR$uh*`VhBW;{i>i@&D2Cc@n-dX2MWsj}6r>g|MrAeej_pa-GiGKs z#*r%_l`~&}OLF7`aoH;;zCsVcd$YEaR2&d%?b~^8#&6&Iz4v~rH#V99Tu;m$@oN$U zf1q;ls)6zZZu<*}EXYV6^s6W76R*=gg(uC!Nz{)B?uB`668GatymbI0|V7;1=7eRaDPlzel zZ<8|ldg`QBJa5x-!%8R8DIXm1k+5Z>u)?HhgS}g(P)e#%TBr=H$I`fh=RzHqJLl_E z>2#Fq1D=<6#AuY}QXPRmH%^B}Pf|O#Ui;V0Tn{)#QYMDaQpG2tjE!)GQ3Ha(E-zdo zvQOc*+aO$UN-~nsMQ|2o;mrWDi%x!TGPs^6u&7`9Tq*4sV2Vqv&PijP0ThWEQHBs{o0tYb^IKpx;qhkC8|#VaVFiWh&9ph{ zO^dvk$j-5yj^Q*u?{*(O>|slER&COo%4si^$_WEq)B}KW z+glaCJDr!C=}PnXT*tyu5ZkfYg2$!mMqpT1cMlX7EP~hM6>;Q{eippE_KLdjke)^h zx*%utRp_N9B8F1GHnjO{8~fOl@o2scWqVRfjbDr0HUVLS4$mm8N7E*pLV0JBM%taf~1DsdIk zG<6Vn;kHwZ;N`n7u``1o(ahFuw_P^cX+)gUWDP zFj+A!j;e?q<3uCvhmFPCTt8cI&VW4)I9SFsZ)OOErJZdu> zAPM8g&MC)l!K^zo$B7_9M`WxzRB0Om797t!z-bH$(`EB*uDkNrDWuI;)Y(js?`b;f2g&)H#N9jmC>S9~Z9 z7@&escKAB12BvASQOg+kRH)2^pqLm14!IwFa}8HW;${a0QbW5|%}@<1Xw3~Ul@YGX zI)sW${r2dS6zZp%PK+c9bSAN?t!xJqbpVVK%m)k|A&*1Q9vjNN<+^KOum%9}uD z-8GqY*HBc^W8mf8%SSxlbuJjKJWYW!oT(DVF*g|Sg(Ps|4U#~ad_2)v gk&938BWG`cNWuhIphdRm7NIdE(O=u~jmGWPKRBOJ`v3p{ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3517a1ca0f053b11a46a789c63644e6af99188d2 GIT binary patch literal 1330 zcmZuv&2QsG6rb@|94BoYCsCRWlEi%St*Bo12ixME;R+v7}5N&3ZSY>93 z4zo(Eu}X<`W|z3assn9U>8^qa7OX*Ipxr0;3B1FcJp$Tvoz-TvdxzCwjjdqRV5@BH zC!@Q;=rL(Ft}#z?)YO!57z(M(S6LdtrJ2b=>&c~6z|P~#>Kt2rShy%EqwU@KQhRq1 zMK=OvJbUrgvDn1ZgM@|g@XaTmo}P$DTW?w?7u%;FHI>19=_`wa%y=BoB9EJ4A{KKW zr}zVnB+tp|=81Miue6*@X-;R9-^+>Aa{41>^k@9#sh(>ysu4<#$#;dyV8|I|dJ)C_ zkFNAwX9hD1&a5+yA4+p-rMXqvUqyMHYYivH0vB2nkYv|pG$EO%8}9|h?T_v69Q$5Gzz7v zb&mF5Jpbb8^WN7TWeM&23RYnxXP&9}@?eBy?M9n|BH%i9f@hpykdlv~m^U^HJ#$oGRq$A+)Un&?X$})K8 z5TAQd*uUZJ?VXQ35lU#KSYUq$!b`){>xHod9{Z7($uJV$Z9d!SMAiIECcSw&qUorSEuy9l&*mu1KfJM*VC%TB~+kX)_xdVU-y z(wAWpi(XGvf@GYA5%31)QKnrMe9095s_eaS!m_KLkH#T3Exrb|^|?2<_x^UA GP5obZR&Qni literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e71f5e779fcc62e78edd655aa05ef4f9ee30542 GIT binary patch literal 1327 zcmZ8h&#UA_5YCU8d9&kN@F2pXVBMC1d5I!>*hOU56)3}6HwlmD^d5e&NRmHda6XnCJm={@ z=S3zm)yY0yGo7~CK5O%Rp2j%Wi*~tR^8H#aFvkp6kCI1;T;fH&kSlrd%W}V#>9@)D z!JmwjTyL{+@s;vnTz~C?vPS4_IxbqF%(xJA=f@Rc=*U!Q+!PcO>@6bYB@pbO#8kMFu%z4R;u3dado5`&{;|jXl9$iGZ9$d2p=2oZpe{m1G!bv1)`-zMYzQ z6l5ZgIW04tNJ>S>?D_e`H88LN?mSsX6S~u)!U>>3?RIcPF!p%r<*ZCSm)p^sA_0qW z($P;4oCB(kh*be=u$cS)KFj{yi*K&Ky#C_Z+$0YNjGUC|?LA6343So}fUiio@E>Xc zx3T!6VuRE|Y5sugt~+)h0(aE2EKy~4MzOikC|Gol2u%piKP$^S6`Jl)RJJYM;6%y$ z%GnX+lP6D~&gPT7;tnuSt$sK)3OXZ^^e}OZ4k|WLlHMwLl7s9)v-X4SpknHCAt&=N z-_XG0t2Xj_%>^eU8$u^~U)PGMX z{ty2CscdYEWrRU0kCyIB*XgcRSG{))622LF$vY-Tmpz)k)ar1GKQ2D{u=Jeg%8BY; z+@YVk^LjEoAN#TkO8fHcd=+jO*RM}{UoaiN=4Ex6rHg;oYr5oMn_h1pP<%J8!r-`l zlyN|LeDZEo>3{s9(yEC6m8ni{K%g<_nN9!z literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebdbe6bc253a287dbb436cc160948a6449a3be12 GIT binary patch literal 5185 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc31e8bccc316be9fe6864038a7e44bb4d7e618b GIT binary patch literal 967 zcmZ8g%Wl*#6m=f+?7S$WKEx*5ESf-BAyufQnyQu1fI0(I*`%4Vr(@M|B0HJ3QM-cA zU;#`1g)i`yReymM*XanRIJ!so<$JG>ouu7vB3S$48Tn}<^h+D7%LZc~M1BSMfG`RW zHn7Qz*bGcV>lU+OJFr2wg9@$$RbrAFuFlMDMC!P_kj5qoTDSxCyQDp{aSuQFVh0_(K0@x(V&jN1lHH`lp?sEzILc_k zz2-ekj$A`k#(ByJD0P`Knvv_Qu)V7}bIqdeWs&eE#V&ZVN#Uu^n_xE_oQ(&=(aF2v z$gLE$GUd9^84t*cr4y7!8D&KrsrFg0vJ=t^nyOB4@_xnZTFb2$WxWTCgzAhBPFK>D z&7+v8svub|_|(t`SuVIMq~#DqIsh5EMV}39Y@=_+cXVgm8kxC3qJzy5!WQsj7q3ps zI?h<+K+()O*VWG*DxJugCR|cX1i?-OHg_U1ozn$zX27X;uUn6gTuWG>s0vH2h*0YX zr-#QU9|tQFyQZk?3=7!(0o_6Wedo`UnD`>+oCyCa5tn|Nvpl9d3z^QL<^QI{ka3gE z6YehvU-*npmi9~U#dBZ6-R-2&^fJ02(obpXhm>bT@QC?&Mw#^W%=#TjFTGJ+D#PVr zLLJzEnWP@FXVwiHKG6eX=yp{t3~@3ILsf;%lwSx)&r?*zT@}U>x#?^y5B4f9TEn zFky2DQ&b>Ql;RwX7yo#SVNY^W7-OR_$0kOpK@DoXhbAO7Q|niAY_DnT)B%mNrg76A zXk5^k)S}jebe>+i1KM7SM=0q33AdtQK$Lr0$&8h8uB?}Jl~ZMNDr;UQ+F*TP*c`zW z@HI%H8&p{m-yjHvXJ5YPe1w0VXJ?6jMY({OzK}dC&ma4Y`$JYzKb!a^lYT8gyD%NV z3*PUXqNP)`aEcOEPGG4XzWr1-6&1fD?!aR@@mCX0SwTZymnG%lHRG3IRp)h)J-HIq zlybVg6)9LWa>~l^ik4R)Jbk%;I{56b2P`V zQ47qONLtdC&ctYZjP&nk$dwVgMu9my{E=rx%o{%|fXRZEGS=MsY_dRm3*#jbObnJ_ z50rJCl}|q(s&|e?(GSC)qLbriN71Y2FGk0w!@yOBXoPaBJeCv23q_bv&Wb2YRCy-V zy>BJ3epXBRoO8yNb2?fqyjO8vFO)z!j+C=x{67x43rKJa#66f|4}@o%nBe=wG!Nd` zg#6u|Za}FEN&9tBa#+ml6hrx-IeLvs4*-X>Hnx+N*O!*e{dT6|&5$D{}215%i{sp#Whq`ERrk> zJY_HRYUjA97?%qG&7<#5P9WFHIy$E^(v`L%l<$MTa+4^T#yqN&!>Q1bm6t)S2^p6O z1@fSr?35-frGd%c)h_!LX9*P|D&v9*$acyfX#LJwHE#1`gTaR|g%5%lecZ=3CjWR2 z!Jb|lEH3CFVnqbj#_AeHR3&;%&E~rtLt$6?IonMWPVDa z^ok6ch@8^RHsg6dj8zAUeW}}+&iO?r5&kCt)#FuD3jFJ7mP{ewB(8I*W7DFN&C0q9 zmX&@Ii^W|zW0!U1Phu$fL3gU#CgLB#)0Nd#et^3Q53t(Z=mcBHDR;%$5PXGBTHAK9 ziCw}U!6xvy&U>yKtg?YWXp>w+#SJY!&_Z{Tt_C__JGZr4x^AfBD)*~`rFBlf(QpeL R)-_zbhYySc>tO#u_%Gc3yUYLp literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0624b740b37c4b404123878fec976dcecea0ee96 GIT binary patch literal 5219 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a53826cdf09882c173d0e7a23574414339803133 GIT binary patch literal 1012 zcmZvb&u`N(6vyo({jt!oN=V}{34El|mN0fjXn=Z{G+ML_5W7Ta?2)Xl9iE+5MeGD8 z{t7tqFXhUKe}N0Uq@6TXSn`v<_Ve@Sy_e|iZJ*#chCQ+867s7Sw+HT#W1NPe;pBpF z${k5BC~tF*x4wE8j&QyZO1Kk|K_@w&ggj@Nkc9v?)4Y^|*(|XvS63pnhD9PRL7YRP zOrgQ@$aI)CtI`jHKp~PUVX=QE}iAk#y$GI`=jnDMj5majwi6l6<}{kzSAfD z0j+jS(@1;M$iY_Snx(0_g-qXucX;_r9oaF~|Q)B|frZgNqmNwHWM38xi3~PN996kX%h_8Zl6VFz6> u#rkU)4cw{|$6Tjz3@zMf4x5Z`nY(yUb)T;OzGrpQOc#wux?8^M@BRZ9-yVJd literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3ad72062609dfa5e43c0b8571b75c6170987e6d GIT binary patch literal 9656 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aea0bfaadd9bc4040e8bc85ccd2595b88c6ac565 GIT binary patch literal 19422 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bf0c23fb277b8305f746d2464c41e38c9494c5a GIT binary patch literal 2013 zcmbVNOK&4Z5bo}Ic;eVj;>|viuq#VQNIq-^mID`r0y!Xrh>!x8xwOVpZF`b=ZTC2f zBj2(=1djO+{F1qH;>?W`RWo+h3hP}dZFNo8*VR?k)m7!Z+if!(C;CX;+Kl~0%=)m9 zIl*aOApsUJ;2;tnaQs?{NUgw1?Z8f*z~StB1~xcv88|m0a6z22p?m$}*D_AxGFE0V z&h-G)IL_j1GDve!iE00hdfC~~s;qCbdF7pkNfM3{RoTDH3l-7k`f!ms!D;?Pq8Pft z0s%a*K!7z7fep5Dz)>!+0|qX%#x8iU_0|qr;3{t{pbgu|Z9xa+T-6@i(1ji%+iS=U z>>|=xL-wGLNOui+1pA2e){w{W1d*K@d8&4mqnwFA3xYhsuM5xM044UIg@HM&_J36K z??R*CG*63AtDoZE;_UjXpLKo}14b*V;n?KaAPS3cw2ERm4a-4n1|vEZbz;HEu$nfrm_g_-2+{%%9+m2B6{Z4ptZnxiqq^OS?~puY$1?hywBM!KN|{7 zPoY~#@a=4)lCky(*+O#5bQeGWUi;HLRlc5OnbQ87TwnUdESaV8%PUh%l~(sz11K>s zr+MaIsqD&6;?a`-^7xC-eG`}JWf4Y~;Y1m~hznoFS*dguCjJbw%=k@G9T%8M68GX# zO7g^DYBQI&`StVn1^sv>8*!9d4O-vDfvTir3wFV8_&L+t$PPtiPeU`UBQfN(2&`+yIPWaZ=~#wH@+)u1(9fu7_aQoLZlL-ZplV&p0exp5k3_^Z~Lp{tOqJt>WA=@3ne}#%SsfTBYL;vAXH5M`-c+$E`l>uIlxM zyMBTe2OqUc$168gSa-7aGUqUrs`d0{jg8&RhZsEQd!tmG?i>+kMcaJE2K_W zU1ttGrl#0xicXX5@4T;9RHWKLLQT<7g?Y^8o;VaeyKk+2pINocu%+py%Ze%I1^z!a hF4g*Lzev|w0o@s?ysw*kenb7rkU5)q);{lB{{gFDyFdT{ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6af41ce917be98288b20c57c1b6bb75f945a832 GIT binary patch literal 2105 zcmaJ?&2Jnv6d%vdeoZz>Khu;VWFk;l(VZOf8%AI3!-<#z+2+9d|g%oN)FgA+cjObn)$Gjob^pycst0R@lnhVVjtBjjWS*!*1?}z8!nn zQr-)D!~u^tVfoYzSAd+Y!nJb}Ugs^qxw{T;Lkn*3&d9~@F5DcoxX+i~df_c__HXkZ zU;c&g6<9`FZ{+b+e(kMyO2RdM-OjDx+zoyc*Wck}$LZht6JvL_`<`xZ!_n@v0^NCD zskAIurklHUm4WsWCRN|nzN{cgM=1!Y+lScWs^5rSdI3Mzsel{`rB}C0k+Up42L9b^ zC750nGpmfMshX69?#*{bX)!7T-4dW`Q6#R3W8OS`xAA$3kNgt56HIRHh!%Hu9Oaym z6X%?~ag}@4;Egj+HC5|`oVw=(XB#Jt6Zgn!ANt=dwT};)2MO4o*LE$)^jUF;Mdmvf zgxI3bMl`-s>X=R#X0*U`*wu7oxG_I%dsma7-xfwhy0>t&14@|E>n0{yBKP*ow9t*5 zRk|US=zC%bt)gd^+`V#Mv?!EbnUO8JV5uY4aK~S7hLbXfp{R=j#PFyT2g9n)>O37B z$_kOg)uH6L!ZKxuq&XaB>E3+&F!OX%is$-d&Fv7ej>FVJP4tOw=j^paL1`a1MwkTjmLRhi&3qgA zSh?Uug%UY&PK~(=6n87o-VO=zJu~oW^l=Fvh&evK9%*I1cD`sQ}$Gg&pp|Ur{Q1uDPZp zA~IkB>jDDzCk)}BOLMtK25%hG(ikEbkE1Lt4(78nIUldS{OQRcWP{@egRg_ZtIsuw z`c2Wq>W(O|hhG&UoYOXc<@8$o2V`~WSs((7IEF@E>gb=N{J%MAY! zvT{5&-1!Jix}~O-85m-ShUv_uZco>@Q78dQv*4u&7M!#&B2yimq{Y z({vV07g_lO1^_~LBAbUO(k&Ab&NNVz+S|i0t*~@A6Ln;$4wkVN%q8451D5NZM|sKX p48AcElb>MMaXO?!*2y)uM|{_J-A0SJ|M>X0uK%}x=N4J>{{{YlWq|+y literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..486869cc21352eac702fd7fef6b7b7bcfecad21b GIT binary patch literal 4620 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 L{%^0j{ICB54?xfK literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86a04e97554ae2762e4c92c8f81883aca5be073d GIT binary patch literal 5799 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 QD^Jbp->PHP%u~PoU%JW+$^ZZW literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b236eaa3ccb5d818c27cbe62c3b9f2d7193596ca GIT binary patch literal 6677 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..053c2740f1b5bd5f0ada0586e498fe8c205e684a GIT binary patch literal 1610 zcmZ8h&2HQ_5GJXg)&9mvQyXr9f(3f;9=uA@OJNj6fV77cg#*-WgDwmh@{;z-)`|*A zt!qPj>CaOX0oKR9L!X3~9(wXC_z-u7YZp!=h@2S?hn#P|k?Qw51fFO5WBE@^$iJxE zevDpNcMr-Te9z%C90oxfGN(EgWREmt3A$jHOaz-`NiV@R40o^Tjt;<8 z`%{>UOjYF8MTI((dPp^b@)yyF-1RT%RLx|n>#~$OJyZHLt?Htl<=b;pO{JFat44sw zxt*#qoy&5b7Wv_={`u(11u*&T89XuGA(aYm80>P3Kx@3L~8gfZ5>4MnsBwEIT z!rWRW-pUrV!D6tBX@|q}T$OXFEzdX}!L0)6C@>OdGmGT0}k7cDWm(CPf{v9!vkFlLU|zu2mnJD z!A>Jx3)B;pm#(Gd>slJ?dgxYWGx-#jhRg@@CG-Vc4P6Z0MaKiH5Y#m=cr+hH>wu@; z0R0^tkyFS6kK^AUthjVZP5)aWSVR5%FS}U&~c#5t>z1^Z=5*c=EHV z`6Mg3DvNWDU3Xi3z|L@Btnxa-ZunNIEWf5h*Dll~E2avnLN3_;{>2xiD!0ASy90M# z7@ld#afhj^N@-+byL5{me}A z{GgB)`qB(TPbNnXTwF>E$*dTL{dk{T5D&S9AwPm8^B9IOWHi3%u<-4A*kdsZX@@Ze z4Scf}f_ekW+g{M41G+|gEM$5MHVymw0ml9e27gUp|HzZyr{@N65}NM#AKUW^uB{Ot z7f%%S&noEv67v5EPj4UmUQhT0d}AbE&XlMN`4#>T4PuzUUk2YETx&ge7_WE!1H68k AL;wH) literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdbb0ccb6f952e5b40b3e93474c13e278efc736b GIT binary patch literal 3313 zcmaJ@TW{mW73NSRCCj$#y%|Z9pp#7kM};kIE(L-jNwamlY0#}>tX-rLns8~&$l{tJ z*_n~OR_&sI+sC$l!G7#t=zISJU;EU*(1&inGn6dZ>qG)CXE>L0`ObGvwzyb#@cT@? zCeIcf=iemE{yYeu;nM%aO*n!jPN#gb4zse`aqY9xso1C2@$hsLe-LznLA6t5j&#mz za_)k4>e4-*7ZtoM2v08dT;Yr0&t9i7ma3u#X=yCYi8`cZNL3lgTdz8=I#@9;7BG5y zJZDifAl(^DOJW()-LZ5_+=g^dupOs)=ReTj*=o9l_c+$3sC|{2I7_2s^iiC4lcA97 z`dAw|Sl6+U>v_~Yi1wxao&L!uxZeHw_Q!`&GL)YhHIyg4DABT61WKBrO1rf4?9Yd= zflJ@T%{b4PaSc32Z)cT*3bb)Y=|*364>XT^9Ot(7A}zyQ$zJ@NN2#!5V{s6fZogHp zbNqJuvF3eDNTlZ5o7?=u2S4TAY>+2$lp1~*D>IA|E>pZ^=|HANx9q}Ve&&Q`rKsT0 zA}CKNs{7JJ#;AWdY7QFP+kgMq?q>tpR>L%vs(qBHgLXblhJ$$hQ0INA%T=acet|^L7}gMk<7$Jv4Em+hgsqwv`_jcS1TkPWQuMDx?Z& z&jvZw#qF-I=J9yR^A!wQ&l9MPW0+uPuJ!les=t+tl8L|JQZ3C*9=^$+yo@uX-c?Hv~@%2EF zBVIC|VbB`CfEVMOIk|7xnFI6L=oe2cRQWF8OPD*7t4i{*hk2apSV$ht*s;bR5y*LF z5bL8@%U091KDTGzXu>Pk0(PnSk0+WhxN7OT<`m8vE~|MDFO(+duBklp1iNrgoe?+w z2?#}0{_6gH>6D$Y^WefcuUh|_+8kPx;EHxTw2Dl=jc%*p(3gKA~&s6F% zHA@F;zLlkNja(cXEEy((rg>rFON*W@SbIHT7swwR~25C%e3%l_oA-B0>)}oRKMEUR4P+|-cq@J2$MoO zwP3xO=vnOD3qb(k%sjiv+c-ckGwqJDeq;9m=i3{uh0zu4vN>{`!ZG&=G3|D#=RI^YWk7kM}3*z zygov*P#EFQMLRW78?Q5bKw5Wb*|qppb$Ws5)58g&8#`$@Kka&#>g+PZSA54q0z z0W6Hno0P5AZsFU4Tlm(*N6o;(t_Wb*zEnkZY+CVF_~q8d-DkX@mU;iqxk3il}v-MJ|tF21QJU92bd=6^T2#95L@;r)Z2@u;n3}WI1Fj%%9 zcggcq!DdRY%^@LCm=QsWA(Dbhz&I}~M6bq^a$}MNV?^IjH^*f6+7Bq-tf^aYj=GIo zQ57*-gMlon(Vi~3kB%*Bp=Gf!RCj1vP}&QgTcFS3AQK^07Ozi3XU8Y~oLzi9&~Js) z*=4iwa`h!v(^Obj0)!cV?|%!PTEoDVP(w!988hMQcp)ZKL0N~5i}wXnp_*))Qg`&r zN!f__UX~>?O4lwuKCRB2ic;Bdq}h!O)q2$Q%JNL;D{C|w4?Sh!aYpnr{r;cAGexQW95ID X)m@Lm^rGQ6YK^%Szp>PK<96f!H2R>| literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8ac61f2ce4d3f958755d7be3933645338584d05 GIT binary patch literal 4438 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 00000000..92c4c6a1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 00000000..16933bf8 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 00000000..3f4d300c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 00000000..b6ed9a78 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 00000000..8668b3b0 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 00000000..72bd6f25 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 00000000..0e8e5e16 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 00000000..e4aa5b82 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,42 @@ +from distutils.errors import DistutilsArgError +from distutils.fancy_getopt import FancyGetopt +from typing import Dict, List + +_options = [ + ("exec-prefix=", None, ""), + ("home=", None, ""), + ("install-base=", None, ""), + ("install-data=", None, ""), + ("install-headers=", None, ""), + ("install-lib=", None, ""), + ("install-platlib=", None, ""), + ("install-purelib=", None, ""), + ("install-scripts=", None, ""), + ("prefix=", None, ""), + ("root=", None, ""), + ("user", None, ""), +] + + +# typeshed doesn't permit Tuple[str, None, str], see python/typeshed#3469. +_distutils_getopt = FancyGetopt(_options) # type: ignore + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the + matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + _, match = _distutils_getopt.getopt(args=[arg]) + except DistutilsArgError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + pass + else: + result.update(match.__dict__) + return result diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 00000000..9e0da8d2 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,75 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import re +import sys +from typing import 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_name(raw_name: str) -> 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. + """ + return re.sub("[^A-Za-z0-9.]+", "-", 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_name = _egg_link_name(raw_name) + for path_item in sys.path: + 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 = [] + 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_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 00000000..1c73f6c9 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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(br"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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 00000000..1504a129 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,27 @@ +import sys +from typing import List, Optional + +from pip._internal.cli.main import main + + +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) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 00000000..b7e6191a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,182 @@ +import fnmatch +import os +import os.path +import random +import shutil +import stat +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Iterator, 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 + + +def copy2_fixed(src: str, dest: str) -> None: + """Wrap shutil.copy2() but map errors copying socket files to + SpecialFileError as expected. + + See also https://bugs.python.org/issue37700. + """ + try: + shutil.copy2(src, dest) + except OSError: + for f in [src, dest]: + try: + is_socket_file = is_socket(f) + except OSError: + # An error has already occurred. Another error here is not + # a problem and we can ignore it. + pass + else: + if is_socket_file: + raise shutil.SpecialFileError(f"`{f}` is a socket") + + raise + + +def is_socket(path: str) -> bool: + return stat.S_ISSOCK(os.lstat(path).st_mode) + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + """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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 00000000..59485701 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 00000000..7bd3c206 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +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: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 00000000..82eb035a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterator, List + +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: 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: Iterator[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 __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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 00000000..276aa79b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 00000000..6e001c5d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,343 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from logging import Filter +from typing import IO, Any, ClassVar, Iterator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderResult, +) +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.exceptions import DiagnosticPipError +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) -> Iterator[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: ConsoleRenderable + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if record.msg == "[present-diagnostic] %s" and len(record.args) == 1: + diagnostic_error: DiagnosticPipError = record.args[0] # type: ignore[index] + assert isinstance(diagnostic_error, DiagnosticPipError) + + renderable: ConsoleRenderable = IndentedRenderable( + diagnostic_error, 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) -> IO[Any]: + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 00000000..0bf9e99a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,653 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError +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", +] + + +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]]] + + +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 "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + 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) -> None: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +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 "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(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) -> Iterator[bytes]: + """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 this is a path pip is allowed to modify. + + If we're in a virtualenv, sys.prefix points to the virtualenv's + prefix; only sys.prefix is considered local. + + If we're not in a virtualenv, in general we can modify anything. + However, if the OS vendor has configured distutils to install + somewhere other than sys.prefix (which could be a subdirectory of + sys.prefix, e.g. /usr/local), we consider sys.prefix itself nonlocal + and the domain of the OS vendor. (In other words, everything _other + than_ sys.prefix is considered local.) + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + + path = normalize_path(path) + # Hard-coded becouse PyPy uses a different sys.prefix on Debian + prefix = '/usr' + + if running_under_virtualenv(): + return path.startswith(normalize_path(sys.prefix)) + else: + from pip._internal.locations import get_scheme + from pip._internal.models.scheme import SCHEME_KEYS + if path.startswith(prefix): + scheme = get_scheme("") + for key in SCHEME_KEYS: + local_path = getattr(scheme, key) + if path.startswith(normalize_path(local_path)): + return True + return False + else: + return True + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Iterator[StreamWrapper]: + """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[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 "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url: str) -> Tuple[str, str, Tuple[str, 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] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + 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.exe", + "pip{}.exe".format(sys.version_info[0]), + "pip{}.{}.exe".format(*sys.version_info[:2]), + ] + + # 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 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 is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +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) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py new file mode 100644 index 00000000..b6bb21a8 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 00000000..b9f6af4d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 00000000..f460c400 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +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: 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], + install_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"] + + args += install_options + + 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 + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 00000000..b5b76241 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 = 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("[present-diagnostic] %s", error) + 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 pep517's Pep517HookCaller. Thus, the runner has + an API that matches what's expected by Pep517HookCaller.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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 00000000..442679a7 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Iterator, 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() -> Iterator[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() -> Iterator[TempDirectoryTypeRegistry]: + """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, + ): + 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 + + 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 + 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) -> Iterator[str]: + """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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 00000000..5f63f974 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,258 @@ +"""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: + # https://github.com/python/typeshed/issues/2673 + tar._extract_member(member, path) # type: ignore + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 00000000..6ba2e04f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 00000000..c926db4c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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_regular_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: + """Return True if we're running inside a virtualenv, False otherwise.""" + return _running_under_venv() or _running_under_regular_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_regular_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_regular_virtualenv(): + return _no_global_under_regular_virtualenv() + + return False diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 00000000..e5e3f34e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""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("{} has an invalid wheel, {}".format(name, 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( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 00000000..b6beddbe --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b90e3d2ac4e2d1259d3cc220be23a891cad12c8 GIT binary patch literal 540 zcmZWnyH3L}6m^fA$DcTUcrPpq;Aj5j7r}FHG>(9CA}S6n-k% z9?E88N`zO(5hN&kNYY>~PW`mzbzX910TmN@F!MG0U<`d45`W%}x7_+!*Oq`Ahnxw2 z(G87TH-Ls~<>%eBjW$|Y)B+$2!ijgg(~35r8Y=j@)i?R|6*b(#Wz9Bwwgp2&jr6Z6G&F^lL2_G`dHwFQ WTd6B2;4TT3nD`a4ewM^JPksTKFQ+d6 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5c9b5e5d40dffd6f4f50f077673c991d4d4b556 GIT binary patch literal 3367 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ec82dd83f65dcce473cf7d0ea059ad3deb8a7f3 GIT binary patch literal 12570 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 NlX~XQ=wIpm{{xJxu_gcj literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c93ce166de3d2bbccf75bfafe5dbdf997158263e GIT binary patch literal 5086 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..971f6a386ad71c2e4c7c51f3b36274ef6307dc00 GIT binary patch literal 21169 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 Km+cp3)BhI>M} 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("branch", 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: + cmd_args = make_command("pull", "-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:// readd 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 00000000..8d1d4993 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 tuple(int(c) for c in match.groups()) + + @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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 00000000..2a005e0a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 [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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 00000000..89c8754c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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:// readd 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: 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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 00000000..02bbf68e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # 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( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(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("What to do? {}".format(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/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 00000000..d0663443 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,377 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Any, Callable, 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, is_wheel_installed +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) + +BinaryAllowedPredicate = Callable[[InstallRequirement], bool] +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, + check_binary_allowed: BinaryAllowedPredicate, +) -> 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() + + if req.use_pep517: + return True + + if not check_binary_allowed(req): + logger.info( + "Skipping wheel build for %s, due to binaries being disabled for it.", + req.name, + ) + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + logger.info( + "Using legacy 'setup.py install' for %s, " + "since package 'wheel' is not installed.", + req.name, + ) + return False + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True, check_binary_allowed=_always_true) + + +def should_build_for_install_command( + req: InstallRequirement, + check_binary_allowed: BinaryAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_binary_allowed=check_binary_allowed + ) + + +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 _always_true(_: Any) -> bool: + return True + + +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( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + 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( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + 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( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +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: + # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py new file mode 100644 index 00000000..3843cb09 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,111 @@ +""" +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("html5lib") + 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("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12b9f0d5bf1eb72e0f4efd611b8e568991151864 GIT binary patch literal 2940 zcmbuBTW{P%6vusA+w1JMX`5cs3%K`gOT7&t6i|gKNGd8-eV{@WDc+kJbYNcagtinu=}BKyya3 zquJFwrg>a*R`Z1BNzGH5bDF0$&uE_2Jf}IYd0z8^=0(j*n(t}8uNi7y*1V#5Rr8wW zb=A!0DnoF7=Yu?xVMDtTcWIt=}-e>i1 zL7A0Nyon1$S(x!~4KRMniuDlT5_)ivW|)U`Ed+5WXjn1~8W9#4BPAO*2V-?ei;&YC zi=pbmuLNdALZTpelo7C!6+A;&8=HKY4{1eExQfG+HUfrGnB{pTl2wAkq(GsT(1MIW z7gQxm1c+cbo0#zoUJKV4&BLnXg5e~Of;Vap^h|j?S>=>e0>@ciQYM~0N=?GlCl^5vLaQU-QDEn5HtMtBS)YZi6JfeV0^PrvQ_=O7%klE^Gx8oWs<%~)-mrx zNcDAC_F;xaCgM0MN7COP*CpjGNOnfYw5)Sx$8_7)AG0&F=0%g8f#$k(J9;@JvXdt1 z5JOZ6Mv3%N%tW@9Nk658vLsKWhcYf;EYejKMx{R#IayLIHqTzwZ78CgZem`~PO4GG z2q@|^Z?{Bc!eFJ^)?(ZgE;uOXM5iH#jmrD!xWw(5>9y82o#Zquo zrzD9`Zbuo2{F2di=!6=>-&dFmUZ2{pMfg>UOQH5cePYtMzozy4KbrJ37V8^_c11C) z6v64(>b1jlu*Ah!R^NITRY@tSFHcnp21|VVNJ&%(0&x!J?i{TxM-*}z=cJx8mjmk< z9&QrcMi8&BOj8hCQZA-xChqAUZf9Q;QHEe=p%`VUnC7&}3o3$_-oY>|NDPT39mYc# zuSx;+%71z-Qt61`9L|SC#Y}yDiW%@(o)oa**|bQ|2Bs|{?1&Pg9@p<3{ z#`6U(k~9+|*%CA-ne@hqZn1Y9qCaH*-s3mMLFxJ z_V)717vDTxezLMGouT`7{@)`=q=y<;6o4)C^=3L)(&tJ2BTRs2pUt{&(t#nN1*S`R07n~pf literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68f0afb8dfe90c966c7dc1aaac7168d3ba4ea2a6 GIT binary patch literal 38258 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 PHHh}|SS9u(Hxd606l!MYb* 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efb56901b78c86d4bf460dc38489821b4deea7e9 GIT binary patch literal 1606 zcmZ`(OOM+&5GE;ElI6#4ALuJZ;kGCc9b&cUEeL|7o1#4gM$t`r@I_EW!j@OBlGFxk zcu$*a{)6|Jzr<@#{R_RMGnCwJ76=7W-wYp``R1eQ$s{Du9?3f*8xZmr8aJB*#v|xz z2LmUZ7G#NUR?w0y8Aa?APU$XPi``;SdP~pZLE)FdGO*YyhGn=60sB07MV2Ez-w-*4WB$2}*L5jk*;bX1@ylAC#Z6nZWq$8mHESWoZBubraiQ0B z6`zahJTCGVz5V0-hwo#RYjLkhv$J$1RNUlEoWL?(%Q!>cvW~Yn$x1$NF3be7Xq%+Z z;24?kU>MVYPN_uu9m*IuaNbh(5P&9{UO~A)6d;k;E)d4{4iHCobnkKpr~}DZ?Dm*! z20NN~J1BEBSUigyGqRy2LZ>TbLMT(77Wo#a8?HqwbEWfa>#wzL?#J;qK%f9czQpQD z7Y7W?_@_dtyspfktlLVPu+J8&aNK?4e^11WpLX&wu7ZuW9^G(+r;S!ZCpZBoegY1K zY%m&9?``0WDNw{*D!%~dI~1X+FeFRSmjE=m0v+whh5}8DJFk%tvS-(zr^sCxrW*#(dvC`!KJ=g~GLv$V|IB zN}-y%Qo{KCufaGnec8|QTWVIFAR?wM0 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e9bb27ac2d124f3d13e1ab1444c311534821dd2 GIT binary patch literal 3182 zcmai0UvC?^5npouXtk1M$8pl+@~67%!&NO#${~I0HAv2}b1iyC5G%M=D6n0NRJ8JH zcaP-SwXp_@IzZZo^r;^}LE8s^CBF9QK0^C&?hJP=yLSOffukj7I2>|*oSAH8C9t49 z7I*mBb<6q}4z4x_29Kf3-veP5BZ)Pt{>g}#F&$C(r-?mxMh>x<&78!Ydn0e&7&Xk; zP5gOt)HL5-63knp7O|dLtik-(7W27tYLD8C>{`9%H?WJf(<8d|#c=ri35#;Y#Ww^d zdsMG(M&l{p%u*$?B;i8edA{}H%O^WqJHznB*3)0U*xDS1yTd2Lm%CfLpriRT9xJm3 z2G=*EB-x9```dBCzY5P_**ed;hkiQaQm0*8iiFIY4 zS}7?(B6La@s9SpZ9fo7CwDYcNoHWa3Y0aFHmJXwDZQ%IK0y}MVhW%`72>0I_qs1Xt z(JQF~$weF`@i7;@rgmik_bGfZMf+hGr?Cn{;o;CVt8{b93lU2dkM%V(6YV8DoO3nJ zm=t*NIv6iq+Y7WKc`^~#fFV|pyLQP9$4Mlm=pb($2_V5x4+crR zSC1d|KYcKevErZP0I%p3mxDac2O)^DObpCnYl8++h3I~MB-X%Yv|HlG&DI9-NI-l_ ziBH<+$9FfskBu7BF&Xm9FT4tOsau8D;icdlzstYb+`aP1NuXu%!akGKg!J zWI_OQHe&9?D?LDsbNsiUTen@fhHlgq{Of{C)$hKPysM`CVxk+TlT6Gb6=!KzWnIa6 zH=cB3wN$|W0I-oDXO@}k>_(uo`l?jPJWD|@EIj1hlyiovDxtK$)U-1MFb5Nn%|o-e zw^AX;t6(TL;P!OKuvl0dtesovp;+^JD-VT=&BaH?rG$ETrJmv+>9Ik>C%0Cn9(au3PJKz{IbGm~|HjANr0W97K-$0AA^x z(DZ?7;`&pf0?@u`G_)!W#7aL@ZQ!n`&SDigvx;M%!k*y@aMr*cI=l84%LH1Nd9VGG zhFV`-FB@nBNL^DK3amY)i<`AwzB!9E`vL5CTKcnFK+*2oF#iFZ2ZQ0A#oe-rP%rJ$ z5AT&2wj0O)T%zf7gn~hKjlR93?mXI$(^r>p?`EP~NSs2P8jtparH0`&mfgcRNxJw( ziW~%z1clKx2EKx;LZp?-JX1VX5Ob5GrG^S4@RlkQmheev=Cna2p1_+(`>&E7hxe1Z38jcQhN-HgtF;AtnCHH7Xm|s_Ag*!Sk-OxfFXW@ z1dS0tMe;ck6K6ifFB50bkY7NT$PAht;@NEy*q-Zvb9~1kZO z!!?k+a-$Dm?RSIdGnjjWim?m{$T~T`{XX-Is-Cwq+<_*xLAFP?ccA)#iYJZcJPdUZ zhVzUSP}zjK9fn^QQBrZlV-Pnv--K-ASb_WMmAWh$^CW?q$%J-8j0eo+<3qqILE@Be zL2!2{1p4aN`FH0Az1cb6_?1a9kkcN4l=wN44}s`=P>uBKYNTJM9NDic5h*YL80?!O y%;34Ix=i)fnn1aHSe45atkIY&RxVSK_CKqR{s`lPscL-3$7+VI(Kh&f!~QP-x;ME1 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fab604f5eec73922705e7445589e443f8d65bc27 GIT binary patch literal 1872 zcmah~&yU+g6rS-+9LG&|x7*SMS|n3(Acu`x(PM=Q1))kPLKF#+i{;JyCb%8%D?@3{*9{hb*SZ2L?2m=Q*lnAKZX964MRyT$?tSQhYMQW8s_D*6*noqRVr5t ztKwQFrxiPwvjtH%;GMr;`Qtp5zM5p2RQ}6co%_WknWXXYR2O5Zw*0M#mDGl4J#=xKX<6PxXN=nn z2@qK2=aVM2@memn$lK~R+Qvg z9)W|#lyQ2ozlmb@Oji2s$_aujOl1&MZV;rom?Svw2EnhBFsXM`4~|fWINZX)K;Hy3 zGt8Mn1>;0xf*s;mE^}Cynf3R}{Q)?y`&u z2}Zyxap)esI9%fytQ@Z4LT7^uMKvcc$Xh@q$UAF!r4amM*r^k~Lp)~VQ}8gi3PF3D zpil_c>Hv>0@g6VZy}n5?E`4jw>D-FxJ4(sVASn*dC8I`M4~af{3G4X$0==27j}RR~ ztn5hv>5^(6S2kiWIzXv>23=#(IrNa;|F?;BR|Tz+{s^yNW?tU|q!h7Ei8@+g-i3Du z{`>!rpA~trt3HjyKS%IL#i1_T?cP5YQaIQoyDrpa4XF>nQ=!xpR-C$r!&c2~GPEg| z55ey)^kuoYmcw1v3!+r9nApU=QC_QYiCADWPnDdav1e zeqQDq4t6GoZz4;XthP`WLL~~W8_-6hQNGE(fKCSE6I6zuE4&?IA5S;kMeLKQ`hUyD zlw5h8-NWgITf0uiCe&pv3a|$TzL}M2C5C5N1;e>qZPX8pCr$pFGTFXWEYI>aJWg>v$1HQ5X5+nma~bh+2s1KaDuqumAu6 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3bee1be288de3913827f9f0c196bca2c11933a8 GIT binary patch literal 8236 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 NIk_I)30mx`|37l><;Va4 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0366feea631c9586fe59d9bb765692ca49d4e585 GIT binary patch literal 4742 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 kmqlpF literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecef2a82d27b7d2bd9df1d78c72aafab8f8c1913 GIT binary patch literal 4277 zcmaJ^%WoUU8Q+;*?k<-UMLpt3c9XD4kd}ch`5_oN$c7ucX$-VV8o6%G*4?f+D~S?c zo?X%*OQH|Cx2A`pry>WcC{XCqQ_(-Ahq?CTvkyfBH0tl0B`K1Tv&4M!p7|cX@0*W} zxjE0kcSl|de|6C?{!N|9&qC)8O4J4shG12rl+>)mbf1^FuFaB(npdq_s+3~1#;n>k zr{th*iB#3CrAz6WSMq9^QU+tTaGn{ZtZ+pd^<0=cGD`E`GlVBH&kT`4-z?rq&bDsiP9-m8@3=M3wLrpkW!;K9eAgi*7Bd1W^% z<-=;I(sB4{?8lvESf+KOkJ>4eyC_i}BsK=DXAHPt$N1rXzNJz@RIXHTw7r9CZ*Hjc z&dm)GmKy@+hjpsK6Wcj4MMFMF{t&BLnAhN#t|DZ(nF#Js}=9Q zSLAxHvXhfZ>_`ip5ZbBcC$ElTxr{-5agNC)w96<{A6r&`Guxh5k;Zu46-SS(5bf4ZR5`3B@Z7<-AW0bpIn|`nyeK37o4^aLQUF z3$*;3L`Zh|CXu&@=zCL9vs%Gg;-#s~y)ahRL8DTaD`G9<`Hcl}&2D9aLN4jPm7mocIltXamG!F3(z7#y!ql z{OnW9v`}00`;T?%&bus!epXXzukdbu)hWxr_4H4G{5A!+!#QZ}SqpaBQA4dPfTd$%ELL9BA$ zL9epYij!4EOWwdbNxGLeX@?2K&X`E0^hFn~fNG#ZUO^~9@bQGX4I_<428@E(%^&n z-J>%cz+nN#aymaxjFrp`T#-4(^V4?{XvAreLl{J~|C}f1{FVKI9;f;4FCHSs?{*4} zmMoB~7l!UqfF;WNg`h49h%|M3!DBSE~e?+k??^Lh^Seu)~tE14A;IQ!#G#@C-!&eNQRh$OUN;>l6+OmGe>bR<_GpJ z?_8XgDt6$|6kE+zWGkcgrV+ctTqc=?D-Y7+jAl57Ro-w1@{RFs@UQi_Jz^vurm zCUS>CW~51qzT^yNUi8w;L%vGu2puO$+9+3PU|O^CHH`fQC89qvluFnoiAnkZwm^< zMEL+`7g^%rD;6Glp8t|+k7vKkrp|@t^(kmhy0!cPT{(7XNeTT+Ik@q6n*A8$+*@u; z-7@9G^oVxTv2g&c>+~E+#n_RTrXfG+$VF49!6t$s+?fK%j5~k5$~OLi9YgP3{Ce-* z&`Ky~l5)&OdQ^SzJr|jhQREzlkxf`^qv7bCaNT)SF=Lw?R c%|tu5>4}IgfVe;*{jwZy4R=k~vaMzF|NIKQga7~l literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fea157db8acd550a73bc7bf969cf0748e198ffb GIT binary patch literal 713 zcmZ8fJ8#=C5GM6jET`#XYJY)-ge}@BD2f!$)WJ(Lc`+1`h=k}t94QAeXrMs5_CK^^ z{}R_s`3FI!9%Tn`d&GVC?m_bI$bLFKASh?>Mnpa#ch1-s^pP`E^#OqsP8-tF1*MLA zjo11MpOVy11JvE(F%Nn4gDwK@eH0*JM@l>qU-sW@ibVx=8hiEhQ3`f_K# zKY90-salI;S(Mksl~7F9k}WZf_rS(Fcm1;)D5Ml{B5!Rr+j~g&O6oPji%CMge^&IE zB^eDoIKprq&oAaq@(`wIkE4N!W8WsyZhbu>2!9BMad|(;Q~LXekS-E8Nrrbyrd+V zRD3+UQyOpUrbUAC0i}u)-B-m}K9eSzB!;wloQ0$xCpk^tSva9GrSCUrok0k_wHV;l zg+2IQ_eL#;=xGK1$0*5h=vrrCKs$g|Pe)#_uCE}f4wt@e_Vo)!@XCWAn{)xDlNx8c f;Pfv<5JFki39<5r@pNOH>^0t`PsW1Myg27ScvM;r literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0eac35b85f5cdfb211c41f1573596d832d2a6d34 GIT binary patch literal 3393 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 I#q>k=AN03jb^rhX literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 00000000..6cd1106f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,150 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import hashlib +import os +from textwrap import dedent + +from ..cache import BaseCache +from ..controller import CacheController + +try: + FileNotFoundError +except NameError: + # py2.X + FileNotFoundError = (IOError, OSError) + + +def _secure_open_write(filename, fmode): + # 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 (IOError, 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 FileCache(BaseCache): + + def __init__( + self, + directory, + forever=False, + filemode=0o0600, + dirmode=0o0700, + use_dir_lock=None, + lock_class=None, + ): + + if use_dir_lock is not None and lock_class is not None: + raise ValueError("Cannot use use_dir_lock and lock_class together") + + try: + from lockfile import LockFile + from lockfile.mkdirlockfile import MkdirLockFile + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + lockfile installed. You can install it via pip: + pip install lockfile + """ + ) + raise ImportError(notice) + + else: + if use_dir_lock: + lock_class = MkdirLockFile + + elif lock_class is None: + lock_class = LockFile + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x): + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name): + # 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): + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set(self, key, value, expires=None): + name = self._fn(key) + + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(name), self.dirmode) + except (IOError, OSError): + pass + + with self.lock_class(name) as lock: + # Write our actual file + with _secure_open_write(lock.path, self.filemode) as fh: + fh.write(value) + + def delete(self, key): + name = self._fn(key) + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +def url_to_file_path(url, filecache): + """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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 00000000..720b507c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,37 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import division + +from datetime import datetime +from pip._vendor.cachecontrol.cache import BaseCache + + +class RedisCache(BaseCache): + + def __init__(self, conn): + self.conn = conn + + def get(self, key): + return self.conn.get(key) + + def set(self, key, value, expires=None): + if not expires: + self.conn.set(key, value) + else: + expires = expires - datetime.utcnow() + self.conn.setex(key, int(expires.total_seconds()), value) + + def delete(self, key): + self.conn.delete(key) + + def clear(self): + """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): + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py new file mode 100644 index 00000000..ccec9379 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +try: + from urllib.parse import urljoin +except ImportError: + from urlparse import urljoin + + +try: + import cPickle as pickle +except ImportError: + import pickle + +# Handle the case where the requests module has been patched to not have +# urllib3 bundled as part of its source. +try: + from pip._vendor.requests.packages.urllib3.response import HTTPResponse +except ImportError: + from pip._vendor.urllib3.response import HTTPResponse + +try: + from pip._vendor.requests.packages.urllib3.util import is_fp_closed +except ImportError: + from pip._vendor.urllib3.util import is_fp_closed + +# Replicate some six behaviour +try: + text_type = unicode +except NameError: + text_type = str diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 00000000..d7e73802 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,415 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +import logging +import re +import calendar +import time +from email.utils import parsedate_tz + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .cache import DictCache +from .serialize import Serializer + + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri): + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + groups = URI.match(uri).groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController(object): + """An interface to see if request should cached or not. + """ + + def __init__( + self, cache=None, cache_etags=True, serializer=None, status_codes=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): + """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): + return cls._urlnorm(uri) + + def parse_cache_control(self, headers): + 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 = {} + + 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 cached_request(self, request): + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + 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 + + # Request allows serving from the cache, let's see if we find something + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return False + + # Check whether it can be deserialized + resp = self.serializer.loads(request, cache_data) + if not resp: + logger.warning("Cache entry deserialization failed, entry ignored") + 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(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() + date = calendar.timegm(parsedate_tz(headers["date"])) + 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 + if "max-age" in resp_cc: + freshness_lifetime = resp_cc["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) - 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. + if "max-age" in cc: + freshness_lifetime = cc["max-age"] + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + if "min-fresh" in cc: + min_fresh = cc["min-fresh"] + # 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): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = 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_response(self, request, response, body=None, status_codes=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(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + 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) + + 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) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=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, self.serializer.dumps(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: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=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) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body=body), + expires=expires_time, + ) + + def update_cached_response(self, request, response): + """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. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + 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( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self.cache.set(cache_url, self.serializer.dumps(request, cached_response)) + + return cached_response diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 00000000..f5ed5f6f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + 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, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # 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): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + 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=None): + data = 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): + data = self.__fp._safe_read(amt) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 00000000..ebe4a96f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + 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): + """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): + 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): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + 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): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + 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): + headers = 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 {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or 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): + return None diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 00000000..b075df18 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,186 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = 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) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data): + # Short circuit if we've been given an empty set of data + if not data: + return + + # 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 + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data) + + 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 + + def prepare_response(self, request, cached): + """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 + + # 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 + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body = io.BytesIO(body_raw) + 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")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data): + # 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 + + def _loads_v1(self, request, data): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached) + + def _loads_v2(self, request, data): + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached) + + def _loads_v3(self, request, data): + # 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 + + def _loads_v4(self, request, data): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 00000000..b6ee7f20 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 00000000..8db1a0e5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,3 @@ +from .core import contents, where + +__version__ = "2021.10.08" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 00000000..00376349 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50736c94e0fcf81dfc9f8ace3ae998b995589951 GIT binary patch literal 301 zcmZ8c!AiqG5Z!E|gi67q;1~4JOj<7rO2r@YmvZ&wFL-hm zJctkG4Uadx$GGKkAsBnQ#U1a@B>qCO*z<%NCM|T>WK{hfIS~j`PpTw&8%Gh4X zxon+{Xk(Z!P8|}yEw=S`Q*G+1zJFX5bJ03NN}-f9%~wiINWnO()Q6zUWF-22ht3TM zG+K)UCr3x{V?PdNJq4eV|I48H;v73?VM04WZ=Qek9oIuJ5!e3E9uKb=z#9)-Y_%h3 fk)nAqpp>yDDpmROTs{m=k3H_vTcKdO7Nz_Fuxe7@ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30875aa169ca38827bb4163ca271d2d039417085 GIT binary patch literal 480 zcmZ8cu};G<5Vf5q4G~n87}=3Jqz17f1V4a~*s??+K3YR!M`x!9#Kz1&z{oFoW#SiD z;8In9ILYtyp3l$k?9NWcs7`SYzNo(s{^O*=~ZH))xU5M|N zfbbyl`XS5nA31a0B9tC`nDLNQwb$0nvXEA|=qhv&c01k8%M}=9ab5#@eXUWDKSl&$ za)yh(r7tdqX$;Bw6^89fsgg|AcOhG=19xGx#<)Xm{2Rl`U^T$!qg>h+B=*Jt$~%j< zvg@0^)%nVGL;C;JDVn(VOKT+MTggUWZTQjr@IX54A@8dCwpxIbw1(WQAvbHtvTQ4D g%5vV_hxE9$s&C+gQx-QRNZC}RV#-sVhzXyFZ?t@j>i_@% literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28ce55e7c34a6610bafb72325e4998a5de713e37 GIT binary patch literal 1539 zcma)6&u<$=6rPzK+w09bane9h%fUq)@F89*Zm2>ru7LnD7O_;=%WBz~#!J_`%gi{x z6gZGv5&uFfaml|lR}P4C#f1yJx9b!`dtj`2p7&NJs<~ETbX)mZVInH^@!wmIFZiT`;_4CYm)DPzIFClt&45pi_R4d zeX&{JfD`nDh%M2DC|$u0Nq^^DdWlpfeVh);Gw+8N!}DhIRQDEzSZ1=Pq*;-nk~K2|g?F z=V>r67BW!FJeMjsDb$moTxQEfx_7M0xm5DMsupnK%*=~CIF|WwkfqY6HhLeZG&%cq_7O(%V-uoC|vpkB4WW*aA% z?;Cgnu>qhB_yf9m8JoFnD;bN($W!xDBs`9hbQgqy@?Js&L*pu{!o~nEel!{)&S*NE zePVYXjz2sYPQX@yKdh{;f>nXIhtBcQT$gWfW*f0i(ll|vax-ccS2!Mk)eu83q0KIs zU_UuO``*OVu^CuFR7{r1{acV|h`^ zyn#<-3vn$Mv5D7GL2}h5h<%vPF^e7Aq;LOK*mIpOZ4?!E zR3Wcx9;@=L+~Ny;gqv7N|MG=?@Tt+4UgtwF;Z%H(3-Z7D;1jh2j?^}aTPR)w0o8N| z*A<=@psah-+@Ip+T@-KDr}27!8)%C}kw9OvLfiKEG?68KGO7lsa detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name + lower_charset_name = prober.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'): + if detector._has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get(lower_charset_name, + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1b849c6b11b7d45f46055485920c032516e6264 GIT binary patch literal 1925 zcmd5-PjBNy6!-XF95?Ou&$6W~2Xl`mZaz8~Phf~05TO>5SW8Hk5Y+WpPmHcn=tgWNR@X}Gu1&O|7Mj13ZY8ur`zNjI zgq6^NcQvebw7UC}K&m=XE6>vClyVWoJ5{lR+^1vM+TDCb+zF8=n=8h_f_TV z-KU+_LA!2otV-Eo5vJVo?FVtpO<3R-hyiYL^`JXWehNc;2107NCdq{^)(cGsZA}^> znVHhcwF@#Q7vx7G3F=c#+85fC}=P44J4WnMYp)NtDt?873!L z>2n?B^?Dd2dOeTvOC#VsnDlx@%&UjHFETh^8hWgM3`$YkRUUys7+-`u@P?6jLKq?c9EAPfUqBK<2AZ7yZ(ZLw3SUKfo zG5)*8*We~z<;@XGXp@iAl=9{o<0s8*9FLP|^HgLb%ITY?2*G0_M=Wi^(VjNrsDEic zY<%#3Q$&((X2IYj7*f&9qO1uJN<+q*gHga?_onYhX(WBWkxjS_CEQ0;tb%YWE-?v= ze;mVxw?m5cTTsG)3XB3u3Y7l>N(iars&tPRPIMj(wW$tvZAbg=!PLl&+2S16mrhLH z&5h$bQxoNEd9F>Z+?uU~`ke4Kc&rw3ZFV=ea&xYOpFVpl2k#<-aeOZ{elZZh&l_?* z*DpwDLe5COo$F<%hLxZ74(_!vBmi&c{EwUPhW;uboiQPzeteB}fYAR2?A(DnId>w# zHXl9u@T0n+oU4{p?trC7QHYJDoH$5_W5CEu@W0I#$Q;NR9T)=HF$db)&=!i0Z}WRF zQ$QEk%H~vzV_BG`xC^Vwc^n5xKMc0N!W5Xx)z06&rm4o`m<@thY=crdLN4QkPU`RQ zDyGL>`2q^yWQ{MPSVDoh_#G6>AXE*Y40H*d1$@a3oT~1%KHu{{`Sx&EE&B+0L8YH@ z)(0L{OG7YjoWja}tKHgvw(lSAJ>Bi>9elB)YF9C7kWgjC?2K~d!UkN5vq+BAl0OQB ze-@>FNdyb6&Vm0;tL^W9{G~Er17!zU1}(?eu^uC)sj>y*z(0HgX6iOyffvV)QM`Fl9KTI~9|daUG)Bj(tHn=r%{h+B=TW8>CzY~&?^ZR|obJ4A=JHgz3lOyc~l z|4_4*iK7>J+I3g0jIVx1R|HiOnMKoaBFdw!T>gu$|1zrL<8R0J3!*5J-6$0Kjb8#H XVc|HY+lVcJcUoJm5h%cLjN0nI`=$vo literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2f501f964d8235d3e62c28edb4996ed051cd59f GIT binary patch literal 27204 zcmZA9b+l0Bwl;9OQ@T5)ySqgi5e%f+w3Jd74T^M^bazX4Hwf603#6q{?)vTT`{R!5 z76(ck;9FWcieH!i`aX7q2#6;k$6eJ7R3jP3z zWrf!EjjqkpL=2^Lm-}T9UbRAZD-;2q=*|%#I`~HQSV$GoMzs_flgyYyZVbD<3Uk40 zxMdcc99Dxd!U6Ue7<$1;;oy)t$jZA$-w^sL2|v^}1?d5MY&CqF-WjTgghN5TW@>~t zh?ojI5KBYDYr#z>ZJOZ?gndJBaE~{X`saUc$$u6{ECV7zRb;R@ibFFQ-B8g8XL2KfEtO`e1|VRn?jvbfz#3 z$Oopa;Z3(-MRL=S79Y5k;n7szai+YgbGzv_Lh}T4l6N3Bf_g86{#Af_E(V z0xr4SNZux1a-YMVansI}cs%HEKJl@C^azCMpDSQT(IW$2h zZQT_Lf<#rF?N$vClqB*4g`448!LPtKXs&4KIdBVT`P!iF1T_Z9tz)%Z3etAV^$2GK zAMxgDD?vdgy|H~8mGGsLOKR@#ytlktET)vNDP7nbyp5o!jt{6GEnGwMhdSo@Xf_&t z*ha(rHd_Glkv%G#v6+l>a=&6J98L@N35WZ=QOmTO7QDr@^_C;B+y;5ujFsAo5IIuE zR^AU31Ul*?sB79x3Nom+mn$5q3a(-KN;sd=bCk|uesGdlyrMcvhmhcY2oAdF$fx%( zFRq(L!TdWfBk(-E^O>)N!)@7)@cw>W8UnvdcupNB!fNn7svpUC>H$XCV@~J==N00a zHZ}BuNy76~b%yKV>s;VVd{^~H)dlAM7M>)?As5~u{2PV~EmRndc@b}MXo6g-zc|i9 z>wgG0g4|4@@Sr4uiA){1MIc$Ize>SgCyr@_uN~(yNIj}vDOADIK((c%KlLT1MzsR& zwwD>=2Hz5NNBB3h*fNwR`5T^EmFF-bjbAz0`m8!XPtm37G8{-BuBIP=Jfe;t013u}9Z&`IU@Vho&6MDhL zNGigYQkp$v39`xU^E}mT*^$V~ATPtV;9J#W3O#)^Yw@jPnwndaj3laOc^8dL?z&%D zx}mT!Tm;hZd0WFlL0hCLLyf)h9!@+Zbg0(a6RQVk>loqNkO{EWic%-@DW}Wg{?06iQIaSc-l^ff`Y|{SC(6#8ebs} z8L64=6g)7puXBzj?TkIP;rmSPN8Zk`H@J@KT`YSD8j9eyhgyR^1*&zHZl(G)RilCT z3I{QFfIml?FRTWG@J+-r(#R?x>k(`>atHIbj-9++%x-1_NDUpGRl6Ggitt}47-pFp z?vhCEYu-b-J$hSvvQ1RwG3{g5XaJWMBp<4s1YK1)0aubKF8o4AKk5hCZ4?FlBQGTU z67HUN+Xq*b8KC->LOO-7dH;YrXq{@4C=8hR0{FQ+0!B%^V0J!FRwvx=ZnpFQ{ht8o8|m zb#aZ+%s|V0fF-ZqgP|8JhZ{k`MBp59Z^_kkoR5k8hR80FG6+9N)ngqSJ>w@dZ{i(_ z+)da6)nU@cqv{rhK^tBNGP*4D{$TTza6egQ0G4~eqiH#U{#)J)g~={n z%^rt&?TJhrc~iK7AZ5ZZxPot|L22Rs@LD6OzeedlymZW2%*XVuQRrswJkri7+!r3V zQCWN^;A$gn&J1$chenP<^}ZQd3EJ!~@ytD`nyXzzq zeHQz5tVEv-!5f9`2&yxai2QM?xD5LYdhqjG9zt8 zb7I~$kZ)DL#L`Od1@BGzM5-XR4C88MpYpMsXWwA3ZrQ$f#8xb76m6T_hqt# zVeq}Be>Czk$d%9pv*aeZ_yZ%q3Reh9%hl4B-i&7yY}d9UQm#QY&@ZIrDBLCC`N*pQ zXBB?!8nx&fNN;NJn1Ya|8u2Pp0aqwjInj_)-yBJ7fup5*bG! zpEE61$SZ7&Dp_cPl^{E5ejn-2mi~n)2p303YYXSgKxDVeHuR0a@DJ`uO z_A7itUu(kyGj20?m=Tm-4=)siOyMt3xfO6_J=9IP?}hp8ksj#*d=2I9hTuS7#7Hck zlAF$!2SE-o_dq@Yd1#|-q-As6`vyft`hfSAww?%PQ`*ax>E%XYzQJoN*IVyRkVp91 z@E#&a<4m3LeWox*_()-`*MH3Whk3$Gb*4;k(|9MtGX)(YSJl?gcQBvQruZ^gdMK9T zk%vXFChQHq3_F6V+8V=+rnHT_EOz!Gz{OEL)A5|CBK%9WrH*w-+t{dHSP1T*x~#3a zedmE3;r-(-bHY`FZ6I|WqOG?5)_+D{T+6(pcNo%AOe)yr@zOG5$k<6xB{E*g&D3!N zBsrE1yw?hedG~+|+NiW}7H|^YzaVK9j+=3wz6HR~2!C#PIk##{OESziL0+0$O4t`J zrQ27PJAoy+yJXUP3%Dz@4)}Yy|BQTW#xLfM;k}V-0e3Pa2o{DX2_C!4DSV%q@rQ>R zAh+DK@7>@v@3fBW3bU;h70bH{Z7o>H+@8Y02Hlj~;VC)@lQHix&&`;FAWHZLo)L3- zWq?~m9>+%CVIF`lJA!tR^p+k=OH^&yg&P&-I@k;Qt~b26j&X1wpgKcyUz#VYM$_Ad zH$?S4Ga5O2cEihtd_hOy%#1=lm5{K7E?^#a~SNOuM;_=4YC@IocSl&VK3_%eie{jUQa+#gD zfZPJ=7ho;|cR?XOs+UMdD8ve-1qbXqQJ6#9TW0(!JV!>5yQ{PGO7CKIuXl+J9K2W+eG_j1^%4K9C}l@eOabF z1)25!OX)>-DMCy2$Oknoi|RN8KdBxk?PJm|3A3txhV-`K*@T;g{)iyrGRSx$rwX&H zmNU1ZlT0G*9N%igvl+P%F;iFs)9YdG8FvhY9$T-k&KTi zooZTI(}qzH&E~mn`L99wBAMaRfuv_XCpW*sG`$6NbOb3+WC4X=T;o^6M;bmI?mZ(j zAXu#bdvwvps;Fx z`}*fe5gE-rVe{gsN+6gA+|r;t1{Kj!l=&T1F_v>$H=_dCraOKDw=pE=47T`;QFCJ4xb-vzdz|)y;^rl0VANY;usV{d_xZTLA z+SWT*HC{7b6B{)N2L<81!rzz(t~%W=q?5=UL_u{O*A#MU`%hss(pfrwl{;tsG`yGQ zz5y9*g;&Bau+*gG4s!*4Y{Rot+D!O{i2`@spzf&t1c{=f1_e`gD!+K zf(MZgPf#|wn;^HCYNX{y)zEiv1#>Md?ToxeK?1pG=xZxXfP08O22)3_KjwJM0=Iuh zF1n5wOkLqZh3tk8rFjzYBDp;jj1<-i3&BoGFS^SN3Zi;_FA#B?c^6d~r#npAm*~%u zQBUCxNNx1L61fn|-*UBd+=lzsGAZmkO|`zZyC7?XcG&Nnb+ z0bdd>RBZy6IP`*yj{S=n%XBoe(H*$wI%4X5U+#&0oAZ{#HKKm9tM%2JQAaG`DRQwR zJu}K%CKY`vw6#DmmV&0LM_g^C!Uqb!%e^pnmE3#69QOTC^`*jUg^z@*9cK;mv9J^c zO@IsdUUHGqQsI@hzSOS;{+94HSk^M1DfA{IBc-3{XvMTK>IS9>f(~%&3`z>J10;vS*f0#5>3x@~j&RY5++|RN zaJP-l(6Wiyh%|Oc75uF2ptd0jBYC-8uWR z1=XDp9Be_KI)nsOcyBD-McY97#wa{h$YW%G%dFM*m)umjQ&!kuOvQKioU(@JKk6#{{Zf#HzyhWtPo%CCUY~Z?t&Yx@R#1GRBcwBMq~ou z3g(V;rcKO$=>OE4F;oyVCwCl{!N9#uTMO5RSCF)~QSAolD>t6E+)1WksU-YNA)4Vw zD7_wdW|i+TcrQtZASjc>;XP&t;Kov{Fi*e|4{osB5av8cWxH+T4V7EuIEf99z?{}v z!xWx^JU3&Q>P|BzgG9H&Tr*Os21|%Mr{gV<10WNySMjl!IqDM(dO z!uOc5H*#ON6soh4CXu^=FA3&CKIKP7cH`|+J%M09FDY|?nH{nOe_Q`8;Usf!(KiSE zTxPTx$y8sUPtHqf#t*8+++`l`tuPlnL6uCkoQGP2FC7J`Tz3`lF?VV1DJHAV*PAFT z1c&rirTL&43lvfszF6;N>R;%+!n?p5#4Bu2awF$B#J4&Y>RrUV6XN`fN#Xy1@zPg$ zh49s&1{HX7%^iUtMdV!~Ww_Nr zpWYI^OPRxR39y_rXt)`VmSh1))#TRLultVExZ`3_Y!=Uh(OI^K7Vy-!;aROvxhN2)@4%z`cS)?#|- zSfhGGwS(MI-XV8RfOH;~PeWYL(=xHCIviGmGs0(fTZ>>FGtu1ik;}lnXWA0phgQf( zeH`I>;5%{~c&Y66r)zvf&=@OhGrUjO5u`V0xVF>^De2p&?Ff;7BmDfD0Mf(MBD$eFbt{^>0eQH+&|qx&_k+H=7n0{bB@Z z&6r~8mzcMxZe_MHCr}-w`7Y-4293pXOl~QbbO_Qj&sB?rx!?!uPbcj-+%AKDMvwvS zU4;`0pSj;jGlt5|qO>0^6;WN5d#-Jt-QttH{gOd!0o9YIM<MJZCQm~k+4pdFYQXQnY+%YR0XAS}Xi}{4` zB=Zyc)#N_FH%|4ETnW8v6izYe<)Zp>PHD?QPzJf%Mn0hGvT#1{109pdy(0HBb6VS4 zg=nNLfXf-O1npeo7?v|24;6lP@w3A2c6%guPS^!$Tr7iZd0y@UbCKx}e8%g)P3cc^ zmzaeJ(s}O7!YfQS1o?G5G3}xCb6G1oeGv+2il@DSQccgrI1KPi6j8nCt_YqR?1)k5_=mQhMje-9mN2$bi>hZ)w%?NH3YT zgf|ViE50|tjV+x4UrL1~US_x4Dd5jt<2JrKOhF_6w9#M8r*8kZLQGy!9e0JrG2i2r zq2P&W%Xn`LIwZV`;2JZ@U9R)~(U!oYlm%Yo_Jxcr%-qM9%8b--ubG8RH+*+#ZmDCo z6+U7zDNJFy!Tk#I0Lx|9xG0y_v>e**2p_6$H{%g+s@_jjClh%^+hc{FdHr=XLE4Kc zLS#{VH!PFTIR}KV5Df8c6b~;H91Fc*f-tE=JOb|Ep}qlr<%peK{3e21ktZ=N6Ynwb z6X8>)sA7BflJ8F?{W@oU&0eR5{>sVp*wLFEl;F&VB%Rw&^lIjQe$&~07=EQy6njVuYWf`Vtlv#R+KbaKBqSmH7(L8jWMYSHRKru_pqHe?Q7Ip71Hn!D+JV%mCl zY3n4JfdBPS8C*O?=moQNJQUubrH1c5i;#kPi@C$~c2}rv+F`1)Dr7S^8!tOE zM_31Bqos4m{o{T)c|ECrM>UtQc;vUi%fmc%obGa!%pGLG%DiU^`IzTSUf^Qhs4(Gg z3pZP48O<-5SIk~ZXQgziYCgE+_IP4ORr+qZUmv-ird5;6Z^lM*^XpiSsxHla;Re9n zbE|>C?L)!{01wjfi1$DfZ+waK=%Vl@EB`#D%m_u08phj|4 z2s&b!miX4#$p4#%h^h*=dCyg=3GWDtVwsC&5gD_Xb*TO|_a9+=4_biSzjbWl71LJ9 z+|LZ!W>9gtA$m*jN-{635TWC)-kb&%lDj7?1rl8~C#uuDyy4tnXylVoP?OyH4%R2U zL6Auyo7{M(D~zgvY9k6ZG7W_<6{f@OCn%2Z zVJ_41A*d+Vj;idI`JU1uG#6#^gS_S)RV~KLXu;eF8l$g-pfXd1Ie@+ZmL{t6;p%(j zgbFXP{K9+SRtr?8M=nTxPF{TUOQ^r7ZM9b@NBvXYI7&0B{!2?$Bclte@m`|;Pob&d z7lC_dtBJmyWw!8E^VTpkjC=-C9YI;b-_u(|m`k-LFAt@e;2zUA$jj7H$V=KKgPLhu z2)9IAZPi7>CaN=-=Loh^uvp=U+L4gUWCyCg2y?*{UuRR{8(Ve) zPRXQkgJcf&J{e2UKaBhd0A4E0%WMXIq_9l*ju~IbT{V0fg0)80Rmez2EjQgp^X*8H zOpY)Y?2Y^p($-$ba(wHAZ-kG{=xz9)7JL_9J?1LXA#leqM}dnAH_{53UFbE)Y>>{R zHMdbzxaJD~@SZR;L%Bg-G71`bn)>=?G{VwCTP?!>(3Xvy2IQOZr{PGO|`X#Ys0jSY(u{j?o&&DuJ;98JJqNPtu51!-1S)6D|8fg zi1e6e)_*}uE(#*#64+=p;Q=jQdcjT#Jq>!UBO3ZbNK>hn*KwbM)>I7)`GOH1Wjp3W z%v|&n2-=`6hPK4CbQE?*f1dg-ylD6q=~yGz$|o=reH-*$L4FfPqh$tF-Q?B+uh-kh z$kz&M?9oLT*n4y_lJpXED(c#3r{KX*J+FN7B=BfcYaN2v$4iZ^Dnzk3|1H zuQt;gX$8G6QS}in!`GKL)Jb;P_aEL`OYe?+LEcLW@+-XJeWs(X>Qc;GZS-1U9p-Ux zbD5f^wPL*f04{~L-)kLre_&;s2gdKerUjcv3yiv%ct)!9H zsNX=wH>$BzKea-Xq@lTi`CUu@j5MlTY>>ggad^?>Hj;J|_!hHI#}JUA%teE8Te=i) zqiOX(;v$HSpeTYnFff?-Ia6B{J4enU=lxhF*ionIiJOQMOj+BwA zFjvq~-fLC0Z!X7qL--zr3JUS`rc-Ev?+4yQRFjy^F4PriH|CAG`|Z}+jFh~gs(s<(vlF>AOvT5Q&qd0TS>KoTzVrbgKQzK zutC${^5C1!o59RvDpIf>{eFkt4w6L24g{Y^z7Z|6fYb0&tIp;Xb=a+DB(PRTRP!iE zV2>^e!-Y?o*$DDD$sFE+$nTHvxx!qgZNv9tq%pS`?+roQP$dL;P3aFh<}ve`$~JFl zcxJ9`F+z8%e9f~1(!u`p|(X# z64hF&!#KtmEZl}AHrC^Y-w6LpXY8m;3++H31 ztu@QY`S$Il;~S8Ds_&}q=N({T*ke192ZhOL=?Z*EcpgD*3mz68VZJn|yN+099F1)A zpvQPA5G#ETIU1dDv=A0Um1uMR;!8FZRg&#Ie&8yhqj^Eii?fMo?pZ5w5j+vR>u;40xu zXXH`gC458lUZ!-1L6vm8#Wb?aP}O0~-}rjN?Z%hdT9*;ju}5w1dqwyk$OA`ws*onc z1s5zcNujB^)6jQi($n&@wmnD(SZlCBzsL>Y#nw?)^*!EjS~6(68@V8Fgj_k0@fOS^ zcMQ0#6@Eo^-n82e_C9YI+;0k{LC!eXNGv7X;4s|ps!icWDf}TEtv56JKZSKwvk1%E z?Jv1JR=CRBEEk8!SV*tQ9Y-)Xa;-2Ita6u|hEE1g>!#)HksU5KX?>YX!gQ)Rjl7Pk zjT5ib8wY)Q)f)b-yGADAEp2199p&YQ%dBvKmgqjcBETP_s^jZSLQoHP>4B=7LQ;bID154r2g@UK zcdFL+mK9XDz)j)h1$o~g#u@$?_&)I43jaj*qRJ<{qT`9&A6{##@TqXHcY8tPL2}=r z@0mgz%yC1$;D~RdwzmAJCR^q?NETbZ;JsvCF|V0_nF7Go$o)?^+i~h(>BY-N!Fa+a zFvm^%Q?(?`6XjOu-A!6SRG;yN>K*86QB=QVwlZ(b*rJe?s$vc?(ADy(MoAf(sLW~M zB=iqJCiA8+(Nw4MqVv+Ciou&ESJ82r6WIW1A%bG67Us3EObgXFydQkjQzJby4hT=E zW+SZowH1Ks*Yg!67G(+ceS1N(m7Q3d71bKhG{!#nFPXwOaZq_ z#4Corp57g(zC;kkjAVA(M)*SnyD4}~ZdB7|TI*-k;s{Es=0K1b=~2>-G4GJk5ML67 zzrry1+^QwCm1GjrQU!PqmUyPsC#Wy_4+x)+WtNdS?UoePDTP!ZqsVZII7|$@C^?PMem3*9@d8X+OZFl-q@%A*yN$Q57oc_{fao za;e}_Gat)!*U<!hpIVQfaI`wb6 zb1qcdU2Tk?!CLN89_~G)d9l<|=m(t7T5roWQ!PqC1>g$`OHHdN%#E}*s(irtnNQ69 zl)ibCwh|_AoEuD9CL!VfV9A3ZFY~@Z^W6Sz;dr?E;hBOzefP~(^C{$K=3_3vTfi&G z+lTaLhb<&5K+8Tej?%IauCT&%H>g8%PaQ?%iZa<1(o;}OxJXBFUJ0fobJ{XHkhbPM z27c&ZqnSaDGhePf$W^&_3_9x-enI~$GaO_AQwnJdyOrjh04_t-N!}SV+Ayag3m`Kr zmvR!1n!07oFTU<^^a&S1iaCpcEIJe zUDwfG*azvm+MaI{Qw^><^9y~`Nvk1@Zow*KETOcf+yxy=g|&o# zla^b@Wz6rATUAF#xZ}=L8?K&09bRJk-r?0{mZ4hCyem8dSJ*j=F!jP*FwOV80;H`O z_2Jsu=so(Xnf3`8Q&qDWS=>n)zhP>)<-6(y_`WHb~B3;FN4A%&*C9ei>V_^@t z2+KThzb0}`nPn6tRG3f3dvdoyE(#ZETaCFUs%&aY?UoAx)XNEmm0dG>MjjuUe9p2}9OS(oX9dVfR-Zwve7m*gj(wP?v zt~II_2=Y7AI)YMbE1;u|>Uy~kKt|Bq)7i@+-5>d?<`zdHC8DM6L_X{fulS>~H-qh&<p0Kl;s_%^>gioT z!8HqR0WL*Bdyt84@KUuCaA#&KNPTS$n1!mp)7M3{D^tl0y75Y*+U=&@g$qdABfLQP zZ*b)-(~GK9Mt*4NhL{T&-iTMvj7rQ;Zn}+v9{4gLXbds{%cpWbs#XR*g5W13U&3WF z;}O$DMU=!x$VTrXZF(wgBb3)fq&53^9NFYhzvbEY3Nkg8qy zb~7WX+Gb>b)dQ*rnW8pt=p^e^|8&l-%oc^p%z#KfX1Q>$Bkn;uNUlESMhFh!TdTJN zToQ%!%olJitiRJ9UkblszGl8*1~Zo|^C1~sZ9YV95YoM-m9zQ#Ap3+rkuenH8SgjD z!-T_`5lmt%`+=Kl8!2}{IEq(D?x64xbHGQvNUpp=mynKz`=<+GT%!(KQ4J3?DKG~ptoP}Q&ih4 zGQQl>T zm@T}lqd$F3k#?YEj>3CZy(rh+@VRoMtXe{E54qmv{-7|Ana`|5^(w>#rwzXXSDDCb z`06;xd(PC+pcaPj!}pUx%@mH&w*b{bW>IMB<%xbJQwR=aVN zMzyOnZBn~_y_StChyQUU@&5xo=-a zz0uMrJ!6G3BF)Qz1v_@{+OA;FKHa*t>sj!#?masf?9r!7pRN)4`}XS5v0cx0|2OQ_ zHbnI6-LZSOf_>X{>szo(MC<<_7cEe@P{Cdiz1!vQ(W*`7Rvp^)D%c~UN5PgMtZnz6 z1>1CN)w6B8-UVAnbSU1wXS+`e^yqgbPPwk#+xF?w&c_tRzoZf+M&20F<3#%(UA(pw literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e155913ce769d913e70c03b5ed13d1d5954114ea GIT binary patch literal 1155 zcmZ`(OK;Oa5Z?7GZse2_T8h*goFdU01ic|tnxYDc6r|jISvlS%vATY+yDmyqaY?2A zjdJW?vc!oK=iWFmPkEQW@kN*Z^kY5Br?$jTkC0!eEH4L?J=ppH1SgzI zlF^7##Fn%&JF**WODA(9x519|vR2fh`M)W+>e2e~ppqut zpBmAh#A+zaXH|@Z0!z1F@H8I}O>D#&%VRm!sRmnT z|HI)f8xGju)4}_X2?V&a?1iRZ0}v#loJ7_I`9eA6*0~?q!r?Y|&dH2MF5o6>z}^LM zNQ7Cp>NbX-rWn=YpkAApv^j}9eh)*!HEh`G^h~|L9GMK0_b3QoQWQsTw5R<>vVG| z;_{t)qpB{vh!I=&G|VN=Y2$h+o7-miZ{{Vw#ZGGc N;{;m)v_GKh_Fq;98}0xA literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..623f723297df54676f2870cba5ef370e7ae12b8e GIT binary patch literal 5765 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c281411ca38d98516c176d164f7993acc28103cf GIT binary patch literal 2254 zcmZ`)&2L*p5Z~SR;b+HA(~$Iopf){J@DPouH~#^&u07apnRT7gur_ThI``3y^x1DfG;4CjnnKM!Wm{YcFF$2IYgVAwrF?#>z?vD3M}-!Rws4mggm`b- z>|0<`mhy}pik`^0;=hpjB4g6)Fi>9+4HU!SUIPZsB&|V5ZgrDXn-_Fq9Oi)?kF+sl zTpmf;9duJE^BLJ{r`t^ zy_LJ~)@?V{cSf!DPOGDBebgP*C6=k7skecg(y8mMPCMklLcx{MzKNjQEi_BaJP+}! z@X6ADy}fekfHsB5=|^5C|B&bHmmsHJKNcqp9tQ%_%UI8U$iAOH;2AeJGd`UIE;7il zz2_(d<0PtTWf=5&Bs!p1|~L7nts@J7+hkM7BRb`*RrtHZohy*fA%&3yG{C zt|!)keVe3Fjds0E^ti23e~h3w;Rjyk*#*d6>h=5`VQy!Xx&cY(L+mdJxEb!H z6%kh4N2m#ja6>qimH2?dsf=}H%zw44f)k)E+AvS2)}4^Kh;=f%xgHn+#vFbJC`u_ zDVi%+6#yy#t3dt{R{UeO(lo&#ku@fFywN|zm)d`+*MH= z&Lhc#bXg%nm3JUq_QA!y0Pw^Ph8w%rGp`rgx5-_{k@6vxPXuQ)eq1?W2eh7M0-8aa z$@~)^IUq8Bhnf4C518R>>0<{ff&E;0xEnXdVWabW?YGIo^FLNQKQ0h^wAz8P?wizZ z+vUM9T`qEavIr6Xmx;6dG32;fxRy{dZxFdjgbKkKB*SFbK}_d?(wpOsp=@&TZYZMT zph!7_C@;G*PM0{`a^JD907t3v9h#*FmI|itnh&T>VVnbm5x;^)qXe9f-{jT>;GHiA zMNZDpgG2QI4^BnO{!on*;;T~bj$27FT424&b)wSu%)7D8M z<(V*awb7MD%FksqR~91_#%d@kh`16WuQa#l>TV+r@<8L+vqe(Wrj=$|Xz2}b>&{&8 XZ|%sVj|w9`q0(uouveF=e8Kw%)V1uQ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63068c0b7db83c1a2ddfdb62689ee00b21f3d800 GIT binary patch literal 3508 zcmai1TW{OQ73Po>Ei1C)buQaY(ss~Iw^4U(ZLmO#25Hu*lkNrx+(qo7fYOwvG$V;I zMJh8Rr!r(TMbiJ_0DZ}?DA2z2H}JJjdFe}lKJ+F1&QKT2u~7mV&K#aOw>jULqikuZ z;^5g(SLJ^$IL^Olas2VI*uYPJi9tAmB~GJwvj!8c@DjJ@H9Y2g;|O1rUOA#9{g+;& zB-pl73*KUvv-Or?tg*cMoywYV+SxXdkuCak{PD2Zz)z6?sma7b})l#rz|&YUfLsUl14V zd|9|K^m4wm*^Sh;G-RSwowj}c{quK zoNea~+o}b55Nh%^KbJ&lCv3-wkt$zEvQ7tq$QL`(Jj5Kdau}vjPljP0&{wHyZtiQD zwABI>y>ZkMUjO}by_@x9T@BJys`~Rx?bZ8(WYCM(_I1B2l{~rB0vtor&C>e5O!waUB^bQ^`q8a)RDU0kNfoyY$8+j7UChKv2QI+-^OLVKO{rrG&W)Q6N*BB zAz%SpVF#DzLbyI*YtiXX9-31WZ3L^B80RTP%%zB_5(qUca+~#)rH)TKsu?WO3{EKdqj0G zSZ%(0aAjWGakdXKXQEUAXoasq}r@7_Gy2ihrJY$B~sY@W84Em)4rC~Sjbi?M*$S_Nj;V;3d$<1XK=kV#gp{MScvzKh8Jht}!9uwod zbPkzeN2qbI**$be?mg!TKlDcI$QyZ7T>s*J;=E?e!3t|y9r`2x$baqV&qluR_Z;<^ zD1k;hP`TqFHYe}&ttnrW^t(}0np<3^ zog~&>KA~v-I9fZnyViIzWsXynvNSSrmPW}fKDXoqgs24uZ2bF+wSW9=wyzhdJ*l8# zUn&$PltC^NE&1a=6dK0tQ$0If3E};L;Q&ZmD&C4x-XvGDL8oiD$v9HUL~+U^uBD0# z*H9aUhTBQpLyZ$tam^twEYRzGryFbD9;7XDf>SlsB(6A3_?{3AQcO28GbLs!E0K{l zJVRX1@P3`&g%C0??hLYlhJDWll=3$EV>_neA|<(!{UmBhfukXJ5S>JFjS4M!q+4-3 zi|l%3y0P%X-Yq=p_Y(>M{2&K(OT~So`SWhv>T;3sG&6jFaNi%F@a&}4r}FfVk)V?U z|LNlwYww?YK3k5@iKt(1y?u|zBI|{^f?c&zzDQXWDHRRXRZ#K;WS)R6c_9C2aJl3Q zv9@_tD_Q*I{|#*>@75SH^goi+X7H{t6oPWemajpyV?Dec4-O z)nJABtjbWZZ=4F;Qv}VS*WPjvYSH^wObYZ0cIXQC&@;IFN9aagG9dWpz@sw)PKEce zV=-GAm4H=O{ebw>0IL#K*F^x#m&5{4d~Z}b@__1l*yru}YGdT;4WODN0ol_!0E#Hv zieRN5de4@?`Q3z5EY3Jl|0>ZxQSzpz`be6AN;T4|mGy@N|J_|cYInEDZzTysNK6zv zP>^-Ub9J09Q(=?Bz@t=fs+6{t%(8O~8cJ!(I24uVQl|X&ontJsgu9#Q45?ojFv-mS zuOjaCq=?a8CBvy15=M1!rYe@kbaXM%w)uox4?gTbdbu;+bNE8_k z_}<;#eDL6yuV0{g8IE#Om}L-S8)!h0us)TyyZaC&HN9E%p}V`Y82wt&{iUc8uz0&; z$J;yVheRgqZ2?dmZ*)ayHgU%#GF6|_*B@c11;uT5oj8Ix4NcU^{l1d>xlcyrWhBF? zaJxE&+w<6T!|}}!Cel!Or`ukW$e`*2V=L~8TXq9hrny&jSG|f`X6_5$TlIjx+NtO} zO>WT(o>%nuB(H>FFB5}=y5njXJ{v^IxL01?{`NPIb~b;z6YhNb=sp$?@2T_HqNpXv z%jjDBQkkK;NHi)7>U%VNLSL)Y)5NWw#7!d9_lbUkhMP1{w|#7&W>eAaPvO)YL)r0N z_*Qbg3M+fF(e*3Ly}ryWH)2j5NKpq%G9C1E(cK1F^QmkZ%XCbQ)oL5t^6kRoJ9Ox_ NjVWI%v#NX1`yW+ciBbRn literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..364c6179d18be04a0c7504f47b984a668a463950 GIT binary patch literal 2927 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 SCBDU8YW(rE)>;&w75gu>E*mre literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..213b2392e9ed847b9e3e766bb6f9c8253b53f0e2 GIT binary patch literal 2609 zcmb7GNpIUm6ehKh6yq&vZf(&C&;Sw8NL_AjP-vqa#xi9{a?$8Q(VVfwm?D)K(uM`} zl>C|ggZ>s?d(t_#?(dBx+p!%tr7_R*X&z_Z`VHgtbyI<-#y@30Yl`w4f~!vfKn;c% zgP_Vl*;S}Yb8i)zW9pmyAO|>43xEp}=K&X~23V8009dC6U_;^};1V?fn-Xh)@6k2D zYZB{py{D8nX56fYA&HMkGG@ez(ushXmk^ILk_tuv@i-lg<1~>f{@CM`C1mRPC*Fuv zOmo{ylX1+qNz02!BlIGvLY`1BsvNCgZ8Y(Mu;Ry)vgw0|?>#D@8jN?Jfndr&1^;tY z9pq_lP@wrikroCTErPvTX4=s-O?ru!uvyO}@bt%lAPg)goJ~0sEK1M^Mrd$+%s4(mREE4u5_*hiIv!>;AldrjNUN>;DAnm)I8pSz8hed`y6ufxVt{C-{?#}iiN zX%sPDJ&XBCb()6hBzSr%reiSvIusN%&LQ4W^^`@Y)i5|(;_oWod|eem!k#WuBdXJ2 zT6IB<#=N@BTNMK(D${e0-Wf37VO<(ZK`rD9s-eo?Z)6CSYcRw!5FgIaK&RTkp!%T1 z3ar>r1|~C^)=-!Z^Lx~Q43@Huwik_3sGXf4Oc-pWBYr zv)rD&f6%sfY^#-hvihyxt+(vH-Er#e%y>~hsH0}4?RC0V-N|&P~)0!^}Zz~iGJ8ZFvn_hSQm z(I!)Po!w{+o`>BpLkO*LYq&}+t8X>?wzHcVJDo$P<=XvBb2@!@-@4W5&tY4FTW_L3 z^xqEdd;U0x*up{Qe>*5WC6mP_*D2s5{VewS^=>~aTHS7^n`w5x_aO%#flK8J2NB(H z5JOvoA-)1}SA#KwYE*x#yio_GWkWsavDYb!eAW(5SQw1sn9hE>J0#(SCQ`pgkR3c9 zx{(~mVHlr5?MMm*K0OWMRFF6Vsz2B>oL4X140TF-`K?biGDk5*ga@B{0_a2O84Tks<#9fuKpk9czk=<{u^4VNO z^nCW~-34)ZS6+sYTo5i?dMp%B8(i)(9QL37@j0pf`r5Pa7f^CzN{upV-mwR z0#;5vf_n=KD`Y}`WJILdar)g(o4^I`$B_sq+;|kqF=PqU;_^cN2mGG@jp8p9f1>yU zgi|ivny(U2j94Od|MIt+nG zrb%0nFx-#0=9G=a)u6>kui!I6UYe4cC4KQnpd+&>wQoBjGoCHJB!0mB%5w_JmcCWm K+JsShxcM)Toq!_% literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c308e16e888d690dbf53964e8f876cb232d1f83c GIT binary patch literal 2656 zcmZ`)OK;mo5ayB;MM;$GxK5fhP0PAZ6^)f9JrqTeCa~p1i7gwJTNDI}h0I+&Y?6|9 zDW?|XlMUq5|6l{X_>y1HU&33_Q%*e;=%FZz&MYN6wv#1xIJ-0Zn3->8d&Od2gZ4n& zH6uM4|hD*&^g%T4?wu)5vF-MBc8#go@*__3}znYJX7&#wC!cM z#j?yk)DDQ31wO~}inm#TIft5;V?|bifBv~ehjX1c?4R($S>4x&pKT2%{`YlWjEM! z1^0XHs5@+K2HfS+Z}zzh%VnqAie1Tf2Cy8@5*$>6E@y5pa^s%bs>^s3cUyaI+~E>d zPY#+_(z>rJr=4mC^|FJj@~-f5YrG4y$-M} z1OPzVQs^tsCK);Cb0G?F|HP)W8+Bt!lU(XxDnsFbM4+7j=*P8swNa&w+REB;ZK+mW zOe_cykC;Fwh%6EtRqZDa*B+v-$l=g>y1HI{SQnVE$y5`fxXWR0>h}gwoLr%4XgQ-k z>xl|p7;awyoB>oJ@#p({q6B7s4qd(rWQJJ8A=B_7#cqv1hYW9AOpy6W2z)Fn zlZH@34=boW0cHZVBOQZ_U|7_Ca`wrH$f=z?gFiJ#B$e*u;|yvX063|oV3AeS9)n_| zoD)UZRDnQTM-J*KL@f#$=4vm zGEDzk(>01f%rIk{hgyMeZJuq&P0PJ`Vy| zc9s&V9H>fwj|%3C#NuIVCMj9Yv|a#<47j~9ZK;Y=FPD#Z^ZbEPOka1rvPY@c*-3D0co#g<)?9V+|_?i{%C zcR1?GNxuL{V0U};7>#8~M5$Cvv39CQ)6+dY-CxhNCK{E?1p$7KjXR`L6@*We;eT0R z9s`;0GlGBxEDnUBsEVS1k&2E5BL2PdR)ki1D`K}d--685NN6*TPIAlJVXI&^irv}N z6WL#pjyV))&GhJO&ccigymc+IwO}N&-xO3CXVol0SSB*b;vCN7!aG^b;i8)NQS$I{ z*NC(evd_Fpz-?Y98N)bf$WDMsUCOL7U+pIXiM5(@e0v?p3kUy~Doe>@}z8_kJx6S&z zxAXdGt+^KXS?r8J9xHfFT_t6_PAX&-Z{SVme68Ud>iPxqIPc;72p>^gKQ!ydNV|AN z=ZRs-TXk1v(Sr`_0}>lhX*S6^RGJO4iErXt4iY!;Z!MvE+ZLf#S4FFIpmlqFowO#} zg#01Es6iz*kYKDVvY~D))`NwH|En)ys9EgSD3E`hjiAZ+L4IlI%@ zm@;h4s+?Sj-V}D!+OsFM`h)v*E4xh#s!6J{RqPHl)9g&NmjhyzT;?yWI~f^P(WDjE z6IHrB&FBn>?(veY4T+T-X!`L~JND`_btKu1Ymr_}U8esoT#LK0b(Gbg#kvve-%lrS z_TRD*j3ow(z@VB>bx`d*RG2r#=dGh!{a(FZ+dgz}w^vg|gDr5$W16Ol+EK+aYV4A} zq?(pvg_{*nI~WU@TBFMJEt)EIzqE3&bC$hDl#%~=^{y7upDvqz`Q=LK?h7lotBo~! z$-T;=8Y&*?*)&Dfh%KP3uBAunie@Y;X37`FvXm}MDZOPZXdiI3aj$8~dn1Er`eF5^ zl_C0cXd3j}mL>0~o$dXWm1(uNnr$o7Xf}^P`FXq5IcQiJkha>^I#t@)YIgP;hn@D; zll_KOq>_Wq!O_#kzEy_%EWOTdA3C;50Sl9F2VBU;Mj)9pwfkbm6tJ8rDx7u4H%0Zr zUhOq!OaaT8qQYoXRL?W@K`{QLiKNZhsnQz_iDFE3ofyjNk?~3yPY2Uszjk7dd&D4N z*2JK3I_Zsc<%H-b%Ao(!;~(6;e@`*{6H*&%-B<8Q#Z<=qvC;uGJTese`2~}SLd>o? zygNR%au0_iJROin^p#?MgjZ4Nj)c(fl8FALguJKEvnN9TfL=VUpzl%yA#V&x=$iz@ zKWU%w8FVfIA&z|BdCKTaiY56>$|D56dw=q|lyzf@jfcjW6c3d}#4|JI#YE%c$&ZQp zokR%Yp%fce7JY>{;wgu|NU1ph!U38BLK7=Nd*~r3lGh##;N6ctdgYmt^#-iN~7 zO=Cep3)n?IAU|LqddM&F+EdQG^^(qToAHm3$4iR*ao*kCvrQk!R>G+@;aWuov;*@J7t5r;cQgt zR492w#EkHci14I+Xm#d9sYUAL_Y}m`nXYWBWH*R=t<2A)u59?-eh^DT)v3O^k%w9E z<3T3Z`o3z(40lTfD+_ChI6XEw1l;B3^R=hj>p_~SU^mZ#Bz_qC;XxXtuz1BRt|f6M zUu9GLs^Rn22H)6PZ$9gSV&^_`Jw}cJ2Egj(q_lO+Q zjtjVXIp8y*B+5smxQt*C!BqsfdK*THsaK^{I=VC! z39H7YpJ{_Ju?FK`JR~Rt5ZfHNaPH32?c#1D%1HSrN>|V_;36LTk-Uq?833D&mZl|6 zZ@N&hx&|jfsP>-vLq7(`Uo6%O{kWHdn=p9QGJx|oKV9ykHm4s3CB_-PGQAD&H8!V* z@LMOpCa)P-ogG_aI%dn{gub@MkOu>2pQ*25#XX)8kP`zBMrq7WpkQU?!7OA4l%jas z?45(X_kdfSaGQoZ58T|`T{|JK?J*M!I6sde$(JF!2A70&ALoVR%Sesw6DW*;U74m| zxRV{Aov@Y&!fWI&ykUC(1*>qH3VR}r8EK24=T*?-t-1Hw2|?_5=>#P&@7wC_={ta4 zglKR!M>lV!EAUsu|4Ki|Rv>c|wc=+hyHH7C?LFFBVJN--0AKw&WH5M2YAcknnghNr z$514Bid9)*{n1WyXJ>0iyJ6DnNu?bjck`ZF!i#PoKo@FvbF0lan%XT+YWGRIg|zq6 z*7MDE{-mv)R{P;jTVL)$Fm`jLWDGL|CkWPM4mG17P1b08PfDSnTY-3^iY~1;+s(E1 zlg&qZzL#WN#!24mbKz&cu9`cOcrOq#?n=GTdc3vMUVGl=?Z-P!AfBz)9kqbBd1wgG zQE3`La!hKUX+a)p!_f}sb4Yyy2fv4r-Um>lHHLMhOzjUIvrSDwh`cJT(FMB17_1eL z{aLjtu)hkcE*sURlMbJFF4@r9I86M12?%(W98-u%jB92vmYMiJWM@^!l$i!>FYIMS z{;RrGycQm4dLD;)Pgf?T-B6!C5-<1#Mv7ekpHrrz>(lC7VF>N%%mJoynxcsv>?;^4`q3j5 zTA5*XnKBD3Z`E#^y1QAgYDdO-l$xk4;&(pUoz%A?F%%Y1y-@hx1Xoo2?_s(kG&$@g yQ%$hwi|%09jk8xpBXr@)6gnn$(4yd#NK<&xziuFH@hE~7; literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f74f4f8173b068ee0506c8c49afe669efec0e537 GIT binary patch literal 12088 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 s#H2x8d!{^f2(2E-4akiLBSw3*ZWKMrzTm;e9( literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62bcb65fe193c30774a11ce81c241ebb07c6e322 GIT binary patch literal 1163 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 X)1aQ6eNfT-MwMu>^2Lf7FUJ1^bA{WC literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f71149a5b8bda953f0671808b789a66b31a5f7c1 GIT binary patch literal 1163 zcmZ`(OHUL*5bmDW4(oupBGGWtlbZ;m(W5cwLcF+WvKW%NbY`a;cEY^u?t$!v#KV&C zH}J^s@itdap1FClsu#kdp_8tu>guV-SKmyzxY#DJHszZ5=@Ie^jrrw(u?bskf#8JG zjN~+;6m=`Jayzn(Zf8#JMy}DF%*$I*i;|CoyWBe^+!J(aM?P;2NZ0>OAyk((tNl9D z>4&ivy-_R&LVuCvP)P7}dL>VbgMp5<=*P(@Ed-oC+5Xzw-P=l)mg%t8X<584;%ux^ z1yOt>&J|F{?7cCaxFim;kqW0YVc^Psr3dw|)>xw5^>f*v!@5l)$rfLe72kZ~}qp zPIsYkRb2@wVFaY{8B2>)GbS;hbn$E0~AIx;sKaVfRz9wtcY{*98NAR z5RNr@JfC#_(w&KA2i}CFjkg=8$8m9YQa_7}gBn0VF31%Sw|l&HcYT~SR>oM;Z^&yIY|Vl>CE`1@Dt2upP*r5vus8?N4^;!J&2-!oJdv^dajzAY4~qv TExyBHD*W>VYXMLopexp2Vmuxm literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a391380cc81104ee3042efef28422030a5ad1b1e GIT binary patch literal 19132 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 R$MH|&aS{|r5HCr*{|Bm?jfDUJ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d5446c8dd96547855d6ece7d4ac49768e6de268 GIT binary patch literal 1171 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 U)y3~*qWmU5Dt4jRvEs-4A0JiX)&Kwi literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8c4a9b125d1a6edec0b3f211be20f310f92712a GIT binary patch literal 37667 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 IC2Rfv05j%e2mk;8 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5de5cdf1a6c695ba67c46a47de77f71390ff1250 GIT binary patch literal 47908 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

9~&ajJM4~AU`dk8F^M4Lll=ffU`^Oy&F zIJWV`&>R8#2JDfrb6~r`;)#yw3i~>2H`v!;yTf9Y-SmKc74|6DnXpI0V#U)O1N$=U zv9K?}_JqZ%lQ|Cd1=!go(hZaPMXtTAA&s{_CeSIu=xI*IRo~7*fU{gz@7z* z?@pPsaUO`4CIj2|!kz<*@5`8hu=l_Yg1sAdFzi%V3wsxAChQd0b7Aj?GJ>us6dF$9dr0Lz9E;8)5$iI}tV)7VnRl5wH_r z^I)%s9SMtff6OS@@vs-dUJE-K7Vm4Ai(tpWUJQFR>?N>xww`h+>{!@;!(It{8SE9X zm&4+7kCw?)8S{tA`1Iqv@cBoJ@0m$6e5vBByxx?m?0%{h(r#t8|4rw|8NfB6e5vBBvzRct4xViCMe`~ zt4xU;qHM1+IfY2%5DA4yC`3XbiYi1|eGZWleGZXQ#-BqZ6oP-RBJms|@f;%Y93uQV UL|Ijc#FJ|H!(Vt(U47gC0U3>xZvX%Q literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2277873176eff4d8394c80aaa119b543591ee36 GIT binary patch literal 44763 zcmeHv2Ygi3_H}YNB%$}-drxTg1|kZIpnwfa44e_7fy59{YzX#_qGIpZd%a`ty?0}~ zcCoi-FaNdnWIJ=h9g;xwecwySkG1#Rr?0zbpK|X^akFNPGw^RrX_wft<(U~D@FMkJ zXIzZI|M`dQk&)ptTxLrWPK8}EXQifwQaVd8TTt00$4w-UvP(+~v7~30 zdD^irDeSVfD0XS@BK36@>?Ww}vZkJ5=_TXDm|*EGmOg@g6Jr*3nY+JO2S~nwg32ya zhe)c=F73Hu&yzNW3&$g*>`1{;k~*3QcFAPp3dG&6(39*o6n0swvP(Z!-=%%s*kx^N zVwe8kNqXE_dS4a0tWVixS!I`cs_(MrKD)FG63zxod%o|oUf*|VQQu|lBZcWvQp0HW zRoHDV+>+yj_xiq@CG4`aMh5E2E?dZvQ8$uW{m8)nruSW@YGgn?;=A;=4${kxQY(4{ zODCyYBLmyi$Ut3vmu3CPz*J?IdaCd8y1%qBK-w56=(Ecn4wXC_8EDCs-sFj0*=5_l z@1oxok)Z)113A{HkQy1XgU?E5b5 z$}a2cDSho2)n%MAhjyHv~&``iei`JNzX3J`o0^@F7pkPRtE_x zyS#VmyVQqCYOdTt-*;Jq@4K*6#9d`HRqCwPNZ4iFKD)G}XP2qXq%T!P2KK8myDY8j zl0S_M%*-5N1iMU2&n{E(=?40~n_!o` z>WYkcbVUZ;^Ict;CHPf#o2K|KOKaR^&wbxzs;Eb)=xO3%lpL8WViqZSh}@4D9{C!!BF$XEj=) z*ySfPYF1+u+6Ahjdnlo(vs@Cj3BxqW17ZY+M|4z zjH>T4f1Y@%&T6z&$9EYi_@{BVRlVYLcj-k@ zvl{KGzRT+<-=#gucWGDOWvgq)u0~&Fw@s}^26ClmWbAKS`FvGg?=q$4vl{E}DfKD4 zWIZ#`pY+ZeqX?g<5T72JS zT{uMq4inVf1nt9R1*hv>T68Cj{9u=7kK6(CkNXMbS$(%%3cGAsPaxSl{{)h$HJ{a3 zsvY}?cG^qtJ4lb!cR8x+vCEw4&l#AS&UeX*&T7;LOAq`rGTME1S);PcQRrTcc0D8G z9)f>7W#Ac^u6Zli<(P$Eme&<8bvfMuIixm-i{jFRy%l*+TlgFjLigSvGxa zV9s>>GEMoV?t3r!^7j+8=$eeYtM}4AN=`+R{HC7c=&Y7pHFQW}mn}Dx(zS7ZPB!!m z5;cqWrn1X^N1Z{k7aAKl9-m#N_L4rrU!eCEPwXR@8XK6VXOJwT?6O8>mwNhBGS)C$ zK5zah8Eey%2Kp`k6C=FWbrg0vYV}>}$}aWV@LklC!Y*so*ucJ~Uo|kN&n_)GuaO;% zytJ>&s)2RsyhdLAXFsf6pZ!o*cFAk%pL(xG-sZwC>+{dgIqIl+jrOQ{jduUZ8hg=J z{44onjbqUBbGE5Z)@b+7&sn;gcusfmOaI9l^Xt6EmitJ~)Ta})M$Kz%HGSk|sz0yM zGD1e-M_$-vUZck{;zs*!r`6bH&((L?M}0a$z2;9RSgP`>fjw5=rLHHuY`Kf@q>+K8 zeRgS4-(^|#U6xH{mv<+MUFK7Ena7U|Ox5#q>bfSQ?z0Pvu$x#lFfwrEpnj~r+gaFU zX^jl*fBIRCsp`AbTgZKFDgG7ZyUdfE)p+I4YHV2}15?vK6($!wrJX2t$@J>88f(<2 z!qoj|KeQ;j)HO1&Pf?M9dGw?Ky0Dwzm1|w{n~1^5S*?q(%W}#tN1?t;{hy7ysqC_~ z>YYKdlz-BYU>7x1al*?sbXMc2_2~rdKD)H2?=q*JG_a+pxSL$>CfV&O?6M}GU0VDT zURu_6MTW9yN8e~*O&S^4Z}nZ;t74aV)OT4{BLnSgH>w1@Vjk~ZT z?rNM(aJu@e)?+nxS%=PQth@H(E z*;e1}DeSU@u6L>H8x7QzUA9@16&dsEUJdn#@6wh&GO#sWGw{B4lenSmvaFutP}lV? zOX+$Sdc~~99J*H{fBL=%^}!NlhDg-XH3RMHyVU(P11-8Dqn><|jO#E)Ttdw`)AcUC-NkGss{$K3?G>>Z*UP}!xv`d*FY)pwageU~jo`7Z6cB4ZnRMn+vvaj0wDWxP#9 z+sG4M*LStZz+Pkt)7kRLs*PCTnfp^Z|uQ64l0~sa98W~j6 z=+Ix-W#5!t>dG$lD0XRYCf?mbKBFx~kDA$-b4~0ry?X4DBY(fPI=iUNTa~f)^s$%a zbw@!Kbydbv{*HncJ!_z@`!!`%rS2(|-2uWb+ws|@#gDzLRehIw^?aATPM-1d%74$4 z7C$<$Ze5j8*VxM*X>=gdesrKE)puD^cf-{6*(KW>EVEqH(>121kG)LQr$6Wo)(!OB z#D6_0OYp4h4it7-&S#gsO@ETZkyejg){|tH9ss-@VQO;?$8u=*^a-XV85aw1MR-=ve&w1 zU}_ur%vXML$rdy+P>+fXv}@dDt;#O#eq^A<_gxt?M$}K%Fh0A?{ZH=K7bqPyr2Z+p!-QRqOV7#JBRz#=FO*&OB7J0FPM=-oul#(1xuW)K zwCkFIy8144^SWS~B{VnxPUhKjzf?4~kHUD?e|@m;p;uNla+ zvP)grt&Z;|*k!5Yii|C&?=mIIcUiZx%RIUprd=Zg^(c0czk*$s)V&&W`|PqGLxk6L zW0z|N^;@3tY6Mnx^HSJlFO*$!03A0w+P0+59fu;2n zlDeLgF^@(D>Kb=hPwK43YmK|i=RaFxjqAoP>a3X6l;NnjJ3NJ5wyE#;^WN9Sij1SI z%@rBzi&~Mf?|tcw5s`su1I1JS?OAPvu*>$VTJLgPHTT`B*ri|Tij2Le>Zv>PuM4~M zn%aoFav!~!EXsFBruZ&~?XP!fiF%ieHTkm|+36+g z)u_0O{1v{-k{WlZYh<8a8|+F;V3$!h5qYDYt&K`ym;7mD;CTJGTYYw!vyCuN`RNZ+ z{51pH(K9kKR}+cBAqH6}~{+fXnpIulge3!N8tj2u0 zW}sdhzKiiY9PN#$7VfMf##EGFrMzzx*`=?S5onJ*jI3_92R0j^bZpSNxVe)tv844=roE z)|Hml?6)b*vL!uVpdPgYroDO*fjN~~u#&iyS`m;s^ z=KD8&mj0m8fNiVKQrC3?^XS_uFSG` zsqZncq(%d#>6tF=|0c6+ud4Me^VB@fvQ%yE9$23;OI?|zp3Y~PR@-X?)LGRmmJ$tk zZ*>Oa=hKe{?4L5roYnJL=1jiX#5(-d7yV9WFs4TNEbaab##*s|2l~vS*A;P=X}-_W z67|j_?Tw|bVS>4W`uvxvBgEpLl%ofKGmFxd{$zcShFOj{YHh$VMa5a#qh>JLlg#o; zXE5rz@}lnV8ffu<+l^z?l^1*GuMOx4>7oJCbl1R=8V%Tn&S13bcmLQ@Rm>tknAKDA z%G}l_v+PaHm}LoNmSgvsWvVhu2GnQCKrdN``OGp;Dzm&+pG`1J^q)+!jkRSKwWTmy zJ)dQtbOxjD&tU9Ll+V&0#Vp5@oWWS19}Q^H8H~Cg4QSC-7hBM`NU6hLfc`iBU`ZPd zm|Is})Q8AtT$yE!HHijEW>fcL%5c(WS#SLeRug8y*xzwh`J_xd`>kg-84YUcv+0DNsM`o- zM~mK9Fi$KUMDHWmi->kQ$<+YCc7kmM2MP`m%oS`X*jX@JaD?E-f}03h!ES;h-KOZp zW<-g%jpTZi;4s0>1-B6FA~;-dj9@>(HiGR1dkFRyY%18%jYS(R1-B$hOHJfDN3fM( zcfrHj`Sm5*#nsTd=F(V8N{gw{a8D(nPl{a631tqNVNKWL!^iI{dofwP1^IaKmfm;YHat8npbc=uoNly5c*(?Un+MakGKjx?_Qp+;PCY+=0No-I2hVt^nvCY;2`(2rUGNOS zGu;a0Im?|5Jjb02JkOmEyue)uyvQv8UhFObUg|EZXlbRp9M@O4D}h(JtAW?JYk}9f z>w!186M#3mn}9dFTY$H^+km&bJAi>Z92j@Sz&qW3z`NYtz(<}?or@l?s4D~?n&TN?rGpN?pfe-?s?z~?nU5B&H!I_7Wj&L75JKK2z=eW0W5dB z1K)I6z_(mB@NJh<(b7Av5w72LO@N_05%`{K3Vh!+1AgFI06%msfgib6z>i&P;3uvP z@Ke_oxXQHyPH^pkJGc(Osjee%x}0szaGfez+QW5*bsyISILCDb?(4b%%UpNhLe~R$ zfa?idkmBM4FE2411nnk*6oSw@7y5Z z_iiHa2R9h_A2$TJ!VLwUEo-`S-7x6qyIkOfE)RH#8xFk8jR0QmMgp&Nqkvbt{ejoI zAA#4qpDJ3q$^DG$Tih?e+uX0fJKSjC-EL#xy>1NfezytmLAM$3VfP#GQMV=Vakn|} zNw)#;X}2NpS+^bVd6y4-(QN^I)g4mN(i`q~Tz}>M0RHH<2ma*70e^N|0e^AZ0DpB; zfWNu%z~9}Dz&~6J_@|o&{L9T>p1F+Y&VP!81=g{&KyC_|3Aqs?8dgQ?yG;urXEcbh zjKTi~u?8_pi~kMrKMVh}Ps*Ob>zrvB0~=*#WUS(klMl))Z$GVY-t3~-mW#?_k&2}3?Z~7 zv>^;7G$#xvv?6pO3?OVy=s{SYFpSWM(2}qjp#`BSVK5<=(3;SWU1`@gudJ_5&ng9khUDcKPAVN1nFTzMdKSCBEo6w)IAz>53ri8x$rPNBLn}1T{ zAW9|QAJj-sDNB@coTWm~@6^a(DSKTyhAH!hVFU2#zqGa0g*) zLO|Gt5GPC^#0V1!dl9xJ+)3Dua2H_`p@^_OVJ=}ZVIE-$p_s4(;cmi?gnI~63HK7F z5q2X?C*%`$B9stzChSkxg>WBXSHk^-2M99=4-$4K>_OO*us5NAFq1HgP)gW`FrP4+ zP)3+TC?q^VSU`A^u#j*7;XuM7!a;~Jj_?NIctSbh1j3ty6A5n-P9mI4c$;tv;T^&(?_=IpC;Zwr-gjIwK2%ixy zBz#V|i0}pBV!|baO9@{RE+ecYd_}mNa0TH?!c~N;3D*#=C0s|io^S)mn+dlN zZYA7Cc!=;Y;Ss{4gs%yY5gsQzO?ZazEa5rA^Mr2*-x9tfd{6j+@E^jDgr5jM6MiB5 zO85=!O}1|A`FfUgQLRW z=rA}Y42}(hSCq&a|=q!n`>hJTuw~o?aLOG6wWFr$}cINUszVSFqU6hP*zx6-g>`StR%l+{;a~n z{GwP{S*&z^c}_u5$((|jv9ig78kYAdDJ;p&Ul^O`ic53Zj*FG$&YxM)lakWnnX%GR zgIieMV)}%!6Z0pHoxDx{_EWYRKdHPk?rA>mX}%Jb;erkDZFHQ1a zl~LLpH(TJ>C3$m-=f?6%7tEU%E6qEgxOBg~k_ANz<`xcHIKO00tTa~na=t^3MP+k} z=jEZZ3-gK!XI5N~${jI04}*>kD=C<@ANZP|hcV?GQZkv^NYd9co^-!^}%I*Su)+%nNq7dESmN&)JdYSv$%;V@8|IsK2ZS zFvczG$Vl(aSZrp?u;4t z`NxV;Z&#;AeOqGGxZBO@(ztQIzyEvWlk3>XZ`P6HuD7gPW5<2}CS~+H*16H&kQ_bk zew(^Be%${rJqD)NK?bf(WdL5#zV2}VKlrQ?3%k@w7OwJHfH!oii#%j3v7fBQ#EiPh zgt@#j6Yz?zb(4#XCFa8jHukKuY+SlJ8}N=Eb(IhJ$9s{C>|KW$xhRSecuDWN%L)AC zoiwb>s?)5TAI%E9rC(j<1^)78T4wgC zy3P;$=an@wR8-H9IekqG!HaV1If5U(SOrVP^(=v+V)N@rbRa(y! znaVo3DyHC7qwBdMSMaN+tHIWSdbTRqI-zQ|;9VQk^OfKW{`Ew)7(1|@vA-ERwmOW# z%Qmj(OgV#}Jz7oH4z6b{g|(xq#~QqCvwGf=yusfdsy1_n)idWYx3s#H{(k=d`0e+4zpeM%dcXaD_SY$**UHtk=3KHi zYwFZ8X3+o6x-;t;JK8*L*E3Jq_05xZ1M`I4&^&H8GLPAf&7*b`^N8KlJZv{J582Jl zgLVt^fE{D*w`0wHc1v@w9cS*bTV>sC$D6zC*5*#TjfvX{Ca@FD9d=uDyWP&*W+$0j z?e^vtJK5Z9rL>cVzUIh|ICaf<}XMCiSudO0P+t=3&~&D zXb6e(LYoEoD`Yk#ewo4MK;qoSHo|)^KS4IeHNMGjn?PdUY@0&<0ND%@-}tu8A-{uc z0r@RtOGtbp*tUZF8nQLySCDNW@l8?N7V-;75oA|Le1ph#gZu!pJLLP2Js|PT5!(|ogzN?RE@W>=d{e;ofqWaXFXUU0 z{UGs1xa|*F4mkkw4ak9zc;nX&f_x2fFyyO{L(mVr$!Uk;`en#rkS{^zLgLLln+N#< z$4Hkk3GlhQu2(c0I_aAlHX{5^@7byxCwkgnS%wBgn@fH-^NM zXuApIBaoY-9}h!rhHE@Aw3|ad2)PC11CV1N@kGatg}e`POUQd6$3fzh-EIYWH{^K8 zyCAoQ#EGZf1~Lvg0WyG`2#HfCyDjAHklR7t1~~~5JAS)8`f&^7WL)F>?{*60O^`c4 z-UzuPB)%JMr$Sy2ISukU$mx*yzO3B|@*2pUA+Ltq1rpz#w7WuH3Ar2O6_7I^@%=fw zJLF2pJs>ZG+!GStow9qOABdJVAJ-Q{?hT3W%h&?Q3n6DhUH~}@@_a}Kc^+g8@?6M$ zAkTrE4S6=?9LTdE3n5oP?hAP)xT?lzRAbM00Ooj14vh8*sx#237`{A}jh+{bdK&-$n$>h8wno$XV30z`=7b9vwP0HHC?-QE|GsT zY6n)mwXwA19WL_!4Umf&^0)rX6G}=#Nhn=ivZi!NX=zDyNpSpylIu%DJ4LV9Ua?HE zgJMU;PKuoscT()4*j2HcVt2(Jiaiy3fznTJz3QXbSFxYs&WgJz_E#Jb2Fi#AX?n2Y zkT6tohH8Gf<_rr1BxktdK*bT{Z>6VQRePl7j#3=0I7VxZRUD@|;}s_;PE?$vr4@>k z6{l#gQ#CzJaXPrQRJi2-fCiadfxF$&Wos#%Her`p#O#uj%`S7yW|z_&yIjTWl4I-F(|Eo?X#wuwB|6scel>9IZG;$7!}p zyD_`;n$0fyY3#ym!mfPg)Q-(|+wU;D%%fP_VT#S$E@K;| zpX<@89kWY+F}vtzvrDP5E9oYlAz>LbcFUS&m-Y(zUGBHBi~j$#--RRdyEfHwuE zMI*Lda*A8k7=_bHjp2md zp~A6whE7dvml4J6GOmu=b|z!Zms*9`MJGRI zpmnod%3{AusYPVW*J6gI>{6P|uB~Osss^uEZjRl~dF;|sTD;3x%rl@9$GeO@wq11M zm_c%+pWbQ%#x7df@h+{VMP%d`zp9~aF$4XX?UFXzC2j1YpS`M48ryEZS1|931)J^e zR0O;9pUp0%#xD2aKeMXQs`*{gvEL;p_Pg|)Z@Xxi?UGL0O^|P%f%HVZ``PTGW9&-$ zgP6g1%}HaoOSA0qNhuUF(5JD>-7U;6T7~v%=nT>|-}Y*ZMLux@^NplIx(nHDopE1TWK2gmVl*Jjyej>ax+o8N`e?3jVl9_mqB zwiBiYTh(YIW|y(Z3ZV6z`72uDb+KTx z-EPV*Jy^^@5AAjQh0YnM)kW`m%WRi=g=`o58Kie8wq5d#UD~m8hJ;a9yUFJJMdzz>^En^oh6MH3PX=As0p6xQ)>{X4@G}~n!#x5hZc$c)ZbCTPpzUD9@nL;d)ifzsGBkdqznn%5=DP4;SWyxXe@yKob;OHOt~#(ZPX zz^MP7c$a>R-NZAHV>@A59jacU7~7?$`Q3bW$!`g}^qS@wBwr#j^9KpD$*Pv;8L+6L z`DJ8j)|>E4X*ad-*f)@$+pRI$*z;0uzJYYiFZ$V@m(u2~mlkb5LE6?eYR0~S(w3a? z$~_Z)6YFJNGao!q{e!J*eVVXK&$0EAlV-h)sEgW@SuZ&;yVPyWF4olYsDZZa{G1ks zY0t(krTOPLXqfeK|Kq5E(s5efd;>YgE^Sq)rA$_wqMGS38EabdKjAlyc>5N?F1?xO zg{^omOsTO;X&g0B+L&Fm>>P)3vt9DjY!{uhr~yWdUFznqYt%`L8qgc7oW-_FzOhR> z-cOLzeAEEL$vFITtlhBil1jn#L~u zr?HEE7Q2+0?NYzcy2d!uVlvuE^Sq+p;CYjCM=Te1W6!X25w=SY+3Zpp+b%h_u8~f+ zT}ragaVWK@fwZwpy1eL^4DC^>ZS0bhy{=IjM-Ajy)Id6WFKiwHX|}sd6Lz_avER+N zT}so=AnDm+GW3mI(mC6uc5J(p7xE0~7`vpi*;R{@8SSc{!`L%0!ZGSWv)Sdd7qiQV zja~XScC{y6!4iLKwj0M}{hP4MC}MWW`Jc00<{+Oo!T6MnQDnzt=;yC$XpdB@&3-Bj zbMYw|t;FoojQlpOT4w$|)IjEM}m;v3jDAc1lKnleDx#@9$*2Kk*w4v@o6g57@=u z+VkKfIy28OsA$`z)lS-*#SG-c5gGG{S2gZ;V|J-$>{4#*k{_>Xv=_6>{LM3vwsRcP zP0t|7wP!!1$LRQtUHTiZEZR8^{Y_G@Vle|cF}sYoF}sNkW4%cPZ0rusW0#gJW*}Xr zJ)7;)b0^J-{Vu)Ps+O=zUE2$j)7bBl*H>GL&vBT)u}d4~8PK=4amX*%`CGh8sh#jj zX#v|sd#v`IX1la*o`JO4F14m=uhSHB?3zCipQTkF1>ZoyOq7F(Wlui`f0lf(UE?7>*unM@?@TY+S#6g z_F~V#=>C8C-7I$DHQ(>%R<-gx&ww?hok5bH%`Wpbc1aiZyJ#7^v~BE?HqQXB<{8M3 zZI>3(-qVx$N2g@865B3qneD<>{OpIEN$NMu@1k$J3DRjXgLwz+I7yq|9k#>lG6Q3m z{+nZ$(Z`+vo{D3ay5gN1z&NC#b z*fR{@VRji^vFtL|KI$Kevt9JfGtf`WF7q6&yf$SQp5pU!a_sy(VV4}UU0S!DFljr* zY054++3d!rI0Kbk+B3gPZS%XNvsX37n7yh|+EbZqysFWgv5Qu=?V@Sy!iBL*zO8Ds zU@?Q_M==9+V$XoKMP&Kxl1^h6eT&FQH(u571o`KXvF(o70o$dwLh&v-Id-{Qv1cGB zW|tbWMhKeUC8vgLWG7+=eyGTN{+UV1Cne&Y9?7*RgE zT*rQwR^l^WbnMw0BeS@Hbj&U}X-|K0-T+oPZQ%Jt?yO;K6Lx7SW|y4o{aV5yHa#k*lfWibOf*`9%((jqcO8MA8<8J;)xyOVan zb{T1GyYyVxcBz-fF8OgpMo!EwjHJa3Xy)&R8Hw30JjJ^SO6?tKN+;;<+g3G7&30+G z(38u=Y7>s*h^%6V*`wpDF%v+UARyqln(Y|nsxvFy@PHoKJC zNe=1w*%~>4|!ej9uC_&p=&cm;7vY6FW9`rzpF$o#uCG zsSvw-R?T*cV;8M7&p>{BibIZh24GrR{dQR@if4a>~>j*|RlrI;l?fb7AITs~Y<0-)BWD?YS^Dj9q3G?}RCp zeUPA?Gmy3ublPkhGr*I*Wr~LF)u@>kGoT;GyW|+V)M|W2#yjVD19oVnIVsES)uuJ; z8E8A(b}5a|$jJFmdIs7v+a+yhWTa!yKu*5j<=SEfSQ)LK`q(p|6Yqr4O!EwA7V->< z$Bq5&^d{_LHSKj(vG*WpJNul0Qu7R?ja}MFkI2xny&77!S7UA#GoTauT{Ok336?9` zPM92v$Ru6B@6w9BOGbajF8Stn$v4kH>&?Xs7BASE#`Oog2_1{m(VE|-A7ht(%y!8) z&p@AcibLAiMaQ1HQ@62aK(~+fRvf#uVS6>w#xDIByQIzUO8b%Dr9X=qvOELz?VSen z)1F+CZ*Po{Zn~-^ej(WjH?Z5pZmAic;4r6-%17ERn2{N?)HS;$-JIQ0-tzCIFqSmC zrM0GBfw5)3rAM9EZfQN+E6`fJ3pQ&_p0x8e8D61yW*LEb1kx6Xk?x|tBb!-t8t>7_ zON$lAH;=#^i;Huq)ill}H_hL|j(G%hj9Jq5OoDWpM`+4y;$8DGVOJxuW^I;Fka+|8 zOS4(>jamARZI;r;%)**6OAYh2=o+)6TAh0W@#%e3PZ0+x$|u!Ov1= z%+g}^H`~!n+nbSZy9d(E`PtYjG@RPxG0O-nwxunL515U419W0)4QSE6cTGCY&(d1c1GH4ma!PKq?m!j-a4;rZ$NEhmfC4MUGj}t zcrb53-F$Drb?j%+HfCuh-sz%mD;P71ZI;sX6)YEN;Ro!^kQ}qrw4DO&rg;NK6UPSB ziqCEty)jEWjo%X^uaAC;&1T7oZI*t_&(eeK6lmML0qJ3S!ePvklW((Jn>QdGdjoP} zX2~&cK-!pPG1R*9Dp%Y~v76!`#i@!;afIS< z#j%RR6bCDoDekSjTPE(wvcu;V1KW2w^f(HlR(92onW2g-H!Pof#_R`m8Wn@a!-}@SHGJ z@LV0~X2lOFZc#i>@%(Us=v){s61+HEB6w-IOz`q>h2WLpD#5G6HGl%8xKHMPJ zH-?)8Zw|Kz-WqNbygl3@cxSjv@a}Mr;Jx8K!TZAlf?LCbf)9m<1s@5I3O*Jd7knZ- zDfm=aDfo1FM)2A2TtiRKhZp4f#qg5gOW{Sq7sB&`&xL0Np9xP3J{i^sJ|3PDd^9{E z_;7ek@WJqi-~-_y!TZ8i!F$5}f_H@#f_H>_1#b&?H}rH%xKplg3bza15N;K`F5E15 zO}J6;s&KvF6=A91Wnq!vCE;Yji^8>n7lhS4wy;_7jj&4a%`i{!li?J>PlbhopAN?gekPnN z_*R%M_}Ord;O9b>;M<{6@bls9hMv9<&XVgdhLZ%p6iyZVayV1)E8!5quZB&6Ukhgl zemw-iZ-mnYzZo_Pek&XxSRYOl{C3zN_?=KE_}#Ex@Oz{6*MD@R#8T!C!^hg1-*O2>vD< zE%Jy{8Lyb_~&rA;9tTL!M}!T!M}xl1>XzH z1pgiu3;rY22>vrH5d2p-Oz{1%=k=x6l*%fxhsx5h7rlku!`f<*OWIXY>g2CoRl6#r zm%sM%S0;ZQuI#Xc>yC>`#&jwzDcQ~slaDQ}@3*LW?TXb^2X3mXnzeFi?V_r>!)rp- z>g_vA@%E8G1uz;I3`_@h1ttQ!0s8_yfGI#9U=lD6m<&t+MgT*BX}~C8e_%YYCm=&B z+1?K53k(9f01oH{36}pFknAmIM5Rq0*nR9fH6RC;C+Ew8monw+L-`#Yw5I>_G)JU%)OTW zYU!vJ0%~nWk_yn*GcmsG7_$2Tt;M2fofVY6p0-pok20jmb0r(>DCE&}zSAeeqUjx1l zd;|C<@GYPo_%`qz;Jd*0fbRo80DcJk2zUqhG4K=Mr@+sEp99;0UjV-Zeg*s*_zmzb z@LS+_!0&-S0DlDj1pFEJ3-DLqZ@_!N-+_Ms{{;ReaAxPZixy1WbI;xOnz&behs7Ie zS5>cHx#I0(r{8&Jmv;|XykVi}%sg<`L9-7&WX{|}51V)R`~^oWT(tP8qmNs%blLJy zb;^pB)u*mny=HCAy4v-18#Zn_bK7~_F5Y(4wwt!yzU_`}_icM<+mqW~-1f@0SKqkn zjl17?`i*Dayz9-o$9AaivRvHv`l`ChwM*Aj)puOIbnS`_OIK9Y_awivuBNi4HdNJC zu35USzMB)s^dN)>qe6Z>*}UU0PRNQ{QVgE>FRYWmoBTSn?JUF{fKqd>n2rhtXdmtYA4Z8sH&T^ep$mv*45T5tE#Pa zGUNJQi;r4(*xW^PD(B6de@Nxw3l5q+ufANEs)VV^y(+DE)|{COD;F=QT(Iz<*$eA; zNzu@{kCfDQD-~x6ymvvx%9=G*6}21IuC1!AIK8HJRmHjut2eBvp15)Sx|LP6RgEv# z2hrG6x3Xq!g^Yb;#p>#14cF5qO_^LF98^tQw{-a`p>KVKOtGS2iWLo0tbo6||GOUxrk&e!`(8C0*LNj=t2Fy7#?v|MKnJKfQPV@a^5-eVKdDcW{66 z9o=7jC-)cM+5Oq?6*-};{ZUEj<7#`ku=_I=#1d|&rV z-_QNR@9ehwUEI%ofA=##!2Q$@bU*Qf+>iZW_l_Upe&mO`ANq3l13%1t-w!YQo*&`9 z>vwhE@gv>0{U}%ON4szNG47jwtow!^=f3X8yRZ2P?yG*H`--3BzU(X9m;7Y+ML)%T z!B2Ic_tX5_Zn`T?`(O6D%<;fhGSk;eHhbSX=327F{X=FuyVcD0m6FXe-wv&1zH)#6 zrZb+?ie~&WGnTvDx%JFh?(?4;W_?(zn)M6GtmSTZZB6r*`~8OxWLjm{!Tc zBQXnN4gFgq4<%dt&zdl?q;)dk9&F5nSjC{$$wkQ)_u~{cPHeSo+~1T9v5ujwl@GCx zAEq*Law}%!o-{_pN`|*yPQ*^Wm%+;NR?W(t>8yygjBL%kh`oF}lbKUmIWxCqF(Xzp zrgd{8cJs|<*r{&y?A)Bqj#$t5*3OUE&)1q|XmuMy?uOLi_PtL-@g-6=hty#|9j%jvbX(o_c_0t`>fyHz2*0CpYeOT zPy4;xr~KaTlYSrfrr+1S;rDaf{Qm9}{s8y7pW#04XS$F11Kn$WmiwqbsO(ig+r8os zb|3MFxDWd|?qxsMz2pydFZ#pW3x1w^-XHFs^Yh)aet~<&AK{+%N4lr{LieO!9`?t%hx`)vpg-Pi^(VLo{E6;uXZ>4Q{7E|mAlceb~pGn?s~u0UFU1uwSJwu z#-HY{_O)aK7gS*^sbeH+l%P#e2xJ&#dcdw~O3GDW(NI7Nq2Z?-D}M1EN09FZ@JoGVgJo&2F9Ule(m$QMM;6Dd1>f4Gd}Ig#__TE7487l?dDi$p#la$cIEO5h>rF z^T&(aD)I!84~RTbq`p$uVi!CW|8u_msBaMjDMdrpMDvaeEucBz1Lq-;`gC^ IX}9{CmD67EpSrBKQ_>$q`3JmRT5u&eLP*_kslXTEdhIH_kc zDTdF48kP5l8M{p%-H(YM6Num))C3dUXY<_UoOJME-f#`n4c8Q=YYFDs!g3SBb{*_X ziiDdIj@u`aZd#<=Ood7NBmTcf0y%gb=*6{z`#%o!+TU8sfwU$UQfp(>l6|M`%|R%pWADF$w#ah*s~js$jz^ioY)KVm_=c)qkP17}q*ZH` zVpt00D%GS_1X~3X1__IVO(H?UL6MtK)cdamO;majuctSON4K)0v#D6DFVNGDPSQ4x zwXN*dS6SEA?bbJ1-*>%FZ}(`uGJ3J$A*$&KPNR^_k-VRc10bg|W{>>C>gKT07K^d6|6eJfzdkgy2~e zAq#nnEyFdq&ghq@#XKXHW{X|3+I_etpUl~j6*L=CsWeWD9M7xPs-fpa1D;jCS*uBvzfxBh z^Npt8oUe{u4jQvk$<3dEK#PTNwqDC$mbJ@yzj|Tq`-SmC&*y_`D90M5^2Jg`2Kh#{ zk@wI{)K#856f(^FF*%L+LX0;SR2I)uB0eb7v)slv%@?5c ztnd(qV=6=Qn$=?0;~#mX5hmj+gj^a^)32$1oD-!_o;~rVS2#B9O`bcW2Cz%fT~vc4 zhDhvqBzATNDyRgM&*W>CFAi<+HYWTZu2SsD)w^`*1&`fXOub&58asUWrB}udwfEU# z$0$wIVGO-mXd<=yRCZeu6E;8BqCZn*H-&EeyLVzVgMUxtM;JS6pqe# znf&NHbQ1}2I0Pz~!K}rv^CjNm$JyHlmH=}dM%a=OLW|8Ap@~571??;>$A7rZE0EQy0>2XGOAb`dG0Trv%;A$ex^<_RgG$Y%id~ z9p?#NNYZnb+D0bMg@sV!u!?v&N>MP@?xRW9aZ?sW=8Tjg#CZV)B*h(kQyjSc&;f^9 zbLfG?ZCD)K5M!FPA-3clA!hwND##1glsP~)9m=v0`I(~(Az3!x0l-Zp&g70^^2N~&lx>`y>!aF97YS=;%Jb&yqUn>K_Pk5YlHVSQ zi&9(yA_prKmfdhcjnX0Zl6a29I0~$_?I4$>?|WXC=lCB8Q*phZdi^dUpsVJf*NzPq zhT6cO8w1(6o=@fmqs-ddo@}bMQxT2ABk#nR?z^fF$U@w-Y^d96D@I`jJUqFuGp%wstp;d1f z@Bnl$;ZNMSH!S!Abg&|w7bfDXIi p3(#Q{J_jB4z-OSt6L1@J*bAS64o|`@&|x3kgr2Z(ng@n6e*B@owx(&UfzK zx)95i5DDrN|3mzke`#NN>N9UVP-fOnNNBR>9nb8??9A-^X0vj+NT5AbH|4W3A%CK9 zwz(iYgr468B8Z>~>Cuo<W#0jA=7jXS7^~B`ks%Lvqo{0p{`mlHfkB zxB=wS`#f2B4o;Zxcm?Qv{tpm)pY#B}Rr2ExF9ABc?8q6>5xYUg^rbU$w7cu=G4&D5 z_(wAWz_%MfFO1k2>Xa_-&H~&@l%)6V+A^%Y2cwng=&~K1gVCR??&_GlbVmSF7})>_ z!#Oa1MK}-efBt9zrI9;klsxyRBVdhimI%`8R=Qa3EU{mYHx(0 zDYyn{oJ6KJb4@Xozi6Ig^;MWu##`Im+}JdJl65*zLOdb22OYHpQ|cWg2rA<@H(LDZ zn(-$)jlbU7LOJ+$<5_c+ueXf1)%tp~WfnRTiq1eONK9LN@L&Xig^Y1`q!duoZ1FFw zuC>-yTI2eY2$W*MJEZvEPOxx1TZ#~}FY^^+N@z&$bH4vVx);$Y7 z6QJ{8mohYlgr8PGdqRNe%+Ul3iBnvtPr#xtq353isnROoGl1^C37Bhnq&QZg^K^+Z zm|?$GoDwU-NI-oyym<+L(80HWgP^mCjCBJplpN79RDBDfI-67zd@?RVlER4)dX8F( zba?xclg~$NqPv7|24WxHj3Vc~Obim_OPoI+M9Fk!hI5g%Ik$D#)-Dr3mchHD_s?Vk z2F+Sy%F`F5Et3Sc{TEzY25kjI{CSgcq)S?m1BC mrSW7s=;b!|Y?j)^XU;jjNfSJnIQ11~eU2|&=~k64I{yN0;3;YV literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20a2b532af19079609505928305eef2fda27f279 GIT binary patch literal 1158 zcmZ8g-%r#)5Z-NjzuF$iiNwU{`dZfzZPWrye6a#&=0a@gY%qVB=| z+qE0k*?HHQFz?O5*3RC9`rDf;tII1Bj@$1)-q5YR_2=so>TV|e7ZZkO_dktk1o_-r zC>SpF1RN(JjY(+5&J{VNu@&2wjnKX#4hbD7r=n*+Y;JX?ir9@T^Y+*wu7lZN>NU8W zHNxWBLL9&9biVlW^NK8sL(BbsxT4p++bVYK-^R}fO z#l@lYVe^{m24j)vD#h3}`8x`ZhA9tZF&JpEGWCbHYUuUl9INII3j#HrA3ksq#&3o>oet~yRs z8NknIj~CH#S+nV%_WM1Y`SK8U(;PaHWdvKRy(ojpFC*Az?e<{!%K-M=yp*4n5gY)M c?o?%_MyyQNUyh}Dh5xO>xc}Ivx1V|YA5B*ylmGw# literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2313493b106210c71c1ee50015d69ca51ac47dcc GIT binary patch literal 18785 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 SI8DB!p^*NPo-sWn_w2u5$nx|6 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9da6bb6e107b5b59f0d4b26e5b931378e3f1cdc6 GIT binary patch literal 3104 zcmZ`5O>Y~ym7Fh)Mjvq;ZxY8zArwhb6-|_O3oN$S*2&tkiFY(7RaW|eY>V`jjCX{r zo9ZSKf^I70N|1_PEDux}C&N*%odQM8x5b-@7n*8y-Cm$>L$`z8nak(A=xk(tLnuh8{%ShJ3SbO-5_G)I0@5m zUoaV@VXWr&gc!3R>4qVTL<*87$_=7%KiCmz7q5D?p<=NmI{*anDJQnpNLwd#s~LE}a49lO3OioC?j$K;6m9^e&T)p&{D;B&{sFY}vx9{!cDh(-J= zD0@NO`HnJj<-U6c5`@4&BCjHbDujnS!-|m;hrwKr1Vc?MmcC z+?E2op>8QF5z(%)b5pw?&MTpxoF8{aRgtkS9GNh7M*efu=*L6Rkdx6!$i~}P?ls1f zXfg~R?0Wz8LK{qHyPY{OOaQJZ*qiiO1uhy9W-LG{)h$!GMj& zvVo#)m_ULF(A{6?4T;e%N>*GB)& zwNcC!=-=K3kdXmMhj2jKI5O}r=V7XDN=TVR77=`c;D-pbM3-XW?60AJ>i}>Jm%7H` z!&w5In^imaOu1wokGU!V=J44P;OsVX{0P8oH@HZ1T?5!I8cL6Xqdt-~&`hq0qzJKV zWb~9yX-1POP))5JGO(s#e$bXZH8Z+Oe!n@jGULR_th6w2PmQUa*?<-IhZR)^(E^}T!Obb!)=cLIxAqKq0yyrvuxBBD^2sTgx|s`<+d%mf{O_FH z1;;LA?kUtgShWay-2*z_9{H9)e%uB5Oyon_sik@EU-H(imc-~feE2A-b>q=)$gyy7wUOvS^#SIjAIr2mNo#2z+`8Y7BMzI@ zALM>fg~Qan-7tcj2x%4I2#eMT5+fumoH5?X686jH=Xr{_@pkleIVerjE=!mUXmZ?Bv0#!vlRt6<3>`=1OOywGPGTOV(^{ zycoRz#TeAtHwOe7-gWi)PrtO>%D6@ zuJ>=38t}pRzpmvNhxcct4LtB#y1)=d|I%T*2?)nP1&8MbIPybqO-N^{F)$Z(<{pqG z3>a%*FA)rAz#Yu!gF-&$=AI3!ES!UUZnt`WSonJVZ->XrI;Z#G0BHYQ?jdpE>u;9p zZl1Gs_SU)Gy|82Mj}_q0T?W&7-N;QqbL&@~>)?tA^)M!vQaF z=AP;r*{XZ0)QzJ^bTM8NiKbPRYxQ5^yG+>vN@t=&R${p6nkrqybg{jxOCO4pa=*wm W@Jpi|U&+i`8duR?3XC@+MpWu%3Y;z2mzKj-Y+2=EKg^56;mpTDvABTrdM&9q-y+G{v@uEnvrvSDPAVaM$Yr6@d{bN=m3QaVc`P`3k*+e zvKo2;su%yly2LtG)xBO@1S~lagVFFOF}PwvTfIYeCD^;EZmG3qa7MSc8?R`C?p_=p z?6jIYr}X6P&Hk}kzighqIlBz#=8MMWyti(t<@>$g(Sz3h{?T;b%FMo(vmSl^>Wr^J z5BGOl`I%)=o_r9k=)bDb(dz-N74AORY z^k5z>d#cHGEigoIh=}zOy~QC8tq(b3e?$%zjQPs~dY1JM3FU7Z z5|rREnpk(%CxlUAPtbduI7ueNV@;L!mXR$Z+hcs^j;*o%$O`Lc8N1~%qEE)?t_D?v2rhE^<9U5aW#nkcgsAFLRgTiAA0?Cu zC|@iB2Xi>0@*4CX%Ch>u0R;ly-PqN=iSYeuUSlmvOOW zKKE~L>DQGxzHNM&Qau9`>$hV@sal{gpb-bzqx2Wuq10olP{nC;I*fBY->-E+DFETc zHvm9^4gE_PSq{~(v7FY|R2A;12Q_m&Vd)^{rISf-Y)GT3yxs3!jd-^$qITbK=79sM z1m3P->^k+_^F)=wlcq~uhIkdQijkD}xeUDw(G2el0}c6rkg5prNv|EHIe>D?h}HsuU*1qy>$;)aK-ZQx3=ea*uypZ EKdt1$sQ>@~ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0d213513254198e8936f6e1208ea9439a85831b GIT binary patch literal 2496 zcmZ`5%WfMtkmNqJT1&EG$FHU+9H1#6w6PMjhaQ3=sqH2XVmq*uLl+3PYmt^#-iN|n zrLm#31?(bU5x_p?C;B10_T*pa#hu|wwcH>plbqp@ocD~=YSkt1J(Rb^Uo}GhMr8Uk z0eJ```voRWIE_e5JxUQ~5sMAa(6AAivE^ABHX}POc_j^7krS7_vWD%*jc2@>xZ+hP zc}#eTJEw#@f}R*&m6uzj;a*T+)1Yc`dl=>6k4L#!?*+0Y^5-($7ZNCQ>nRVDZYvLR zu^n`JVIp96x%G6bwGn2y4EKk5m?n>sAUevz3~2L6TThc*yve7wtGMmAw*Bqhjm>8b zrYgu|^0caqAJ>dJAl0?c7-QLU00i+UCmwr84k)LbojRVOVS}3ho5JE2w@=9l^=yE( z+5ne$nY*XNbNCFez*>GsOyap_750PTAW_bsH=JB4}w+g6qonaDp-Wo9BefVJ%VohZmM-~T}V`K{SYW6_ku zBoVUtYbp<$gJCp`!@IAuK~G5We>CH8;wbN>N%OTxUN@s~e~f>-cK=>83v+RI5OfZM zuE?5$aM1MO7*A!h1L4C(-pu-8HqbG&HaL`41>Q$UFyKELXUN*6lPzWnB>#; z{~Rt~xBrOrjlvUXXNj*jOgRIKwzI4wG>g*>oaS*_z-bXDq<#YkO3>1xa@ZzQPFBTupY(_7i#sC7OH~X(bq1-G`vKwmm(8 z-v)Vk^p=78?93R^5nCbW^sO<1Z0K8uOnwCv`>ezvGx`pU@`#*wUHIbxi_&dU*G`U;x-1~(qyI(Ig&F>_=tL!SMKRP&rs zq}?oN1^&t&p9V>}u>_}<2|!i>eRNNs(kI~T6%}5g+#XB7v;+$v`y$BpUcbL|P7pd< zK1T^w4o&%fq8s1~;H}cm@$Ea=D*P3xvDypsRmka7t_Jz)K2%?zU7-CX#@PjW;{q$h z#U*@=&mhaekwO`fNMsfEm7743^)oEa5+hPsn|ph^d&-W|ZdXWUaj`$_N{l$Uf)hGa z**m*!e|uBe#Z6^zwOfcgKkdHQ+3>g8%4)SA?X}f>7vi`xlu{(HLR7FEs82{Y_>Po+gm%2)oeG-eUYTYZqMgI9;ljrGffUcE|QK=bFC-4d+qfX zZNL3wZxfJb8x2d&;cE_>1Z0$ohLBg|`iROZ2c_}R4%cH{ehnADhmmc-RHt=aY+Pzy zI?U8C&RBqIbdfUHpJU66QTq~Mgv?9!N6n}(7fv|TX2-Kr>4}s>Zk;}?2dXme0vh|juK2*uFfwc) zsFh2PSEi)BZfWR2(08yZ`93(&k5fL35U%+Ct6>lo6kV%zX;cnGDYUHoXexftyb}4U z>bSvlL=-_IyK;lBvbw-xulo{4hTe2Yg;q+;bSX2y{zm<_uF*SDBarA*x{ne}WbE9(p|SMMwJ$#TZa*ZWKTvTS;V`ao$wmb2bqeW)~~ zDt8o?V||Ym*2jk*rAnumwxSgC&S_Oqa!Ubgdfci6e&o2m>u*?5m0J&ecbkjQ@#c8M zD^VaU)+tmxCk!uJJ5{$*wcJpOH-uYv#BNTuS&r2Vxv+wDt6Z*B9f7XpvK3Z?rpKsh zJeRxaG^1)DZdyx@*tG7u-Uc*Smta8TI-b=CL}W#Qb$=I9e(^|rrMhdaR2?sXa3I_b z*N5~htY^GOYR>Vk8PDg1Ln|^g*}+M^ea%;6PeQ z=jj83r4H3nMwWDxOj$~!lw}6XFq37;F<74Uv%+U)DaZS2`E`{Iu))V_shB+eFjl!a>*K2$D0BLFu@T%_qUEsLWko=Yso@MVlS+$ZE(P3gKkZkignNr2}i2 zTOmK}@pSAt_u)I_5;TSzh19(6GF0=+)^5$E(Z5 zLVU{RVa0Cynw|JsJb0oajE!W2Vx0v(kF)kh5ZTO$oH%d0gd27!fg@)FOe5Jl?gL7?npwE!IQst&3Aw zgU=Ol9*_TiGEs%MO~8G9E+%#Yu{qIbdd<2!wjDOAc!N%|A%ld3--&JRZ%=scTAQC5 zpS&^=x)C31IF(JHUO3Tk8xuCfSRf{7ZQ!dD%}xkO95)c-ja`}pVZ3dBk2Yx(#88j_ z^5FC8-V4uQ$9Sh}g>boZ(WX;em7D&36exz`PJNcbHY!X9RVCFVO+|VwjXHx7&9s!7 zDPAUekfn`ADL1ElWbCUgHL2Npg{jzlWAAU>SNH*~^8X2w1S4&DA~b1(k+p`EqJRd- zaz$5BC)`PA2*(LF5m523Kn33PwOzngXWHfRWh)FMCI!B?Yx#f>sO&1EKG2We%oT{) z5OIBLjYm72`+zsc+YN!8z|AAfWI?4_2Y3Q4JJ_`R_s-IOo{G&5JjS^rT#QZfR2lC6 zL$bv_QNTkC5E&$LmI&=ioV)+kfdQDEHpZ;|3%(LDiUxj1%K-fSCDP3h6j)TosM4GlY!gfDW!#-Ko zT56Pfq=h3C)zne(2;hZ z)6n_{lt;tQqceD(eMG1^N;L=PXq@PU+Ih(Qo@#0@%KDcM$)?fTH#+NfWNVMT!<*XA zRY5vm4*wBZctZCEX{XopY;>Xa$}L6wmD&%!8NK=lw#wI*xQj;|UgGonT1)G-26}TX z4c2G}WQ%sv5>@flt$#xEYsp$c{+zV&b+WH>7YCfLJ82HRG^@@gr6kBdn*JueUXImy ztz=R`p&lmyF_{Cowe4?R8|95*R33DVIqtK|&`-sZ=>Z z43us=UXyq7BcwfuK;?3G1Sg7wyVi_2!BNP$<*rK|Z8(wXk?TVN4M0OdWw-P5Q@VN} zkcc6=UAB-{LmwuKz+}}O#<3a=0Yyj298Cs^zBIL5PU0levaVglcIHNM$g%t&;>fXx zYhNECD{CJn9B;?jP2dtsBC{r_+NlEYur9BYS(tryDi{^jNB9ec-K~PzowXta#<18Z z!5u~zyegVl!yb^_%RXFvZ|ug{%EFyCUjFOdSP?G+UiJ)Xnz|Yi06uw&iqRj8Ev(!d zo4hi8ZF=nC?8?}+v8ij5iGZR!eeyhktCQEJ5>1oStHOe+FP`EmUXm~yr#$Y*$gW%; zu>-kkoTWU{5yIJ(5FF=FFQRbAjjFLh$D>LZn=|*8Y#4V#;&q&Fvr|{?#ra-tW9xO3N@`EYgKo||8tpIyE8AT~mbU#Z5~Zd;t6UzzO+Na&BV zRF%X783i(=lMagtn|i{~4X^?3 z@RuM)L03&pS92NyQ7W(DQZ+UA#7ya`@l?|jE|==mAC-nvT8diDCx%`?5YyGXo<|VN ztAncc)YJ-E9w9ET4y%S{YPi438Tyxnf}s}FyjB3sp$((ph7OFUeN`|J1ploU_C}u# zgS4o}5++(Hx@8nx2ao~p6k&i$j04V6jTTaLNFC@5(G0lwAvhWRfaw>K7{m-2{Z#+` zcAJSdk7f2%X6|cvA_1#qfx|=ldP@(lZ(V8W2f0IqQmdA>sf*h!6$q{Gr_hoTUQ2^~ zAL_kUs+QkR6Q%5X-)N;|zf8+GC@_kY43YzqQdBcq=|c_j=~f1PhC6maCUtP?P>Dur zr#DscJMb#YAx>tRisWc^eeLK$c7AK$Y? z8r{RmTn=?r+4{xS<8G^oRuiozSu9(r4J%vh?@1t6qM(svWP5FdwJJ>^PqAG*O3u7> zZZ#Vgy~P01b^6-TMZzOk?E%c2f=5l^hc`P%@MrP$GBkA$!%{N^jZMBAc2#$f7SD1g z14O7PAH90u$iQ+Z6YRmp)x9AhO=8d_RdURZj#WUto!Jo#2x+a9A4HJ$@2OiVHMQeuKVNwe_69vN$ax<)0xZzZ@A^nN$N^@)DZ} z$?|C(2m^$}4Yb0KIPGJ?tQ@#p$^g}nd=thI77eD+zb#K`dC~)#zXq-u)SJqN{=8&e z+Ou375_BSrbGBWVUnOzW&D-`?)A8B|-;8bJ1+i^0Lvotnai$W~8?ML26l%mYk#~s9 z5s?8Qb$fA9yhN-#aS)CR`a00FC=%-BVWSTXq$wm%H5FJrm>e<)vwMHWmxZj^Zw}?_ zg8CFk1f6Kb7!lff@c<+qZig?q8SUeZ^n*0_oApqhk))ML+{@zILR*UBVx0HnH^O$6 zj9~-ywMy8lj<7r)2v5{f(2I>=tp=Br20m}LvH9&}o!_AowLD+x=gmIa?7TLD%}jnH Gss8~e*D16B literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71e00fd48eb2b63e273ecf6049b53ca29e53ff07 GIT binary patch literal 2007 zcmZ`)&2A$_5bo~z@z@zVA<4p`J+Oiml7YlTD@0a8WS7L7L`v+H?OZIOmNVT+9M6os zJ>x(u2O%ZWUU`J%xR-qt9-vPkPC0?ZjT2Qp&fmh0)a9z~>h7wqt3LOO#R7rvsd^xP z1?>+sZhtlyPhlh*AOsOKBoS>>iaHBfWVNlxZrjGTLML+DuF>r<7kO=ul64{+;hquU zN_uLw^CH(IW$%*0ab>EDs|Ov`l<5oA-<7J&w2xXh-fyOzRBC^_6C8A7X)JJ`UG0mj z#mN#LveSCL%$wVMyS`T43gF~BpEa?P7ATUmsUU48Xxn;4_NZXOI`i7L(QV;??nqa- zB6mhkX*&nHC-O%3L_tiQ5lF!oMffeeA~tDHK{_Q}z!0(|_Ot7LTM017s}FSy1V{22 zh?JysOitN3yC9ULR%)Mu%^g8Nx?^&l!+AmAcv>ra+DV23sZKUEI;k*ug;97|RC zp|5(C!7v;~-G!rMa3Ga@+e`#_9H$5UxN;=pqe|G_o!E~Tm%gkd-Bd0NIzg|qFO$lk zJE(AQ6Ma>|XoO5F!*p+XVBULiaIEqW{HHJy4@8L;s7rl1n!CYs@haJO1;yvsnTeAKW7)D(&$ifI(@p_oO1E?>Y%5NC|AKu0sT;xq96 zCpdiYRTzI`2MG$#$Z8`8a$i`^&Nf$>TduFtzIid3^0*VpCEU$G*lhH{t^02Kyz^Q$ z4;$f1J;~(%Zu7!Uyg!6@`U-s2`ylS%ezh843|Aj!g9B4begQG2YvlW-69$Nrb2?@h z^u!ulDLb@!Ox;WELkH`blK3Mtn}gYhFzZcb=gn*$W*?gq3KsxY&q2#3hf{)mO&H-* zFY$aI_7%ai3f)n4RQIr4;@P+^VfeITPTRFYFtJA;+s2%^!`!)x?&}`gdvoU< z)|oj2Z}Z_lCR{@%S&<^(GuK9g6ln!Ug63JC@_MKl&Cb90z{ETs6Z|t zPN-sN{DqPkthq_J0F9=|gS-MN7&H&93Um?WG+xmq>cIEMv@nTOW4NILu2U)+8JsdI zf@p`6Wkz`##4;QBo9;z03P!aXOb1@w3qvO3Fsu*5ur+3(tF3cW_nvMaW_S0~cSr5p z7@GF|LK2xFQH2nw$Xcou$&0ke_^{M@f(rkmW>!&IlY*2eN|N%Z<@4ZdL^L-z+$}_M jo)c?CFsVqpu$^iGvtiT+m%mwGx!b?ln(`d4cjW#6y55tw literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 00000000..38f32517 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 + +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 +) + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 00000000..98f99701 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import Big5DistributionAnalysis +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self): + super(Big5Prober, self).__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "Big5" + + @property + def language(self): + return "Chinese" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 00000000..c0395f4a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,233 @@ +######################## 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 .euctwfreq import (EUCTW_CHAR_TO_FREQ_ORDER, EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO) +from .euckrfreq import (EUCKR_CHAR_TO_FREQ_ORDER, EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO) +from .gb2312freq import (GB2312_CHAR_TO_FREQ_ORDER, GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO) +from .big5freq import (BIG5_CHAR_TO_FREQ_ORDER, BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO) +from .jisfreq import (JIS_CHAR_TO_FREQ_ORDER, JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO) + + +class CharDistributionAnalysis(object): + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self): + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order = None + self._table_size = None # 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 = None + self._done = None + self._total_chars = None + self._freq_chars = None + self.reset() + + def reset(self): + """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, char_len): + """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): + """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): + # 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, byte_str): + # 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): + super(EUCTWDistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCKRDistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(GB2312DistributionAnalysis, self).__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): + # 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 + else: + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(Big5DistributionAnalysis, self).__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): + # 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 + else: + return 157 * (first_char - 0xA4) + second_char - 0x40 + else: + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(SJISDistributionAnalysis, self).__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): + # 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 (first_char >= 0x81) and (first_char <= 0x9F): + order = 188 * (first_char - 0x81) + elif (first_char >= 0xE0) and (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): + super(EUCJPDistributionAnalysis, self).__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): + # 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 + else: + return -1 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 00000000..5812cef0 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,107 @@ +######################## 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 .enums import ProbingState +from .charsetprober import CharSetProber + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter=None): + super(CharSetGroupProber, self).__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers = [] + self._best_guess_prober = None + + def reset(self): + super(CharSetGroupProber, self).reset() + self._active_num = 0 + for prober in self.probers: + if prober: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self): + 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): + 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): + for prober in self.probers: + if not prober: + continue + 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 + elif 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): + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + elif state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober: + continue + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 00000000..eac4e598 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,145 @@ +######################## 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 .enums import ProbingState + + +class CharSetProber(object): + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter=None): + self._state = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self): + self._state = ProbingState.DETECTING + + @property + def charset_name(self): + return None + + def feed(self, buf): + pass + + @property + def state(self): + return self._state + + def get_confidence(self): + return 0.0 + + @staticmethod + def filter_high_byte_only(buf): + buf = re.sub(b'([\x00-\x7F])+', b' ', buf) + return buf + + @staticmethod + def filter_international_words(buf): + """ + 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 = re.findall(b'[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?', + 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 filter_with_english_letters(buf): + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + Also retains English alphabet and high byte characters immediately + before occurrences of >. + + 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 + + for curr in range(len(buf)): + # Slice here to get bytes instead of an int with Python 3 + buf_char = buf[curr:curr + 1] + # Check if we're coming out of or entering an HTML tag + if buf_char == b'>': + in_tag = False + elif buf_char == b'<': + in_tag = True + + # If current character is not extended-ASCII and not alphabetic... + if buf_char < b'\x80' and not buf_char.isalpha(): + # ...and we're not in a tag + 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' ') + prev = curr + 1 + + # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py @@ -0,0 +1 @@ + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e4287e4907007fddc9fee61c6ffdd0adbe08963 GIT binary patch literal 221 zcmZ9GK?=e!5JgkzLIh9X30$5zPo%oj<&*w;S*(VCCAbZ!hS(+gq+vWa#Wa0T(z9asH z*|)UVeq1a*#;ax+xHYi2&7I87oq?0P12^{uo=r42^9O$Y4F& z^GQ0IFrAzU#mYjkQnI|1f{oKmuqx3L#gc+EDXLOxVqtnBQpvc`Vx$F+L@_FPTAZjT z`u$&$yvjtsA4Lq$9X6UIvSDPZ%tbAeCM9G@TGf1;tv)+X3tpb9&iw}uA7G&;Y*ZHG zl;aM;?sXqtvtJA7vqX*3^fl)D-Fs2=>6jJe#t7I{$#Mo^{4PuN+T;{ArA0N>Y%I&1 zDGgJ)QS@(w$7;LgFd3>cn`#lKIXS=_R5C4eJf0RKotA|;nieVS7jc$qA(KoUw{5c* z$1@=n_Tv~!_wknx@Ok4;MM~r(dsO?bl*X^`8##2_`tk7%@P2}~&Jt~1S{KgJdSrcl zbm3}y>0a6w?$Wt(mhQ^7t)+A7%3HQo*x&e|dMm^lH2=cWfqZ{yU+w7dYIlXKS~(Z? z(&Nr;OMb-Nt7y4if#%(|R+Jw;QCId8s~s%9uf6@b&{J8k1g?SQCy2X3;tXkuAd*Xm z$q=csNds1n!CXhWl(mE`Rhp=c00r+-a`dZ2COON}La07_3Q_fx>5`oYLyzWKKqpXO*cdIaIS^g7F#5_=(A&tw7u2_$&_VCTEvB@^?h4%n={a|rkNl;DNqO| z+^Dg*{rsZOo?pC{YtJuC^h2I5_K6L7Cxx13y1gfN5K6O4Iwn#kbK{ML;Kt)9H{*}8 zQVA0@%#tE+0xl?}jH~9#+=4eqf6TSWH@cW$T*^GrZQuB{9mXT|jXgCUt>qB}{nL`S z@%iqry$NcrC#MBAdgrA)>s8Zinx~zas!)jHf0v4bW3DG<(VK~4*2~i2di`Pd{=J?; zs&}enbe5b5)vMB~hjd5b%HF!(d!sDf%;E2DH8%%M-c;oLxEzySieU(%&<^d$4jj*R zUWQI!d-f41EgQ3!kt^Q;(+GHV{dky>N9zLlJ0{vXwFyRF*hp{t)Zs4ov~}fje`WJP zd-A6CPlLjx@pR|J<~uKZln8MGGI?|r>RoW|y>N+&0Ye5*6Sa{@fa$BX0rpv+eYP&2>%(^ec`QXeRbrHmQ^D7uyt%7GcQpk=g?9Y_ z4Uds>ciFRNNTx1H|LT7K>u1kcs@POPPFf(x5@Hpg>P{>=| z;#!$kCY!8Qgq>T7V*DDK7k~Z(HKX$hD&+@II0vPiX5`v4L9juMM&@MuE5cu2e89yx zL233IxNjRr4vqbbwr9MF$SUKJ<;E{yyD~d#=EZKOvj%muvz{#W?tB0MJZUSyLfbJx zQiF?p4_UeR$Cu?45f_Z=j^J{u8KQ*%yudsY*}Tghqxu#5wZrjK0BeN67 zyd1@`iDLA2bUYEqlG?I#X&}sz@6$l$nm2)Y-8JTQ*I{iee)~suy1)SZNHy4g=f@cE z57GP>H2+GatXoFomW|Q`@6d^Wb8D!b5&kAG`7{&1C74uiVeqV*2O*4aIV~V* self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 00000000..b68078cb --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,195 @@ +######################## 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 , +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 +) + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 00000000..345a060d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCKRDistributionAnalysis +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self): + super(EUCKRProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-KR" + + @property + def language(self): + return "Korean" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 00000000..ed7a995a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,387 @@ +######################## 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 + +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 +) + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 00000000..35669cc4 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,46 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCTWDistributionAnalysis +from .mbcssm import EUCTW_SM_MODEL + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self): + super(EUCTWProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-TW" + + @property + def language(self): + return "Taiwan" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 00000000..697837bd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,283 @@ +######################## 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 + +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 +) + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 00000000..8446d2dd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,46 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import GB2312DistributionAnalysis +from .mbcssm import GB2312_SM_MODEL + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self): + super(GB2312Prober, self).__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "GB2312" + + @property + def language(self): + return "Chinese" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 00000000..b0e1bf49 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,292 @@ +######################## 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 .charsetprober import CharSetProber +from .enums import ProbingState + +# 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): + # 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): + super(HebrewProber, self).__init__() + self._final_char_logical_score = None + self._final_char_visual_score = None + self._prev = None + self._before_prev = None + self._logical_prober = None + self._visual_prober = None + self.reset() + + def reset(self): + 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._before_prev = ' ' + # These probers are owned by the group prober. + + def set_model_probers(self, logicalProber, visualProber): + self._logical_prober = logicalProber + self._visual_prober = visualProber + + def is_final(self, c): + return c in [self.FINAL_KAF, self.FINAL_MEM, self.FINAL_NUN, + self.FINAL_PE, self.FINAL_TSADI] + + def is_non_final(self, c): + # 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): + # 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 == ' ': + # We stand on a space - a word just ended + if self._before_prev != ' ': + # 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 == ' ') and + (self.is_final(self._prev)) and (cur != ' ')): + # 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): + # 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): + return 'Hebrew' + + @property + def state(self): + # 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 00000000..83fc082b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 + +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 +) + + diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 00000000..20044e4b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,233 @@ +######################## 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 ######################### + + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +jp2CharContext = ( +(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), +) + +class JapaneseContextAnalysis(object): + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self): + self._total_rel = None + self._rel_sample = None + self._need_to_skip_char_num = None + self._last_char_order = None + self._done = None + self.reset() + + def reset(self): + 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, num_bytes): + 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[jp2CharContext[self._last_char_order][order]] += 1 + self._last_char_order = order + + def got_enough_data(self): + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self): + # 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 + else: + return self.DONT_KNOW + + def get_order(self, byte_str): + return -1, 1 + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self): + super(SJISContextAnalysis, self).__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self): + return self._charset_name + + def get_order(self, byte_str): + 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): + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 00000000..e963a509 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 00000000..d99528ed --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4398 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 00000000..484c652a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 00000000..bbc5cda6 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 00000000..5594452b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5718 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 00000000..9a37db57 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 00000000..43f4230a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 00000000..7d1e8c20 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,145 @@ +######################## 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 .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 + +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 +) + + +class Latin1Prober(CharSetProber): + def __init__(self): + super(Latin1Prober, self).__init__() + self._last_char_class = None + self._freq_counter = None + self.reset() + + def reset(self): + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + CharSetProber.reset(self) + + @property + def charset_name(self): + return "ISO-8859-1" + + @property + def language(self): + return "" + + def feed(self, byte_str): + byte_str = self.filter_with_english_letters(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): + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + if total < 0.01: + confidence = 0.0 + else: + confidence = ((self._freq_counter[3] - self._freq_counter[1] * 20.0) + / total) + if confidence < 0.0: + confidence = 0.0 + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence = confidence * 0.73 + return confidence diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 00000000..6256ecfd --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,91 @@ +######################## 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 .charsetprober import CharSetProber +from .enums import ProbingState, MachineState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter=None): + super(MultiByteCharSetProber, self).__init__(lang_filter=lang_filter) + self.distribution_analyzer = None + self.coding_sm = None + self._last_char = [0, 0] + + def reset(self): + super(MultiByteCharSetProber, self).reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = [0, 0] + + @property + def charset_name(self): + raise NotImplementedError + + @property + def language(self): + raise NotImplementedError + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + 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 + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + 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): + return self.distribution_analyzer.get_confidence() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 00000000..530abe75 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,54 @@ +######################## 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 .charsetgroupprober import CharSetGroupProber +from .utf8prober import UTF8Prober +from .sjisprober import SJISProber +from .eucjpprober import EUCJPProber +from .gb2312prober import GB2312Prober +from .euckrprober import EUCKRProber +from .cp949prober import CP949Prober +from .big5prober import Big5Prober +from .euctwprober import EUCTWProber + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter=None): + super(MBCSGroupProber, self).__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber() + ] + self.reset() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 00000000..8360d0f2 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,572 @@ +######################## 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 .enums import MachineState + +# BIG5 + +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 +) + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL = {'class_table': BIG5_CLS, + 'class_factor': 5, + 'state_table': BIG5_ST, + 'char_len_table': BIG5_CHAR_LEN_TABLE, + 'name': 'Big5'} + +# CP949 + +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 +) + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL = {'class_table': CP949_CLS, + 'class_factor': 10, + 'state_table': CP949_ST, + 'char_len_table': CP949_CHAR_LEN_TABLE, + 'name': 'CP949'} + +# EUC-JP + +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 +) + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL = {'class_table': EUCJP_CLS, + 'class_factor': 6, + 'state_table': EUCJP_ST, + 'char_len_table': EUCJP_CHAR_LEN_TABLE, + 'name': 'EUC-JP'} + +# EUC-KR + +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 +) + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL = {'class_table': EUCKR_CLS, + 'class_factor': 4, + 'state_table': EUCKR_ST, + 'char_len_table': EUCKR_CHAR_LEN_TABLE, + 'name': 'EUC-KR'} + +# EUC-TW + +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 +) + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL = {'class_table': EUCTW_CLS, + 'class_factor': 7, + 'state_table': EUCTW_ST, + 'char_len_table': EUCTW_CHAR_LEN_TABLE, + 'name': 'x-euc-tw'} + +# GB2312 + +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 +) + +# 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 = {'class_table': GB2312_CLS, + 'class_factor': 7, + 'state_table': GB2312_ST, + 'char_len_table': GB2312_CHAR_LEN_TABLE, + 'name': 'GB2312'} + +# Shift_JIS + +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 +) + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL = {'class_table': SJIS_CLS, + 'class_factor': 6, + 'state_table': SJIS_ST, + 'char_len_table': SJIS_CHAR_LEN_TABLE, + 'name': 'Shift_JIS'} + +# UCS2-BE + +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 +) + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL = {'class_table': UCS2BE_CLS, + 'class_factor': 6, + 'state_table': UCS2BE_ST, + 'char_len_table': UCS2BE_CHAR_LEN_TABLE, + 'name': 'UTF-16BE'} + +# UCS2-LE + +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 +) + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL = {'class_table': UCS2LE_CLS, + 'class_factor': 6, + 'state_table': UCS2LE_ST, + 'char_len_table': UCS2LE_CHAR_LEN_TABLE, + 'name': 'UTF-16LE'} + +# UTF-8 + +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 +) + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL = {'class_table': UTF8_CLS, + 'class_factor': 16, + 'state_table': UTF8_ST, + 'char_len_table': UTF8_CHAR_LEN_TABLE, + 'name': 'UTF-8'} diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..812bc8fe1bfa6bbd9855c605ee0a1c232fdfcabe GIT binary patch literal 226 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 00000000..3237d5ab --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,310 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +""" +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 __future__ import absolute_import, print_function + +from string import ascii_letters + + +# TODO: Add Ukranian (KOI8-U) + +class Language(object): + """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=None, iso_code=None, use_ascii=True, charsets=None, + alphabet=None, wiki_start_pages=None): + super(Language, self).__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): + return '{}({})'.format(self.__class__.__name__, + ', '.join('{}={!r}'.format(k, v) + for k, v in self.__dict__.items() + if not k.startswith('_'))) + + +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=u'ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ', + wiki_start_pages=[u'الصفحة_الرئيسية']), + 'Belarusian': Language(name='Belarusian', + iso_code='be', + use_ascii=False, + charsets=['ISO-8859-5', 'WINDOWS-1251', + 'IBM866', 'MacCyrillic'], + alphabet=(u'АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯ' + u'абвгдеёжзійклмнопрстуўфхцчшыьэюяʼ'), + wiki_start_pages=[u'Галоўная_старонка']), + 'Bulgarian': Language(name='Bulgarian', + iso_code='bg', + use_ascii=False, + charsets=['ISO-8859-5', 'WINDOWS-1251', + 'IBM855'], + alphabet=(u'АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯ' + u'абвгдежзийклмнопрстуфхцчшщъьюя'), + wiki_start_pages=[u'Начална_страница']), + 'Czech': Language(name='Czech', + iso_code='cz', + use_ascii=True, + charsets=['ISO-8859-2', 'WINDOWS-1250'], + alphabet=u'áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ', + wiki_start_pages=[u'Hlavní_strana']), + 'Danish': Language(name='Danish', + iso_code='da', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'æøåÆØÅ', + wiki_start_pages=[u'Forside']), + 'German': Language(name='German', + iso_code='de', + use_ascii=True, + charsets=['ISO-8859-1', 'WINDOWS-1252'], + alphabet=u'äöüßÄÖÜ', + wiki_start_pages=[u'Wikipedia:Hauptseite']), + 'Greek': Language(name='Greek', + iso_code='el', + use_ascii=False, + charsets=['ISO-8859-7', 'WINDOWS-1253'], + alphabet=(u'αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώ' + u'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ'), + wiki_start_pages=[u'Πύλη:Κύρια']), + 'English': Language(name='English', + iso_code='en', + use_ascii=True, + charsets=['ISO-8859-1', 'WINDOWS-1252'], + wiki_start_pages=[u'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=(u'abcĉdefgĝhĥijĵklmnoprsŝtuŭvz' + u'ABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ'), + wiki_start_pages=[u'Vikipedio:Ĉefpaĝo']), + 'Spanish': Language(name='Spanish', + iso_code='es', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'ñáéíóúüÑÁÉÍÓÚÜ', + wiki_start_pages=[u'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=(u'ABDEGHIJKLMNOPRSTUVÕÄÖÜ' + u'abdeghijklmnoprstuvõäöü'), + wiki_start_pages=[u'Esileht']), + 'Finnish': Language(name='Finnish', + iso_code='fi', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'ÅÄÖŠŽåäöšž', + wiki_start_pages=[u'Wikipedia:Etusivu']), + 'French': Language(name='French', + iso_code='fr', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ', + wiki_start_pages=[u'Wikipédia:Accueil_principal', + u'Bœuf (animal)']), + 'Hebrew': Language(name='Hebrew', + iso_code='he', + use_ascii=False, + charsets=['ISO-8859-8', 'WINDOWS-1255'], + alphabet=u'אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ', + wiki_start_pages=[u'עמוד_ראשי']), + '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=(u'abcčćdđefghijklmnoprsštuvzž' + u'ABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ'), + wiki_start_pages=[u'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=(u'abcdefghijklmnoprstuvzáéíóöőúüű' + u'ABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ'), + wiki_start_pages=[u'Kezdőlap']), + 'Italian': Language(name='Italian', + iso_code='it', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'ÀÈÉÌÒÓÙàèéìòóù', + wiki_start_pages=[u'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=(u'AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽ' + u'aąbcčdeęėfghiįyjklmnoprsštuųūvzž'), + wiki_start_pages=[u'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=(u'AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽ' + u'aābcčdeēfgģhiījkķlļmnņoprsštuūvzž'), + wiki_start_pages=[u'Sākumlapa']), + 'Macedonian': Language(name='Macedonian', + iso_code='mk', + use_ascii=False, + charsets=['ISO-8859-5', 'WINDOWS-1251', + 'MacCyrillic', 'IBM855'], + alphabet=(u'АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШ' + u'абвгдѓежзѕијклљмнњопрстќуфхцчџш'), + wiki_start_pages=[u'Главна_страница']), + 'Dutch': Language(name='Dutch', + iso_code='nl', + use_ascii=True, + charsets=['ISO-8859-1', 'WINDOWS-1252'], + wiki_start_pages=[u'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=(u'AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻ' + u'aąbcćdeęfghijklłmnńoóprsśtuwyzźż'), + wiki_start_pages=[u'Wikipedia:Strona_główna']), + 'Portuguese': Language(name='Portuguese', + iso_code='pt', + use_ascii=True, + charsets=['ISO-8859-1', 'ISO-8859-15', + 'WINDOWS-1252'], + alphabet=u'ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú', + wiki_start_pages=[u'Wikipédia:Página_principal']), + 'Romanian': Language(name='Romanian', + iso_code='ro', + use_ascii=True, + charsets=['ISO-8859-2', 'WINDOWS-1250'], + alphabet=u'ăâîșțĂÂÎȘȚ', + wiki_start_pages=[u'Pagina_principală']), + 'Russian': Language(name='Russian', + iso_code='ru', + use_ascii=False, + charsets=['ISO-8859-5', 'WINDOWS-1251', + 'KOI8-R', 'MacCyrillic', 'IBM866', + 'IBM855'], + alphabet=(u'абвгдеёжзийклмнопрстуфхцчшщъыьэюя' + u'АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ'), + wiki_start_pages=[u'Заглавная_страница']), + 'Slovak': Language(name='Slovak', + iso_code='sk', + use_ascii=True, + charsets=['ISO-8859-2', 'WINDOWS-1250'], + alphabet=u'áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ', + wiki_start_pages=[u'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=(u'abcčdefghijklmnoprsštuvzž' + u'ABCČDEFGHIJKLMNOPRSŠTUVZŽ'), + wiki_start_pages=[u'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=(u'АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШ' + u'абвгдђежзијклљмнњопрстћуфхцчџш'), + charsets=['ISO-8859-5', 'WINDOWS-1251', + 'MacCyrillic', 'IBM855'], + wiki_start_pages=[u'Главна_страна']), + 'Thai': Language(name='Thai', + iso_code='th', + use_ascii=False, + charsets=['ISO-8859-11', 'TIS-620', 'CP874'], + alphabet=u'กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛', + wiki_start_pages=[u'หน้าหลัก']), + '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=(u'abcçdefgğhıijklmnoöprsştuüvyzâîû' + u'ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ'), + wiki_start_pages=[u'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=(u'aăâbcdđeêghiklmnoôơpqrstuưvxy' + u'AĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY'), + wiki_start_pages=[u'Chữ_Quốc_ngữ']), + } diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 00000000..46ba835c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,145 @@ +######################## 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 collections import namedtuple + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +SingleByteCharSetModel = namedtuple('SingleByteCharSetModel', + ['charset_name', + 'language', + 'char_to_order_map', + 'language_model', + 'typical_positive_ratio', + 'keep_ascii_letters', + 'alphabet']) + + +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, reversed=False, name_prober=None): + super(SingleByteCharSetProber, self).__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = None + self._seq_counters = None + self._total_seqs = None + self._total_char = None + self._freq_char = None + self.reset() + + def reset(self): + super(SingleByteCharSetProber, self).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 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self): + if self._name_prober: + return self._name_prober.charset_name + else: + return self._model.charset_name + + @property + def language(self): + if self._name_prober: + return self._name_prober.language + else: + return self._model.language + + def feed(self, byte_str): + # 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) + 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 + # TODO: Follow uchardet's lead and discount confidence for frequent + # control characters. + # See https://github.com/BYVoid/uchardet/commit/55b4f23971db61 + 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 threshhold %s', charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self): + r = 0.01 + if self._total_seqs > 0: + r = ((1.0 * self._seq_counters[SequenceLikelihood.POSITIVE]) / + self._total_seqs / self._model.typical_positive_ratio) + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 00000000..bdeef4e1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,83 @@ +######################## 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): + super(SBCSGroupProber, self).__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + False, 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, + True, 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 00000000..9e29623b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,92 @@ +######################## 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 .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import SJISDistributionAnalysis +from .jpcntx import SJISContextAnalysis +from .mbcssm import SJIS_SM_MODEL +from .enums import ProbingState, MachineState + + +class SJISProber(MultiByteCharSetProber): + def __init__(self): + super(SJISProber, self).__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self): + super(SJISProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return self.context_analyzer.charset_name + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + 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 + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + 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): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 00000000..055a8ac1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,286 @@ +######################## 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 .charsetgroupprober import CharSetGroupProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .mbcsgroupprober import MBCSGroupProber +from .sbcsgroupprober import SBCSGroupProber + + +class UniversalDetector(object): + """ + 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'} + + def __init__(self, lang_filter=LanguageFilter.ALL): + self._esc_charset_prober = None + self._charset_probers = [] + self.result = None + self.done = None + self._got_data = None + self._input_state = None + self._last_char = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = None + self.reset() + + def reset(self): + """ + 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() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str): + """ + 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 len(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 = {'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 = {'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:] + + # 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()) + 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): + """ + 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 + lower_charset_name = max_prober.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) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 00000000..6c3196cc --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 .charsetprober import CharSetProber +from .enums import ProbingState, MachineState +from .codingstatemachine import CodingStateMachine +from .mbcssm import UTF8_SM_MODEL + + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self): + super(UTF8Prober, self).__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = None + self.reset() + + def reset(self): + super(UTF8Prober, self).reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self): + return "utf-8" + + @property + def language(self): + return "" + + def feed(self, byte_str): + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif 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): + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB ** self._num_mb_chars + return 1.0 - unlike + else: + return unlike diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 00000000..70369b9d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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 setup.py and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "4.0.0" +VERSION = __version__.split('.') diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 00000000..b149ed79 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,6 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.4' diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a84e718b24a9b0f7eb35bf7eb475f6718453ce3 GIT binary patch literal 469 zcmZ8dxlY6|5RG$fcEgHxCB7iV##|*rT%x2|BqTRh*jTKEk7%4MED|5YFS(_nqNl>c zAt6Tc8^1aA#!jb`DA)w`PW_j|CH_4hxOrAHT4r5DH|o708{`8LW+j&`!6VXi_@% literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd6ffbdb067385005f6829dc5b75afbfec01de63 GIT binary patch literal 3030 zcma)8-E-4M5Z6hvEz6c|LP(&{*8Rq9v7nu{Gtgn;I3}bRCle==B1%=^J7N(>GAAW8 znJ~jl_(SL;|I)qoNzc47)0ys`;>6@*26^u1+gsh6JoD z%-GkQJji8Q0l6Y&6XbJr0^|vn2YmtL^K=sANhudWzCfoyo|3Y~3j2yvVnx6*vj8j1 z1UyHlyGrfS?n`r}??=_mkZuiFb)5x_dohcujZSx=+UtAV>&1*$dm)9vIIIr2AH;sJ z4kLq*%OTKj`hhoy>SmX*o7H|C4{zEw3+m7P4S&d}@6|)TZlh$QU6(~YZ^&FUYVN9+ zA3}Tdj^ug-Vm5lPuR&``;4>WVnpGMowy$c_BIQ)?ScRJK>o3Q zAhYuXxRe!iu15X#bO`*-U+Tdv>_TvGQj-~)?R75^vu`4xY5P1Os zdkL;^V%brAIcjA*f8$8tHxNi*#0l%g-hg@Bje4B1U;#S&>~!vDNtJq)D~12)RRUvpoK2-4ah9}-=R)jeg8?5i)-Si@ed@2UG_Un9yhosM|t)-pn)J{M*b zdpwSw`*C07)>-VuF&8<=0(NAwYnsp_Hh3cRz}sXZv+WJGPDIvlT|e++*Zm0gCHYd+ zO=6M?QD5r+?M@teR3E+A0Y_mL+H_rEx^7y+&@Z~~vn_9sYIqe4jpm}+$m8eMzc&yPP zq^2xP>Btt3LY`oS_b{KM2m81jCg`Z-$+41eq!d;8$MBjU!I*Qh1k}}~uRtTIxoaJ* zS6^K^b2a`o%#Z~zo09Y@S~x~heQt5B^Ua~@@|bDVe1P%h*~W8s7MIr=%X76u`)ST) zsOksG4_IRE>?QQsM)TfxhxW(!kD4Bae)M2}l#1vI2=erWI!I4nIEmA=sPcf)I`7CW zLGH@6YuZ6({uX5Ccnr0r#qKpQ7h$fikloT)5JAj*y~93||C=3jyWn=C3rfud6JS5i5S_MpA@ASq{{yg@F#=2{}tX zfd!IJ5vmC2V}d>==wpJLOE44(GA?lt9wPjK@Ce~g1Q+2i1P`F|X7X6DL}s=P$raji zYffb5ms_ol$UbPb+ly;LpKY(UMDBiLzSUW22)+5B(Gi)oy9+BVky&naTPwn9FU;Rv zktW>M@1h_@Foi;@lO|CtNnL6h<>JBA)fP%+DIF|zq{bytN^QxdK|D2)zkq)?puNS= z7>Z6#{Iu~AgK(U2W`a510HcJ=!lj;Eg@FX?FF}GOSSbmzEJ4C1NVUX9z)d6+fgwCW zSV!n1_y|uCHUK(&0q|6RFp=}9#I$mh&fKf4z_ZB+#LA|ZUN_!>ZvuJz;g>{$S7-uF z>C|$^iIJUM#@q^RZsESjb{3cKH`*dE)9yCf?Nj$0fGOl&WCDzG0FlOVtX*8RHX(AZ zOT(V)@(jovzkaxdfV1T12*=x-o1=i^BLdy$Ek(B}Z6Lz={kq!_W-PgkMFk6e?C_sxp<$W=R%q+5Z6w?P1LT literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e0565c18e01a07793a0d0e544291f57f69c6ab2 GIT binary patch literal 7928 zcmaJ`OK=>=d7kch?Cb-J1qgxwAHs-sB&RG#LsmR3!ktjZM4 ztK8$B-qPDf)o7blvu#zacBYzX+f|!scxSY-?OZk2&R6s8Lbag!%+^G^SS_|EtCOHv zHR~5W)@9=7{oKA*&AzF5mY4ZJ^D=&EU$0Jqw!JLqtfHqqwxN}CAAu*W@)1K_Hl@8B zM2#Dv@RQa`t^Pn}sc$3RZTZqn9{S4KdRdp5yNzJe7j0>yu^P5Qp;~H8nM><&Bk)=+ zna8u%X}GZ;#dTV3^rwTkh7zr#@-@N(Sg@*2czmE$4bSjQJk4Y;RV&#;HRI*HJo;^~ z;7#C}^>bd)oBTlAXVtt{!p^4T#6~RqTKlf3bvnN2{bA0*kEqD0IgxtjEJoe>j#G<3 zdto;&UvO&mxDjkqSIvncb;RmtP5#f_vXDbv=t<_Rf)#6w*?ssD!-_-pGA7E(g zY>BY#wEcJ|^qiL;i$?4(mS4W$Jl<(wrAFjyn_ZOP1FY&L!8i>I2H!CD``zqAv!{Uy;20$(gW4#k6|PPf%_M@dvqqF2}P4U0VYBjW~q- zyn5wQXII*;+Xx!5>&_AYq*j)mW4+m9+r2axR41qgKWYM2(>u^mb4!DD)kaVO4T#sw6`)wIz& zHO^H!*>iakr}6bM4gkIXgrFC+-SGu!v7Z?(_&Fz%eEa+pQNj!i4sare4Au<7JXoLJ zNmD7(Q=aZV_MgP#OgI>~IAEg0dMA$WT21iGj%|FPWMUHyI)y#vv6waaBTdZpp;WM^ zc*c6u=xWidYMEWU^B_09OrJHaJ$@IbwhxXCEzazgnMQx_Xr8{IJ=V%bMHYYQozyTrzA!42?QWrrYEF7u` zC27Ol!)e63g7_HWji3``1H=R>l1+uCtr^TVZOhhG(RrcB)QCDp9Q%>(Uqgw04b`Z} z^Nj=3Jcow}G?_Ndocm@72mb1n-XAHKbF1BH`E8g8@_<7JHt=Z5 zja_iUz`-|O_&9=RYqVPAPa7R)xw3J~sqfSTyr`dew#a|j_2JK=#4*M@zC+pzM;mxf zV+$TI?sQ}2bKwu+bK~7~%G3in_@oWD7>9~IDoXS_ zs8aW8kb8|eQTya-_1I{d9(%y|%)S|(jIDib&+6;26`FXtZ*^XRO6bi@K?_yuz&_Lp z+MeFm@ol!x)wtLCR``|SIMt$Ydt5p5TwgoLA40X<0;yL#(JXd}nk2he<`v04XSyyb)beYD9W? z3ne0-V{uC_=sBJU-}Ajo&aEwHtJaGA3nYsHRjJqxCra#Y zq6$G6JNFS3Zf*I{0`GzoAZS!dlE|(CnnpCDs7vpoM6!t?6@F3tnRo%>hNc^GB%nqeEjV z^U+S&ZFwqGZIU#QpP9CMr$$eGWXv(2M2DUq9Q<$LOH!I|GqD;osvBC&n>w7jvBkav zMQ)mCTXCjoZgEB1DV@hmm%!4jK3G?cGu31d!VoFb@^khnxQo5AVQz<=_($gtD zozf>#`b0|4r1Z&@o+VoGo@<^;-{n2FrGxuib1v<{vupwGu1DcQ_S|J0Pa3NaZ(lEY@xF>#*fFC(tPvI+FC_g@2st_-@Yr2mGy6|$;{i!Z?07~m!+}# z&T>VXcW>U>T$2Wdz9UV=gPd5WHPxK%+ONpGA~7Km$vZVMkwx_`S%Bz5`sp{;h?-PX zy5P}kT9~M0F2w*yL6;zD+@~~y;Wg^9cmo~d9^xzLi&3KAMO8$=nnS2sLTU#X0^D#d-es#nb%nif8!W7SHm(DW2m$$i2Y- zy0pOms^sv$EWOCTUpjC6Md=GAMt_#H7JFw#E!CJ;eg4JgI<`dCDzeB;3Aphl)CV^h_c+&*(d(mp_k@Xs~hbo zk1fbuiWjLmZj)6se1QIluEzyL-vyq7H!d*av)&&yy@-?|Uc_DVc?nEV5~4f7UxWy1Suf9y>*vn2OrreKb6V;7vO~(0Iu9 z5GpoVa+24zdvg^09q5PJdwkD8(5TU=BG5Aqb#NKI01QGDfNl=3Lf@1TI%4!9>Dn=hp^HZbqL2!Ub zC>0@^V;GJj`oOJWIMqlbPLYf{t4i6H`Se>ijOw^=;D+F?qTE@N_7>t2Y(pUV)Tsrs zl!z>%ltzGb;geVv2H)0jO_A2N2)ms~>McJgTS**o9?;`X*%cAek7m0T*LTQrA`vHb zWRu2a`W}Y=0g6hW8CDKwUcjjrA=k64cW(6DpV6N>N%Y`HZ8GBO{7L9=p85k^4RP`+ zjY0Hp@OdrOUg-6+`l=tPr1&Q0C>uwc5-oIyHdSMKxrM$zMv3SiZnGJ1Z+zN2`z-HA zKpsmY66-_ddo3lcZyV@jDL zecb1;H^w2mjm;- zWAG6F6(F@&sw8NF3Nl~~Jf)5};whK>(q+jyV*(&*1I^0 z>hS}-bhQ;ifuq+i4Zr=Eef1++v&_`e&)>`!F-UD@;@D<*vYB)vh=-8vA^Tks1cB&M zH6{#C(D&ykDa+?I^?}sC{#IN3D*C0dys~;7$!at1B1r*7@8G(k5E-aW2g5{2)kCVr z76{PyrzjC+F>N*nd9!)pQ=>5VV`>@9FzioI^WN#_V|7dh>E1DvLHw^q$slCpLZ8F( ze}UwI)C`y);jvu#=CDN-|g8R@7sB83#;_) zEfkMaorhMTFZ+A&Ui0M3vU@qqmg#5vNLVP|$y22fNjX;$F2FewUI@}vbV&Af$=(uz z-t|$H4at@zTaj#4vg=5VzD94}ql$)$WmK|&8*b#gQC;BrDRT+cY6QMKfy{@S*nhVZ z;{OG>&&r9kqvkccQC!X^W>v`siG?(kF_KwIBe^P-ZctO4qXl1}5iF4GiDbLu5=4gX z`zX;XsB9!9bNHjwB)Jj(zVWf0nFCE_2E}Ht@L6X3q&GV%Pe+lN|Yp238tk%oz+locD0#jo{Eq!tmEcs!*nq9A9m zbn}{L;OxH^XAW%8smFR~^+{vRir57o$^ay~$S+?hXHz$Rdt()DTzE9Xr)q~PN~1}$ z9(IFRP>wS>z$_h8+=yE~PI!vC$#aVbR2_LbrMSam8pr-V2LA{pqMQ*qZl%A#J;w@$ zLZ2N^7z{iIA`gU+l^f*~Vu=>KOx2gDx`Ik_{J)d@RHuRaR-L-PO%<&ou2DrdkR+ZY zcP}W25afjgc`rdmML9r04303ZjE_ok{TyCgLy1VXC|8^_AvfH9(azZyP%?H2d1K3- zF3buV3r4?#hf2T+vaiypAp%lYKXqwR7f3+?sKQ%eEJ%LTT`;*cnkqgMWT8|VP+H;r qCQ?#Ko{*OLJYJ=JHA$VnPR3e6O=4`bvwVh}vyOiku#!G=`Tqfn9!@*} literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..118b9d881ffa52f347507beb90f726b111723bd7 GIT binary patch literal 1716 zcmZ`(OK;mo5Z+xbDT;dd5%lQ*6^ft$fy8X+90ygX(!+?tH#G zrlXrnpz{riy^qRaqB9O{#~eT5XX2b;dhDr}SG=DFKz~=aD#-Un*6C{I>LwU#+(;G0 zD+UP2QvLf&wqH$52D7p>kj*PN%%-zqHpw3y+3CIkbJw*RBaYpERc1$~Jj#mvhf9BF z`?F6on>+Jps>X+E&)965PqPt*=?b!ORaBrRD$C2<<*LZ7*`6LlgsE(zSTbV1&gF&Q z8;m7xtQOf6;34<}jYVKPjxE@NFT`GO!lC21MlgQoP8QlTb1zMuBQjtdH8psHTsK?nH&E=@R>`Yn`=S=bR(lLM1E6)1d$2;T+WT@vbVY z>5Z%M$08p)+neWZzo*LMUgZ$Wo`Su{1DKgX+N}fJu9Ih~n3?YYDyRc{Z0l%QEeP=! zy<-5b>qt(QJ~TCYRo52z=zvj^TZjHl<;+jH8|kVvb+mNq7|dR79i9`SsjQo7<|}4z@WGC z`OO17z2tL)_&gGhO2%Q`1?b5Y$UqcGLyru!(1tdtE~yTwD^4#hpJ}8G<+_9CZ)hA~ zrkGPg9NR+oR#wzubVr3^AENpV^IEVRDfT!23rqf@so68^wCB`ymmRmX=4_dr@c-(s zPDL%T+*r}WIX!Qr=QHc9+F^tha$nFlDM9gTR|rgTQ@}^)-bxUCwi*NQAv!Ba*2unw zWP{wdLjoQWY9ydp0zFh?;@fHwE3SI&6Lc05Hdej12sHmwz6=-P89!&Ru?P>uON0sM znV`Y*F2)0K1KvS(HHqwgH7oRp*hI7@vZfJyOmVm0fcJ5)ZY)U-cTj_MJp3NTQrRV! zSkCAoM&e223vQ)yx8EP68*mSuIzciMx;UadJatRqh;`MRMywx^OE!59c@RBxG>v>~ zTvxO1US2g(B@Q<5#qr4b&)!JWv(Q&K{&G_3Sz*4S`R+R<#=^$DEo6YH3z9fU!uY;y JV5h|G#{Yz%Y?1%~ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c07e96c378e0fa04a038443a3ef83a573c84b9d GIT binary patch literal 3976 zcmaJ^TXPf16`t<7Xe7%*Hed`GFeVUY!&+Q&s}x1Rvbj_Vi?Y0Nb}FfXL z3uBk4O3J(@uX$x3_h009^y@zDbCQ=(yUsa1vMif*MxN8B`<&@M{hdpqV#*P8s=Hc53f1*?Li=9b-vQzR) zFuT(}xC0<^PQa?!t}`z1cLPqrw( zq~({P&E$E1PRpJ46_CyirE^2+RsWinmO*xHD7!Y4&HLB2Y!c{sUgjliVGWyKA8KA7 zYA*OUv?i?aneL6D?v0`D&-|O9a|?EIb11nP%(5bz1f+h>O6&}@1#YwmE3>H&#J|X< z*;$R^6?UG@z{pj0fz86mZFZ4ef_8yjW^>Sbh^}`v`p?0^LG*7R-=mjTJ)$OS(WVH+ zZY>EJ7ck)NL|wVt<7pFB4j*toc+N1M!TT=@2s0YSw`BEOAc_RSfgw%)yI0vxI=mwK z-7XiEokYB@^!jnX6MgwM?QL_xPj*uV8oP2k=~mwI?%PTnZ4Ubn7Vq7yq>O%QAuz&E-HX7z2pfss zLT<$AF2=u};0!VoKs-y?o4bOyRK6iazbX5IE2kMWw?mwK;S**+_7LA>lv^#xCQU7fS_gVIv^i)U9Nn^g$Pwm(7xOF+UM#3f)%t3qURwzo z)wPwC)nMtXr%zYbf)}e#>w9NYZPk3#od;N&Nq2F3Q8{d<5$$nRW;@lsNE7iY0a&A? zt0s1yNGYPtzT~NLQ?U^Nv^(l7+j$wji#q*IHh^C@(f@}J@UW>N2rGOe|K#W@{k6TAEE6~j<7X*M^5L|^$iUCAP z5q=h#1?qg-TR0u{#o?!`;2bvyx?zV0fhq(+Ct>{<`C<^f>4))90!y)^3Bz`^USC@l zCa!O70ILd(mrrW7U~Q$k4pX%v9P52mWN9o-}$>=^xENFu>rpyobl(Paa60oHrw>ane3J;3d! z_|5|Pt1&SCoP*69xbZ(gfqO%-uIYN<5p94+6&x}8))lrZYinbRjeHHcdW6>| zu8AU-l!$vE9sql6vuMxA&-2iMO#&|HY4A5iUuRwhe}lIVH*JZ#psO7&ZXt(`1)KAb z8a(U-5fis@*hBIK5^dj+k(W*nk`}0^I3Gr5=4FeDU%@~VU32)Li}0<&tHXL|IfWR- z2p!oqeFP!pe2iHdUTv8z7x4^77(Wb)( zrx~I97CIP0e}_C8kTzlDHAzdrL4|)!L>WU0g&jL2>~JLM!ee!LleY z)z~U(y$ZvU}bBp?16(=AxeAU z{AWguvg`Kz_7Ipm^H}E>$8HjL=Ha4|bn(^z!XyzaJ239d-)bU&=|%>`yqEdG$^3xO ziyKIu0D%MN^wqPvbci}8xLCmtpCZ8urSdqaFE#=%t)JDY)93yhsOt*=2ILXkq6Xu~ zYAj|QR<0_3-~!3OKCGogO^v14dL(1M0hbS3B6rfBGe_y7HUEKg;^Zz7b!a@Y?tPIZ z^L^;Tl~Z5R1*#|qZfVQ4nsVTTU~!zqaB1YK6(JI#CSG)UiIBRZOPW43G>~EvW)YYM z0x!DC39@_10*+wdDfcxOT^>KUuZrX6R^~VDEjJWf+9c&Xf3mtudVl)~TV9 z8$()Ge|`CIA7)pxN9eFuo_u#4Ji@&!>sMlGIggd>KwSHOQ9vskFJFr jT(^cC9phjgynuajbD7TZem0Bi6fHMbu-s|4P%QipOUjTT literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a48f6a5909622c41fbe0bbe1ecd6cf5a27970ee GIT binary patch literal 4593 zcmaJ_Npl;=6`r0A0}v#^MIx=mrY+eCl8CUaBu*U1;?B5CfeuMU7E-Ax5IrOTff%M| zAX=j-l53%N#!U!4l1JC=>(#38j9zYlWx0v+UEWSX0!y(GXCT101S@gX#g{zz!jbO|l`2S{IN zZoV=AA&c910;Jr<)8Px;!npT*8G zjNITiF;e9B_#B@HH_q?#Tl_Y-32=A#U2v29ZT=3{mv|1QdSB)M&^`F1LD0;8#FN;o zXwl~&v2np-qh(&QmX#R3ofsERVzlf_#2lV3#&URic;@je;5o(_XptLujagNWD31%m zzPz;=#H(Q^3fsYMLj*x*rF(D?h%Y(^p>%im*0!JQ$+6SrI2O(QZX84i2p$~NyX{!! zqagO{n2Dt0AA};1peeB;^VDC#IV+{MTg;Zd*@$`_A7-YY9T8df4m+F5Wa`Z}XeRp+-}CGuItj#Cf-pXD<|E`% z)nf^Z&6b5`uNZ2?QJ%D_f>N`fRE1#b%Ssj!q@}n^ghVf!f-L7~sLKqUw7TdB;H+ZAXu3~lvt@g5G4WAv(q z2BWfdCUrjS05m)hVnlM87lD$m-6r*v{6)xL7?8iWVxwVWP4*)`v;KEm=)mSi7uJN_ z#yM;bnOS0r8;M~99geIHIZe1dBgH`)&fnV=n$|bDB+?C3aTKfJTSBQA_bF>=eHS zfl%abjqJWq3N1rIQNW7d&{EQ6RHRQa_8E=;7Njo(ZEBEdvmf!9sUroI>r72Ch*GWq z0~2aNEm6j19eqkNE5)(O8P`hnJ8alQ)8#-J3MLxQOr$mriAPAFwo02m1WA#A40>T) z0t+!~ndcU;Py%P2TQR$^6DwhtCa_K3X4SGID%h!Vs#pN0lIQx)j-1==CD^^-o4A)r zQ^yPPsnSEbNA(UzogB_Bg4BMDrg9$TJ2)Nc`Dcj1C!|0)%P@J4xq8 zG?7KhgW2R0ELAQ-yjl}b>1;MrXK>k@Jw^JYo^r_xsEJH@X@aUFykuNhgI*E@Rajjq zvjATF9z@Rf{WGjt<{*NF1{!HMs?&_hS;{0m)&7EYskdya=dIhBde`h2ido9%bP-i} zTmhpr1LB0IG^2`dC8+o3PU5uSD-@wmpn&&u9<|GOL)%0zJj5nt5p9hE zo5kPRjm#oLYgJtsa(f=TsWK^p{0EFO2nD1zNa|`B#7^v%4O0+xXAKxA>*uJCUasZL z8Rss5!=9Vs0gasJ5+`xzjdQPa2jeEjKLvO^7!Vtn6WUkIW*&7#?;`u$fE$* ziI?OqZAO7s0QiiHu}dQxOHVk&ToG%XEPbfL=;~{k`YI9R{qNZV${z)wBI$ii0z|yX|g#(v4S->Z0Dj#s8YQUTV^*Oo1S; zL15#{C+LGf+Kp(xDJL62yB*C z(NrgkYBW79gd!0YC)cKYS70S`-lXhTKn^V8si|$1%vp?=O#6p^3K=|T2ul=PJuLkj zo&SR+jgh;AA%!G|0*jCZthk-~DOMKY&m1n;G~)p;Df+NtCiVEEYgXVatQf|Qn>ath zPCBMA;*4TM(7mNx9F1nm)MAMU)eVh}Dsc)R+r)iEgeq1V=Hibupo+Z8ay!(e6fOQl zWVj^Bf;Mlv*$MuM>1Y8Y^AdSz8onthKM^Gl&6{V_S+w^z4;3pDhgfJT%IT5=tEpn8 zQ3ut{|#z>%_W2-7kqeCGs_qKNIPjRdMtwA>Ia| zUPO#%c&1nMtb&8TG5oonSMUl2w1whZYAwE_rM`DaH{5RpjaYrJtM6a6;JUX+?=$_s RjL#{-q-D5dm&RtD{{ei>uLJ-9 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 00000000..11ec695f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 00000000..6039a054 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,258 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + except AttributeError: + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + + # should we strip ANSI sequences from our output? + if strip is None: + strip = conversion_supported or (not self.stream.closed and not self.stream.isatty()) + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = conversion_supported and not self.stream.closed and self.stream.isatty() + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 00000000..430d0668 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,80 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +orig_stdout = None +orig_stderr = None + +wrapped_stdout = None +wrapped_stderr = None + +atexit_done = False + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 00000000..c2d83603 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,152 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +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 + + 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) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 00000000..0fdb4ec4 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,169 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +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) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 00000000..6878387a --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2019 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.4' + +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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..096e989a221ebaa43a089bcc0848101c2ed51364 GIT binary patch literal 1088 zcmZ`&F>ljQ5WZ)>*pAaeD5wi70~s0@l@XyxPytevr31ptlkqzeQ^z*XPD-P0?GI_k z{-w7vF|)D2ozv2&z(w!$&Ug3Sz3(pN=4J>aBl8&d9e{6atV=+~h)$i8(x62SF=!_i zZ$P_Ro`aU?oVl^P49MHbVJ2fK;5`&u60mdfQ~>`d+S5Ko`v{*sikBat5XXRU;bU+q z;x2YCLX>B4DFjtHghB9~D#Cc#*&Xf;pQmiBiy&h}r`{li5DN{l(p{QeWmtzVcjw@d&L|KTo4+Im5`zivmq_T$-b( zn&1na2Esz_0oE={CY z-9}1fMb;=atWFHg0($&BNh$y-+AjlPd*gYYzfB6Aqxp*z&Khyn6H>RNXy+VacQvnA z>W=ov?r5J`Hay{!6K{m?%K>~;E2d-( zzFjn?tR27uy3{<000I$+4bgrb^sJwklSx)gY){d;n3|TEwzm6cv)i?3gKh8KtSU{j zZ%k>df4w5MJHh6FFwnHES&sqH*f7!hI_6(p+2F8t2R literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f2ab10e8b356a6a601662b7a7dc08450add1591 GIT binary patch literal 31434 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dab93cbaf587370ce7f4735c5f3d2b05042f9987 GIT binary patch literal 17343 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4543a996b344e36ef9e59c150f0b45f9144e2f64 GIT binary patch literal 38402 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 ZeX;szb)WHhv1bE>4I}sMTy8A${{c&4089V? literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4be6eda26c1dfa8b94acb2f93d142c0b95ecad0f GIT binary patch literal 10256 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 T6;%f8aiuIzE63Tiaa{g?x&?fo literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b25d8b4eaf40157c05cee32c4730411f84aa392 GIT binary patch literal 5060 zcmb7IUvt~W5yu@s5Tq!Iwrt00+?H{g*mPsbX_|kE>~SVhGHx@BCsN!FqZEO8kOTW zFNNiv({Xy0PDQuvu-cpG)WDb5SZC7b`*qX)QSg$#bG1&OqY4e}2#CT=?R=KaJ-LVp^OP<%g_uQSc?Bb#Cx+^{yvVUp7}` z+054crXOtuGLCwFlr?*v-1KGI>;+vJUk|-#t?#Y*P2sNwkuRD-)V#ZRxB2FccV?@P zuyCXOh=I14s->9>qBS?$N&K|MRXK>9xbvl;>$sFySh~=CJ(u{%=x}`fI~cE?6CvJjIYaCDQA1wr511NjcM7c z;oe*PZ0XLYZTIf`%gc+OwUvW&A;=bGdr1PD6>r~D_L_|QNvh1$&swHpsj{V?_QOoE zp5DQN)L@UAbl3b0%hg9AeF~7Gc^h}S3gR2^I)gk8-o}Lq z-+;G)mNd0BEo4c^=O(!+2YdZB^4L)0VR7sr0HcYF^;+7Zoy)2f4_o_`? z%j-ef?1o;NHo^2$ct{pE{X)tgI#bhs0GFVHp3dr7T@Is17x8q{2l{~)o*Oyagr|Pb z+IpA1=ZZa0Z0F>@ISZlJyDz+3*J&oHaE!s(v4yjv;b*>0&R~xG84)_v^2ITyoAhxc z`OPdbzXW-vrXLy@E$mLIS2CdUPmChT_wf0CO-2N2nfBpFy zpIHCtG?PC{I`Plk*&|y|x1(=7*H+mik>`K)-;&r3sPIEBVHN#j$` z(Fu*oX*Is}OpPOt8t)&4_*2;U_Wz;rbgO=6q_I^yvF$xC8llcyWG zO;5RZj6NHK~{u&db0*lNe(0FXg>N0*Wg?~+Kl4usJZ3Iz`Gy%^UYUM9DrnS zAx@h5`}dMiztk6c%na87s&YLYTnZwfOhB*d!NeeqBa$foRlUeHMyT3yFoDmwzGo*~ryj4+F>W8b!0y0Wf9`2SrPXdGq7@&n(K2|DqK-V!?!_pBp zk*~goJEbsCE!B|!SToL}8j=RqcJBcU@I=-CivEA@McW{krdk!;!MlbZ*OTztPGY;bT(1d{581(}Hh1GJ{;q^5OEP0*>Vu?P3g z&AbHt2n*lUcJ16oa^$q1NIR)QTEd+!Xk+1>$PqS>cy4ft3A@CZNI$vYo2I-(QA(II zMn-X`w8vgB-XsK~y|Ywy2u)L*K&@^SAsE zNoa=b6a`PxJp9*{3K_^7o%paWI#Wu7 z5mm}HL>7x%%;8mVoO2w7Bae0%#~*rrwCZvlQyxq1s1~C`q`f!?GjOOb-D4|!7m)P_ zBRXfni+3(DKro|GF5oD+waN<^6@1tF#@c4vMsCXMxk)Y~EI8104e#h3NoHndArb(p z6mR$yfGRvx`AvY{v0n{l zt6IxEfXM3&p>-a`(YOLaQ8X^`3s9V=-wDQ|@X+HL{0DxwPrx$rt3uh($%;CQe!QR~ z)C}Wzv!5K-`jqKC6sNFTzhuz*JR-EEQf+M2C?QBS%n_8*T@=2D?B&6=ene$lH=`0y zdO=9LAiT^Y@Gpw<(IlWPC26P@A9VeMmLYXoP8qeD`f%~1_dow++5O_V+N^Tc}OyQIp(S3yDT%Xzd;L@-Hc@ps%QAquZFP)!5={=$E1 zaDqWggQHG}TQl-DWTXe8xb)>0)cTTIwoWdxA_K7SMMCXRdU@K5B^_rC>nK=3W96Vg{fEZcDi c*&X0|11N9vDtEY3YS`7c9ByCc=&AGn0l)j08UO$Q literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ccfa15d2d48abb119b6413074c2bbebe5eb0352 GIT binary patch literal 26588 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 X{Tw0?X3>kZvG)VdLyn@boOk~Z(sZRs literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e4c69b4113168e99469597ba6b42714116594ff GIT binary patch literal 11278 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 I(c6jG|0e4mod5s; literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac5c40c9408768e609ce4ebf7a864db387f54f04 GIT binary patch literal 20175 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db8112612023d9b9a7a4832df7acc72dd69ce252 GIT binary patch literal 27335 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 00000000..1fe3d225 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1116 @@ +# -*- 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 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 + import shutil + 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 not os.curdir 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 not normdir 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 shutil +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 + import re + + 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]] + #print d, rest + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 00000000..f4869944 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1345 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 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 + logger.debug('Getting requirements from metadata %r', md.todict()) + reqts = getattr(md, req_attr) + 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() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + 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 not label is 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 + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = [] # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop()[0] + req.append(d) + for pred in graph.adjacency_list[d]: + if pred not in req: + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 00000000..b1fbbf8e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,509 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 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: + 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): + """ + 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(), []) + response = 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): + """ + 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): + """ + 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): + """ + 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): + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 00000000..c78bc9e2 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 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 as e: # 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, '')), + #'packagetype': 'sdist', + } + 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) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + 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 426 / PEP 440. +default_locator = AggregatingLocator( + JSONLocator(), + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 00000000..ca0fe442 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 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 on 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: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + 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: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + 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: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, 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 ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 00000000..6a26b0ab --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1058 @@ +# -*- 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 withdrawn 2.0). +""" +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',) + +_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) + +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': + return _426_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.0', '2.1'] + + # 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 _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) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_0) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.0/2.1 fields') + + # we have the choice, 1.0, or 1.2, or 2.0 + # - 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.0 adds more features and is very new + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_0: + # 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' + + return '2.0' + +# 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') +_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.0 (JSON) + 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) + + 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',)), + } + + __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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 00000000..fef52aa1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 00000000..913912c7 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,429 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 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 + +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 + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # 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'))) + 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: + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 00000000..dd01849d --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 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, + splittype, 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(\w|[-.+])+) + \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') + 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 self.cert_file: + 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, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 00000000..c7c8bb6f --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 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|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +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: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + 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',) + + #print('%s -> %s' % (s, m.groups())) + 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 00000000..48abfde5 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1053 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 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 imp +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, METADATA_FILENAME, 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 sysconfig.get_config_var('WITH_PYMALLOC'): + parts.append('m') + if sysconfig.get_config_var('Py_UNICODE_SIZE') == 4: + 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, '/') + + +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 = imp.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: + wheel_metadata = 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, base): + records = list(records) # make a copy, as mutated + p = to_posix(os.path.relpath(record_path, base)) + records.append((p, '', '')) + 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') + self.write_record(records, p, libdir) + ap = to_posix(os.path.join(info_dir, 'RECORD')) + 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 = 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: + v = 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 imp.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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distro.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distro.py new file mode 100644 index 00000000..78927413 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/distro.py @@ -0,0 +1,1386 @@ +# 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 + +__version__ = "1.6.0" + +# Use `if False` to avoid an ImportError on Python 2. After dropping Python 2 +# support, can use typing.TYPE_CHECKING instead. See: +# https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING +if False: # pragma: nocover + from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, + TypedDict, + Union, + ) + + VersionDict = TypedDict( + "VersionDict", {"major": str, "minor": str, "build_number": str} + ) + InfoDict = TypedDict( + "InfoDict", + { + "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 +} + +#: 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 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=True): + # type: (bool) -> 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 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(): + # type: () -> 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 + "amazon" Amazon Linux + "arch" Arch Linux + "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 + ============== ========================================= + + 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=False): + # type: (bool) -> 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=False, best=False): + # type: (bool, bool) -> 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). + + 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=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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(): + # type: () -> 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(): + # type: () -> 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=False, best=False): + # type: (bool, bool) -> 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(): + # type: () -> 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(): + # type: () -> 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(): + # type: () -> 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(): + # type: () -> 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): + # type: (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): + # type: (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): + # type: (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): + # type: (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(object): # 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): + # type: (Callable[[Any], Any]) -> None + self._fname = f.__name__ + self._f = f + + def __get__(self, obj, owner): + # type: (Any, Type[Any]) -> Any + assert obj is not None, "call {} on an instance".format(self._fname) + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution(object): + """ + 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=True, + os_release_file="", + distro_release_file="", + include_uname=True, + root_dir=None, + ): + # type: (bool, str, str, bool, Optional[str]) -> 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. + + 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. + + Raises: + + * :py:exc:`IOError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`subprocess.CalledProcessError`: The lsb_release command had + some issue (other than not being available in the program execution + path). + + * :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 + self.include_lsb = include_lsb + self.include_uname = include_uname + + def __repr__(self): + # type: () -> 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}, " + "_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})".format(self=self) + ) + + def linux_distribution(self, full_distribution_name=True): + # type: (bool) -> 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.codename(), + ) + + def id(self): + # type: () -> str + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id, table): + # type: (str, 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=False): + # type: (bool) -> 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 = name + " " + version + return name or "" + + def version(self, pretty=False, best=False): + # type: (bool, bool) -> 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"), + ] + 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 = "{0} ({1})".format(version, self.codename()) + return version + + def version_parts(self, best=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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=False): + # type: (bool) -> 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): + # type: () -> 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): + # type: () -> 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=False, best=False): + # type: (bool, bool) -> 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): + # type: () -> 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): + # type: () -> 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): + # type: () -> 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): + # type: () -> 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 os_release_attr(self, attribute): + # type: (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): + # type: (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): + # type: (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): + # type: (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): + # type: () -> 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) as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines): + # type: (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 + + # The shlex module defines its `wordchars` variable using literals, + # making it dependent on the encoding of the Python source file. + # In Python 2.6 and 2.7, the shlex source file is encoded in + # 'iso-8859-1', and the `wordchars` variable is defined as a byte + # string. This causes a UnicodeDecodeError to be raised when the + # parsed content is a unicode object. The following fix resolves that + # (... but it should be fixed in shlex...): + if sys.version_info[0] == 2 and isinstance(lexer.wordchars, bytes): + lexer.wordchars = lexer.wordchars.decode("iso-8859-1") + + 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) + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + else: + # Ignore any tokens that are not variable assignments + pass + + 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"] + elif "version" in props: + # If there is no version_codename, parse it from the version + match = re.search(r"(\(\D+\))|,(\s+)?\D+", props["version"]) + if match: + codename = match.group() + codename = codename.strip("()") + codename = codename.strip(",") + codename = codename.strip() + # codename appears within paranthese. + props["codename"] = codename + + return props + + @cached_property + def _lsb_release_info(self): + # type: () -> 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 {} + with open(os.devnull, "wb") as devnull: + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=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): + # type: (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): + # type: () -> Dict[str, str] + with open(os.devnull, "wb") as devnull: + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=devnull) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @staticmethod + def _parse_uname_content(lines): + # type: (Sequence[str]) -> Dict[str, str] + 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(text): + # type: (Union[bytes, str]) -> str + encoding = sys.getfilesystemencoding() + encoding = "utf-8" if encoding == "ascii" else encoding + + if sys.version_info[0] >= 3: + if isinstance(text, bytes): + return text.decode(encoding) + else: + if isinstance(text, unicode): # noqa + return text.encode(encoding) + + return text + + @cached_property + def _distro_release_info(self): + # type: () -> 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) + if "name" in distro_info and "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + elif match: + distro_info["id"] = match.group(1) + return distro_info + else: + try: + basenames = os.listdir(self.etc_dir) + # 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 = [ + "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", + "sl-release", + "slackware-version", + ] + for basename in basenames: + if basename in _DISTRO_RELEASE_IGNORE_BASENAMES: + continue + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match: + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + if "name" in distro_info: + # The name is always present if the pattern matches + self.distro_release_file = filepath + distro_info["id"] = match.group(1) + if "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + return distro_info + return {} + + def _parse_distro_release_file(self, filepath): + # type: (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) 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, IOError): + # 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): + # type: (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(): + # type: () -> 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, 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/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py new file mode 100644 index 00000000..d1d82f15 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py @@ -0,0 +1,35 @@ +""" +HTML parsing library based on the `WHATWG HTML specification +`_. The parser is designed to be compatible with +existing HTML found in the wild and implements well-defined error recovery that +is largely compatible with modern desktop web browsers. + +Example usage:: + + from pip._vendor import html5lib + with open("my_document.html", "rb") as f: + tree = html5lib.parse(f) + +For convenience, this module re-exports the following names: + +* :func:`~.html5parser.parse` +* :func:`~.html5parser.parseFragment` +* :class:`~.html5parser.HTMLParser` +* :func:`~.treebuilders.getTreeBuilder` +* :func:`~.treewalkers.getTreeWalker` +* :func:`~.serializer.serialize` +""" + +from __future__ import absolute_import, division, unicode_literals + +from .html5parser import HTMLParser, parse, parseFragment +from .treebuilders import getTreeBuilder +from .treewalkers import getTreeWalker +from .serializer import serialize + +__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", + "getTreeWalker", "serialize"] + +# this has to be at the top level, see how setup.py parses this +#: Distribution version number. +__version__ = "1.1" diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d195bebc26b4083fd75863d633d353f09cbc1102 GIT binary patch literal 1328 zcmaJ>%Wm676r~=PWXf_J!04u%fmcxxlQoKLgfvJCZS8_H2OlH+VVh{{np76)>YP2@D2%2_rGX9wa?##tQp6ET-Z*-_X} z#X=ru$AhSf%GsZT>`8f;os{u!(Q?lIM#A|0<h8N6nt>Twk=W4r3({{^TTP505>DEc{YE2VziO+gqFoauDg5{M$ zRHsP}q|mZPj9dU|x!cBY!>#iY0?S4>swBMUZ@DN5^S-PFNKnp_7KAu2VZ%Kl7^4j_ zQ0N_?c!yeIWE9L)Aoh=`h}0z*U_czzq|v(ZB6*5^(!2^J-PLspwc z6|42{f&E2ag&uzWzyH29tn#WuR3VtPk3oEWehpQ9faI@|H&`j3#R}Xd`akymf8tsu zuJ46i1@}P|)`By^KY&T@w(IyajzzQ_bx&AswP+mBz6{;0gqt~< z52K6Z;+N&qZc2SGP};?mZW`AZpw#$LHzRNGMG$rK&`3d#c?8=X-A`>G>E{0EHj9C= zi|=%q!0uU@5Xd^G*t0m@T2cB}WKKP&H~)N0w^~AK8l}Lbtv1(b-H1l=^PR1?VBoQ9 zON`jNtyU@atP#+hGZB1V1GyrCf1GX;SaI*~`A0 XU-<&r6Ex%K^sCe1(ZGLZ!`ZdR2Gq{fDjEeO2%M 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
  • JdRVlX7PBK zFn*1lf6QLO=p|@Dv?=OpiCPzr;GiZQZV0;Zm>xc@HZ1^}2*98*dUojFp=CP_Zx8b` zX8Yc~fi*bLfW?x*fHZAILi`3YJm&PF=>igPcRd9xbINrXTeNH+P6N6xNwAd%C>7-DI&6zhk3YZV-xO+)M=eKr*UA|GZFg&5t0MW zE?Or*+BuuK07W8`bky?=E zE(LFrS{C25+2%KykV(Q!b47aqGr%NDpIW-`k+_iL9{zCYne+WmXM0bNKGI)@r?cn# z*j1NP#Wu_b&6LPWpCbP5-wIuNvgXYJVEE!8yuv9a$=FIL^k2 z2|NKVCMUmL*bAr@)t_Q^0%%ylLhvFQ{xwT`8$Om2^Yi>{LCN07BY;9$u7qI-G?KW| zCow|o%4ZHrLt+RB{|OBqB@oD0#^3>?*9+z`%whO=@86pv=MrIF5*w5?9!aM zG&i!RVMtxO&nBb*Qr}}jR8X8s9~YB}in2%ZstuGD6`l5@RiVbFtK7v zIE=YG>CgDHXg%d0@DJj?&p+hfh5NLB7-(}O9!(^aK<>5t7TPfw!$Jls8JGR0H2ihJ|VV&SeG7oF)%%#cWM;|1f(x25tYFf znof&|!d^u<6-pTBf&r7SV$e~rRh7Y*{9S^YB0vc2C^9qmSuLb#?|^yJEP%GB z{w12=aH5CN2+xBEL)2adG4z4Dl?DOBRoe>sa6!=EN9cWls7ksXgYataAJ{)wV=~yT zDWZ>_B1Kga900!wP8L)VCGesBGH&WGnGBH!G4^S`lVcz(ac209I=p^>?Eq7u1ShZL zTsw5qaP4~ZJ*+ed)CW*XrN#7Rj=9Inq{+a`I4{0KKyX@KMqOzZg_N~8nxw9T;{_ZA zOhguA-RVqLGm(uvYW2x2r6_g;CMX^I!jx_~dRyd>Y4l>$+;|GF7dNNcK%*2`=El&b zNnj>F@G5ZU(-TgWTERU;TnLsE zoa(QTq`txPEEt;O2;z61Pd+eN;WS+|;^|1@-aW)01+ul26^bqR-F1b`8<;6?J$1aS+qAwhse z$Tsaox?_05IUUnLHr~RN)X$(#`|#jK4K^EqCg;(e%L_6W9i@^$6ebO32M0?!GpZyV z^Qx&1iFXiZi0~|+79XadRoW}W`8IF>syIozee@!Z$ch^{2`=`3`;;ED$U+x^CbCjN z6Cw=Q0QEZc&zZc-nfOV zw_>Q4M8Yz{q`0IIdmg&uOHhw)1+{WOyyaOCA>q8a@X;Xx@d=4gwceP9p| zK)0S(@56X#gVXfDptl}hS(^s{o)S)BNh#vCJe0aEzlal4(9V~;AmP#|L-v4-%t8(z zi>vShHM&g*n(iJ#OXDFm^)U^X^83JnaT@~A)DV@vLaIxQfxuw{PQnH$HqQSv)hF>b z38z;V_t;){4PQAfHQ(UYQbb$!QPZ&t@6ox_o*vv@-E-pkyet5=`XfT2~o*w#yTVOA&Me)d7<(L$h^iV}| zq8|PbuRP1u979Gv)v!GW|F-8L&EcHLV}xnJ@(SKaA*a}$%Nh71#+<b3*Rgt|A7}vnTN--DqX)ChE5#!(F(}*`MR=$%XZiG4L7= z8Ib~v6}Q@tChGpY5GkW}>3HII===bd;oL#$j!34{Y%GFUxm{|R2@U#0`O^hGXb2#v zGyf*0B6@lr&ZTyjV`{^7?_(3H7!>8QfImcr(_S+mt z>W-&%9_mn7MHJ!rhQCx^#V;yI2jSB3%wUs?49YNi+8vK|B*gdfl|w%3E}v8$W)5uB${R9do2owM;mV$VC|X972%zI+=8 zD?pSV3C}=C0yi=Y*?xZhap1DxwQ!a_G(0s4mh<~u5$Oxj>0QMxnUmh(1U>_^%A!M8 z3;1uztSIw=)gC|I@DV-hLuo@mjzKe7d`%3R#P?uO>EJ)*aW1^or;w+w8i9?#Yf~*i z-Q!UT?jUX)6<;(Oz&mM=9~Ds_)9n#Jgs%zV3uiDH+h35wW8MBl(%wV+Mug8zbRS0J zF|cgQ!+acskFj54Xq*P-Q0tA=$spux6ga+gLDY9q%K5_{^UzZs|zxu}IfWKPgo%lruTRqr#2u8AnHXr1;0Hf77f%+^;p71^WMYZqAhaOhsqVy98 zm&^hkz!7J(_itxNq>+r8JfEBwzh+COvEDe!MVIvwGAV zdtBZk!whoFiTM`iuC$twL@f;yI$6U$(pCe5yY{qo01^ksWRyLkO@YiU208LHhmuBE zfMxx_o02jM@(GekdH& zYN2RSib7LS_NaYKL>LG&EN?J=_Cuf^MMoc>kU*R8xS$8j#OUIin*kVyt zP(AR6KE@eb5;@p2=lJU%_`xFm)iX}}!Ma^_6mK7pBJk4c z1RSM}4&o4;nHXG-tb|)pCg>>O_)%8-&@L5bZ}W&V=|(6~Y_zZUR9rDO=uQIhiYtl6 zk|>nA21oE@k4NC)fFF!?@7tE_^CDZVIogOCZoNhq7T*BI48w@u63{=%9u_^PFXAn| zcd<1+FK90kR?lg$J$r~jbzK`&dPHCRu&(ivjCf7AxS?CTBx`|pCbOsxbF1a#;z8s< z*z+tn$$TP;MY%su00}9JYAH?y>X+Idp8N!nrn_g$YCRrl)_kZx@;gg?h$)cdmm&cn z`3MHZM*~pl^hYvs2kDUT3LqaBP6vKez@NOBmhbjqY3g_ALvIza~ zeSLH25eM=1Gn@!Tr-$!&3XaBQlz0D_?_$p@cmOWrynsJL(ME)p*3>q!%Z)ssU|*l< z?lA-$3}P56Fal1t-3VV7bRYy1c)8cH;rs_Qq$N}M%RZa1b#VmBkJllf9{RL!d1Ubk zAb*8H!u8>P=>JiNgmLrpIP?~`S>m$rn?cw(5%qPa>!OS^P<$KIbz3Yb>Y)rk1gv~j8;|sLRI)I93L`&(0gaMYvEm15YK+M^6Q26(FV`lSTL7Mj zm{TX1JH><|D?Xfljgx+0)oAv*^U>?V8jqqtC(=gRR zgF=Y~>wp+zQ#OA!3vr_O()ws-Okf5v_g>!dti0#g6SnvC#H{i8iB()rO?9BfI0*?%CP0f}2m+E}pE=ABwqeLQGl2}tEN?i#41t4K5ZR)sh^Bb4EIS-+TAnd*5BYf4xg}1_vuS{JT%@X#C}ER_+h^5dT-i!+rR3JOnDI ztX6K$nzH8dQ~9~VRKa3gzEzwnO_k-o(CVABr|h}@seXAbwkmT2QvMR=Qd7ll(-7wHcf4s+dQ>do(J%}WonDu zS6f@>woPr5`@z=sxv{A+E7urn483Gc?Pv_Bq0=Q@Z(KKZeLLUipSu2`oElamFXz-q zM;UnTBTO>1O*x=aR*5Sl+NRU!Q3l zJXzQE8I;6w>_*#dy3K}zlB#uQrrCU~;qsj~B2Q1v&o}fPk9E#AG%8tE&Do~wc>O0E zFB~$rg$Ex$jJy@MbGp%LztFuA9{@ zs)p+pwNKrO>sED}n!t6N+OH1ax?SC_UWeW#Qwr|wj5!u5LfX7vrY z-k|PMcjLNK-J{-u>$tjCy%pD8>OOTpuDjI(>L9Lr)FJgCu6xyC^$@N%s)yAPTyIj3 zs7GfLG@*Vn1%R2|nl)NwU~>+6+L4P4)#PN-R2->6QiCa!m?Q|dIXZ&EEa zhwGbFTXk^#1~spq$Mr6ym4oZu%2f-v-lNW_v$(!Ry`awFdavrLZ^HGhYEhlX^*;5@ z>P1}dSMO2p#q|O8KJ^l=2i42!{kR@dA5b5}^+EM5>RWL=tUjc^4cCX%x2q51`mp*A z^_{pLQLm_v;QEOAsQMVLkE-udAIJ5v59W%wskebhzsDOSPzBS?E=UkOCO1BLvgwS^ zwCavC?$%E?a9`Jr@y>~HA%$kQ*`6I|w*8gLIR5P$cN(n|`)3xk1{p|M5s}siMzTx&azF?*17TH4Hh=9J2MT(X{cn0j$3ydiK6P`x^V)`pgqGPrR2GWd$ObW zbi6U%Y@Y#ns{Q--kH7Ps?@UzB5jylsd!o~9yQo=5+7YAE@y_v6jTv{pq&qr8S`Ge@ zI{7z%Kj#qyZf?;!VKsA$g&(xO!&=NuTZ?&wpjd>3*&M>+V(wH4*RsU*DaP4uzgt<% zy_8=XxR3*j%^k~K%pW~mtLjZC)GM2cdgb}Lb{g8NG@P0GeB*GdKI;u)Ox(kr1x;Q9 zW~J(G{TMsRD@k8@Ws}&e#s>p07r^WEHWqJBgK;+9>FHY0D{|cQ7^3wK`Sj_tbv^4` zw7mZ5X&L|N>5IAL7Z055%ry?^g?78451j4j(+B1kS_^Z{i8IdpNsLDN(NRco4#Uzu zaHi2dbD-5c?mxeN|Lbl);DFgrfM1`k&o-O`^Ue7K(@3T|`oKwduJuNyp7xQ}(EI1l z={>02E%U@XtGgwE;Qc}SW+)nhf4t||k>xrk5WE+oH=BFOj9P9f ze<7z|hp{T0D(anXNm<)5QhZt}tNaCU-cRMTObdgFi0cr zN!?kPJt+mqU_0aWwqmL6@v{w-cBV02H+1HMe4O~!4R=9HigV3I3v?0^<>w{W%v}Rvl%zH%_BGW4pqDO1C zE+f{LrEgzoEHv~^LW;*w&b3ua@&wtGqh$Y6dVQ(+q@b_^%&#HvSIc&-ry!-OZf`0iQ1{TDsy| zxX+&lDW4}H=a&i>a_38nrN#W29EQK-78eME;u7L6SOSmCG|qOntO`qgi^U7pV&SFy z`SN1fwNb_+uDw{^o;%-%()*W6E`YOL^t#1z(^7q(DzMb{2NY5jbA{Y#OHZo))0Xpe zn_nxd%ITs$r3S8$|AeZB`CT=L{NKm?YAB3-Q4NQ&BVp`^)P^v2G>rYY+8D&56$7(5 zwdn_}mn^jA$JT2_x9p-8FIngNzA@LnzL;|d&;5o4l9G08-j+LWyH&K)R@Pf{4}dW7 zv;|LF?~|vk=%c4|ZR>1qv81-0F6ci>d~3TJ`xMC3AAuo%H2Oe*JGy@_((J@Sd&Y&< z=+lEU-e`gn^!QV^9zJ~d(0E4+;Aa8_a{PE5(r6s%kt&3_YRoj}>Mf>*nph7Wp#$oM z1JPIK7xs@IamS&`cE(i`oEwsVeD~eE$D1cWW0EQ&npHRqt;ScJT zZ`w^t+I^RyL{UVa*&Wf_?q|=}C{qK`7uNO??T|}knO;us!=<~o*=jXr>#Ygu-18KH z6DK-)qP;NJ(9M|%QJBwp{p^MNog;1cVnN@Ae0qXq*ren$AoFJKf8=t_)!#?qtE(fq zuNLt3E5Gpbnxu4zv~+2R0qOhFiwwRWLGz2RBKQh|+MY|4pv{$4mcn3V)#4q3mDN1& z5Ui{gc!ywRwa7aJE2|~mAy`>0^A5qvY9H?qtgPC+L$I>i&pQMws}L^0nu>1 z0t_Or@{W3I!SGnGw9uYyxV3&^k6x+iJluG}>x0OEIioxnXR7&v8AzxHGp9XkMw3@+ zvN_K>lV+$JXF6>MC^)(>cf6q=q~Ub#AtZI)g`ik2TK@lhr8r_$@PA}wq(pvOwek?d zm6a{HFGf$LEf)WeSk?YK#I^luzE~|(A+q;c`4zj&T=r@;U(9!RC53lJJq{<7umr#U zX>fAk)wxr-CF??N)&id{s{Hnx3l8n<^6v{UoU9WCiGfKaJlitwPUl68=a&3@~r)}k5=E|ZWQ@h zNT*vYnD#6}hk6MJbaQL~Y-X6t@sF^~2gM9xiW16s&dj+Syz5DRaDOuk1H_{9Pd zhjfpsjpyxlUTr#W2j5z>nKt+q)&1J$qs!J!q9`p}_bgj`4qsZuKR6q#7d-2olZIPw zZM-lKQ>39%3|e@LzLVtq0D|rf?fM)N8ScH76)jtD>28jSilr64E^ONyK9=;KcokY0 zzAt67F%if+G-Zk~Fii_cA7UWsxL*Sb*2;AVg&}y_j`_aZZqgGZ~7$t|^g&<&k13u4Vb-h7w%(?qrS2vHt z-Q<yo5x%oW!0~W>HQ&DtDai@*s}*oW!wDrd z?vdZJksfLCChw3{##bufp~d`|)!mWFEltf5YAsb<+B+OGXA}VmWYGfC$bUEw=1~9$ zi`^rl8uNW50k)FZZqAG09f$h8*u~5X%=Uu4!V1Na;%qzmeOBPh_H!M<_&%+M~Pu%;F zM_4#a233re1?Gmb_%)QJA4fgxrG9(^>_GLaiqF<9HGsG8PQ0y#Zzaznn6ap~@ES}H zs1n9*u>0Bg*g^fPkIyz>o{L@CRxPNu96snHu4}AEn4a}nC(=%#S2&@rNUKncN}7zj zsp;*8J7tEpAvEB+do#^fxeyt^M*ReADSTAO2F9m@J<6R5l}K5u|di-WC>gJyNFMdj(xTYglLs+aqlK!I(GfOUUdnQMpvjkCMpof5h69M~FYe1Z=PjqZU=I?hQ%g zrwdFVzJP+Mb_?Rah#MlF>X1P_FgT1DdZr4ha*SBdBW^q5VAO_j1;o7(aiyiQ+ZULj zq3U5`foP~wWfN=4a_xnjzFXNW*X;*&9Sh5V`mzZB3hGjEf%gmftq`8Eyz)j3K+!zl@2BP(ZvG!B@eZSD_~FJVjRtz9MW+tfZ2}r(}pGgkVJE z97^qq41aN(eF-}A7W>bFVdvl%NA15X5)#m}@zh^^6}}AK<-1#xkRXjp9TQlwN}s*Q3nK~6^%vj3WU<{du1!BU$G&O_>j{0ss3MBOcZWAyZBVt6;dNOcrA89{1 z!|^qU+^Xf_F*wL4PuAPVnzKGQX-CHRlpvJg)GshN#~{U-224?co87(eDERYPkzjJz zzMO%_?MWQON={%Pj!6AYtkWWb0DkXb1bM5@g5Nje#amH;K98I3Ey)k|?zY7DiNO;7 zgd)BjH^Pyw#2x9|g~>;^9WaI&w-93{mPSBd5bJZoK49~8!U>5VTlM?+33K@P@ylYa zivvf6sjZJ3%tA(~CZYL?$DR%Hwm}BD@Y1dYhjeNd`|1gfs$Z6%;}EI-CVax@R)hB6 zB=}Un{WWU9A$J-}4oy^a?y?vep-Y!$_+X1UUK^eZ8ClE6pK>Fr5vL6d)y?brPNBPV@$d*f2e_3MJ;afNXH_l@-|S1Z@>VE;>F+>p|*=DsF=}k7hJ}~o~Y-K zNEydFvkT6_&Ky@`m}K9A_!PwTS;UQO?AO z-vX7aIBfs5G3l#(vaA0<;kX4X5KmS&#Q@`4WN-YZwRJj?^mZ5SO7a2VI**x0YU$BD z@=&M;?FTCRmTaU>>p}ghQ3hE^dj&5(Numv}3}bNV2_Qho#SFjtHg-JiI-_q3bEK-B9MB44yluxD@P{-) zFIL1!WNbAH$bj8Bb@M18~BSC4j;Dqm-MwcJf zAL9@Uxd`tPa)}N5260GwB~H_7%`uPY$4srr;C`GhgiJocJ7G>Db3`^p8huDLz6;75 zz@)P7%KH5{yvoVdj!S(4ijX&Up}4X7<=E3u^>XwC_}KQ>hOA<_ z`j2n~Ve(ceZyg|o_)P$bhEyP-^mns$--95|N2FW4ExrYr0%dPnc$sBoF^`w<0#3u6 z{+GB(Pbu^=pL^H&Q~b{NB8WS2Vl`raCE zOV7d3SE7P7jSdGmtI=jIxo5+E811=>FcLzzxmWd5y_=}~KN~GbBeH1WN6?4|Lt3~( zBf{QFG$Kw8mmfoUYsi7?8?XWqlZ@2bW!b7fbx7Ap+1Fiin7j;}79<9VhnBKzO&CSR z=qNEiW6a#9fbwpLK=WV((nEFUqyehPuJzG+5#`j;qRZ5}iB>^rvAQC1CFSeQ{G5EM zX9wvYMY;ON5X7B}S8Rx4Bd)0-pT#Fmb721sZo0SiL}x}nB`P0>sPj3Lb-jID<0ywJ5B=JZ|L zvD~!ZK7&?7h>CpJu{jc&YnTim?=;D2&Lz2Mr0)p!)-XsJvIuwH?lfA|8pdW!JyEH8 zy2H1uDMr4rfT0eJI>GFaeHoao+FwmL$ZdNWv8C7qUP^*z7oUJcoZw#@B>H9elaMfR z)Uyv=3nY-%Fbm1=_9H+2N;GrIig7X41IR`23Uk#eR}G2v5TJjYU=bGclf3&W24cI* zfM$utpFomt<-ie3A+yOGI9TOn`yViL#VuFGiX!y&9=bokSJ6F5)dlut7O(axmP0m< z6ozj{RLm**km|7fB=&rRryNu~|c@oSY(q8ncvJU7O&s>Uo# z(MQMEFrJj+WJoJzY6|O(Wj)kcINoZ+guh|HBJ*XqvdECb`coXF>-<3yKMveqV`-1h z?dyxtwH&?ofIOKR5OMB|O6PtZPM!5kz*sk#4pOFvL#?j24&1Zrej2U#WptgfV)tL6 zdr~8s=$yEo@&D8;l(uB4!as|)e1UBdv+(NL682r9Ehr@PCS0a(BTjiP7WgUbOnD$D z4ya&4pDw7lc!Hn$0wxf_F>gd}(prT}>~K#?GWXbxf-(*w&P?W~%7C8`8nrl*uqZ(C z=9UH%6e;CgEFZ;Ge#$*WWgDCRWX?M=X=WTk58-u6Yc*#34=~?#5i!RpQbp>J5syO6 zLY!H2`7}5U`1I@hWaK*om&ucRS*K@dJ`+I!26sIDt zWWX3f$iX^*yrD?K>~AFA;)0M`&ZA+FkZ}lfP z%vf@oBS1sUy`I8=7h^KzdlisD+O+PZ68YoMxdx3&{|7WT;ZI6g zLVJ6RZH5W^3n)r+46mRle-258AR)pTOHrMmNClQo+{S?l1@BTg(1F5yRU9J1Y472# z`tuB&RS4Iz_EMY8`ayDrTf@$$6C}| z$^MJi0FyheiX$Yj+#4!sB~OIO_3x^K;`+m&`i4gIK5W;Y9BE(lkuY`n9}5YimPCC(UG` zOz{ghp^jQBE?YM*Tf6l;@nAf3`*63sCtP?REL^6_67HmktP-lbm4PZFT!x=0&;Y`pW^ z2~cC3s~kl@zydU*7bN=F*{P}#l zi*mSL`3>AY+jdX}x23)XWl)tVv`^tZoxg_>Lv6Rvt|Nv%zXoC|O9KGASv6S=-N>o0 ztHId!Fr%-A@P(HXxv}ZASMG2r5No>!^&{B7Cy{$3mYZNNw7Iw`Rf~8z*mU|Q$rM<* zFzk+C7g!=6_HYHy=uK`PJ(PR)x_9Nz7qQVdcq6?GQ<56T|3+-oCmVu#;phhI`CnZu z@T*H30!C6BJvw>V(9{IRS$03kR#3CtNvuO591>e>BLPVW^ZdWe*k56AjKP0IfbE@T zbyP?dLWA9nYGJcu#_QiZaLUlrfBu8(n?EJbv*q;^AUqp2z zQQ2P=BfUAs4Kg5!*2=LhGb61={R}p9aYLJkN3WmzohEtCmaMJttm*X3@~@(hv!vSR za8ofW7_geb=5|c1PAG#$%SBsa7;7kZj9bxppSM@WFCA?;z;u|h^t~J;$UhgVpt;9 zLT8sqC&>E}xd-Dr71ytiI|K^;?nLgPSZ>g+U(2u_*)7BR(n&);BB_LiL~yN3Ir=|g zRJu2<6mU=k7v;a2-kMNYjo36)wk*MqKmL%aR;LtDJx9C*MYoRyAgV0R*(0x5uR z;LhPf`T^OAk0bB`5wcW`h(tuy9CAk~D^bc*gWPnhs`wj})u=;8R3SZWg5YbzfctkQ z${6WgMj&XCWeDhhFj2;aSQ&B9r|Ohd9z}=Y{j_(CC=eo`sOatwK^rot3G9$uSa->P zq@oESJ;ieS8Tb>kq3*YAJ=fihlb>+14b{Dc_VWuJo=uSYR(J0eYtfT_yq#fTB8iL< z@OJr5WH)&`lBu3*$5T*?OP6yD!ll)Sr%F0f%mO=+bL&qdlD@w{dVB|Ne0sdz{t_rr zs1ip2q&9WJLlWwZV+p-co)UWFn9&}GWHFqreCP0;wyNP*X;*;e_J9iC^Vo=v6%|;6|#46 zq6Fpm8=kPefM=ORWx_6rfjvtl%7844jI=IfXh6w?)r6oH3l4q-on$r#v*5{#v1u}I zTap!~wW5>EnnF+tJfbdTS@mB)-md^bmzkdk0(LMB4Gkuoo`f!vz{RE&q~iwQiKNA! zq=GfH(i0#0i}*DARy0XrBwugeaw~qT5%z7e;7R>o*~4{pKMryjV<^$v80NbuW1E43m4Wqn+vF~!bjcE%^k7PMMJq@};3g`8@`3G=3 zMMzhuS8c@Kv`o=~jb%a#GG-yO*Z&2t%qE@N7jO!oe-2H!<#s&@VEkk$(iDV6o`CTl zMB45c5IHz7P>{(g_O76i?plvQw0v4fl?KPv(5uX}Wx@21Elf&&gnf~CRaRlIk6BS+7V{Rjfe2r{#G8*&_!3- z8$%V2S)NF1;li^8N!@+1q!9o!GpybBqa!Q`48%wkA)jL4)EmrU2w4dDO}yPt1jN`j z=DslY*t~@h`*;ijWLZ3x$a8C;zeGOe2 z!;Uj4b22%aEyL4$d@7PFF7cBKp(C%jnGMG`g5jK$J*b9D?1>FhG@dy2yQvmLUxWc= zhO-t+nI6t$dK}*pxdKJN$`GzUdg6zcLC+dT4*vrj$Gx~ACG*dxSvUn`%iX%8*J~qK z@6kIHjvh5FPGc>>k*5k5!fi6xCJxC!V>i^6e1jh&Y<$vK%~QiZEa8U2N~xWDeg0Ng z>DcgG0O}rIpMRQDn(vW&#LoQ4>Z6Y$$t3%T9bGMQg9sGc)rxV2q_!ij*>Rib2$T|? z#S}LeaZsOsB9nMMYU~s=R`{7LN|n=^$S~_Bm1YES7Pa|$akduO547$&7)PI|SI7)8C9S-dBEah2; zYGvMaJnL~B3-CDJc-BFj-fOv@HOcEa&w85IdCz)+*M?_3c-ZSZ)S2O_r15>}o;{B> zVa=H%%CntwI3RcqcYQNB5g4b~EnCmP>G!`_hyN}gxnKVtAO3>DpED4-Fc#_>3hS^N z&IFDpRsN@9o=bBulX&;Z7_fUh-1P0QJ29&ts(xN$J?>!AB8~ya;cp!r@$+Cy&h5uJ z+HGtpm0u9>MpWZOeWB&jwP#{B$R@^PXalyqn}S4kh{U*^H7CXRXG58@=KAL9?#xLX z#Ayf3N&7E(jNA-~>^a=<7&smv$8({u`~1~v5&N;^2s!S|%C8jRtIYGx>`J%t%hf(I zt~|Vzl9B}Kr(_A{@VH`O1Y`>f)JmV6(t9s{f_f8v%s)Uq1#j`W_{gXr413`a0A_MLqfd7#RwZDKMANuB%7KS1Il$coMS6>A%C1{(A&TAPoCmn_LU9 zE(G*4i^>}Lui?d~U+c*G>)TUXIO8K9;&csP2%JsMkD&(ZjJ{c~cWrz@^2oVzNxp#d zzIxEN%uve0`51jmtz@f8Fq%veE>mBh#yM_SswslgSedaM+a8Wf7LvyphFxU*{#oNF z3aijFRkO@-;Qlsa@I8aubKX2?S0kxPl!88WjyghR$D z<*Q=lNM~5HzcmD``A8yf@1Zl~Wwwt50wPI(Vaeh4k)A{M4`^98SWW47h8!MAWg4TOGC73s{BXy)IEL^!4b{0q;6T-beL=@c?GgFV( z+q1rh!uKK*PxOKL7!y8`$RY`hk0LuucPyzbK+ENZiV0@yj>SGs8#(r=Zhm4SiR6go zM2dr0!J-}$$#H)50NP@dSb=vIvPl|$NMuvPB{Pz>;FxhVN`zn=?l1EM{W5fafl-BC zY*8-yj3Y$OwOMm;WW+<^Q-|Upd1o72v;;A{T{|u?S+jx@lgxHuNa}k?*GU52DAg#B>OauBx zcew1t2rwb!hzo>PvGMbeh%T@<)nPZ2Ki}NeihsDgg^)%!nz_6-uZ` z38XPUkI0^ri97>go~!z5R=GS3R%n-C=-wKb{(=7@35K<&?-^Lcj%&EC|A~v>3vryU`Z}aRy|7m9e!<05eA<4I=P1i@uW0VJIp}FfCy)e{CGs{ujL&0al462v z$D9zuxiM}JFl;6G@h;AaVL_4jmw2xEAw{n=_JznO#t-)*vk8B!D?*Dfsf^OZKi$9& z#pG2#e8I!;Psi#eUg>A>Lu1A({TMvJ3hz1LBDHCc!~a}?hx`3f!a$D_7Q+(eP{R9B zg2Ade=_b4O_`Og$({ae0>6mCQJ<#%fp6E!}`5cPuEp&GIBO-!L{~x@Wtd(kT6EAqy zQ@kGctOs~)dDdgRHa+Wz_K@x(9vsg)1`qP@<56?7kN#cW{Sg8to%5`>#m-e_LY=uw8~=+u2QkqdKUK0^g@a;1ZiB1+|x&(29G!GTWk`OUE8 zi~ZbpD@zkr!Aoy)T|UE1KlC)0@HIcCeY8Ya?-rzqWFD@w`8rs+h7%^S=nNCSo*6tMPm!ZCf=h4 zaiQ&(AZuenri7<~P(hv{H=R5x{=!(J)O>>h;I(<2O`hPeqsZkM zy1NuiL(Civ7@%j&ElCNo1oAXeMkRzUt*a`5-w=mfsQIDX5P(@qpWrc^mD1ZWa5211 zUW{!Z_javi1y{qd2u>p~1vFWB8N+9PiFgTgJ>UeIo{?Da3Wbcz$4cnV_MeTem)g;I zwdBwfDVo1r5-xOn4ZWvtKmnNqvI8&vCmO8BanrrJimxHeo)vd8&7f#`S7bSl18hbX z#-~V&zGX}zxXYx#NzCCQ3QA2y`Pt`7Q{(qArIH9}4pDBem&eFl$>UZbwYgF;%9Bkv zy=ofI87@6b5DZmOX;o-rhjLtas!>0ML;oq^Djb>|H;~`yEv??f@rHXAzgTt17|Dj| z-jDsc{=$VolA9e#>6wCEAx((Z81UkB<~6K4Wb)~hYrtW)PW9x_JJGhk0s!M@*uz6B zia_|2Lc)9DmkTU)Q04ku`ao)hF@NJL(LpJG(Hp^EN-^nBdx)^x%ltAah~3*1%_L}m z!giqxz#K7esX^SGcuVh&|JLPf#JiA_Mp|l@h-e3;z%0)&*I0f$XHu^SavH-5X_I(N z0dOBtLKMc_e!WzHNKK5eCHmuT=HJ6W*smy&Jz=p6>4xDKPC0S}77*AXxWSC&x;_-{ zPD0_DsHGYkZ6>p9+`Mj>s@(kMjwycT^dvm%** zmoADrAxj@)2Trm5>!>H`53Z3_SMCLovag{R^o^)rrd}oEeT@}gBRYFl-1)v2D8MSI~F);6nFMyO}Qd992Q)%UNGGnE|TV#V}@~7zdgbv zS=2@8`@QV4ZAd{;DxJkWTV~R%kf-N5wV-Z|Uoe4EXmXM3`mgaYivy4PF#)i|u8|ev z7tD#xQ4IVdzW>YO`hWSU1&WlN?Oph3T1;y=H$IYkAD3C1Ne%fOY{gCCclmMt;RbxV zCx_oWXW6nF>iL4|gOMAoS1&6YE7uG74eNgV`0WX|k3WM8C-fkGZJiS*InYAlFo@@$ zL|K>*SA(+3-O@O`-A{)_%=lh(>;vtHDtG*HTlcc{tU*6lEnix}PhxlT&pvAwEeoGP z&l{&pY+wkAfqg5(_uV%rJ2q`+x1HLA=p{}2VR9Zeurs=qmpXi zklxFP2?i_y%YzqMt%J;~|1%?R2?O!n{tX^~lz5=<<0{=z{3kB*Sc%IYh|a@PoBx~2 z5cP56$E{#<2-fN1jZaP~w5(ZjT(geq?I^x>)U&6j+gO}DJ?&Mdr{_9qp~d^^^z`%C zo9n;no1TXGJUy-Vu&S?T@OB2X3{EnTtrXJcGkkmxgKuW=GJ_8?_*MpI8N9;aBMe?- z@JR;brTQfXKg8hE3_if%hZ+0`gNqD4%iyON`~-s^XYi8@xC~AIEQ6n6@N*14$KV$k z`~rhtV(@VWzslhA41SHl7Z`B&p#F6RzscYe3_i+$i>vjQ8E}21Sv@I>8)VVf3gbBW ztvT(fWfqI>cTJb8rt3@7pP^~vYuZ_wTD7MBsHs>O^+Y5UnWq+IoEY#1r>F7rW{xw{ zXtmJy5ln94*90qM89VUju(mePGE}vP?UBmE_7ir=zRtcLA^%44f7sq*Z?m`91NeWP z9}dZV#je}wZ%HM_@W8wYAks-}G9<7ZNUMCjZ1r2!VJmPeLK@ovBJl~w(KYa$?&W_&iG+)qU zVESRc8kp&{T4u4lqd^rp-N)#HbI#E=@A~TbR5I!1a8Fin-gAcG+W!wiIQg+NF7 zxDf$h-fZJ1-5o6Aug~dCj4Dmz_ud-@P7ecR}Cis literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2e4ec7e62d3b3fc1cad9457d4efb1181c3d01da GIT binary patch literal 4822 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 YKp6cUxrcb{I@8Xy@14c%R&BiWKZ7S$f&c&j literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65fdad192a104701fbdc21d7bca98e15a5b71aa8 GIT binary patch literal 161287 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 HS39+DupH`w literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2abde4d90f555e3ae44550ed461bd0d66d6220e GIT binary patch literal 88497 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 item[0] + rv = [] + i = 0 + while i < len(charList): + j = 1 + rv.append(charList[i]) + while i + j < len(charList) and charList[i + j][0] <= rv[-1][1] + 1: + rv[-1][1] = charList[i + j][1] + j += 1 + i += j + return rv + + +# We don't really support characters above the BMP :( +max_unicode = int("FFFF", 16) + + +def missingRanges(charList): + rv = [] + if charList[0] != 0: + rv.append([0, charList[0][0] - 1]) + for i, item in enumerate(charList[:-1]): + rv.append([item[1] + 1, charList[i + 1][0] - 1]) + if charList[-1][1] != max_unicode: + rv.append([charList[-1][1] + 1, max_unicode]) + return rv + + +def listToRegexpStr(charList): + rv = [] + for item in charList: + if item[0] == item[1]: + rv.append(escapeRegexp(chr(item[0]))) + else: + rv.append(escapeRegexp(chr(item[0])) + "-" + + escapeRegexp(chr(item[1]))) + return "[%s]" % "".join(rv) + + +def hexToInt(hex_str): + return int(hex_str, 16) + + +def escapeRegexp(string): + specialCharacters = (".", "^", "$", "*", "+", "?", "{", "}", + "[", "]", "|", "(", ")", "-") + for char in specialCharacters: + string = string.replace(char, "\\" + char) + + return string + +# output from the above +nonXmlNameBMPRegexp = re.compile('[\x00-,/:-@\\[-\\^`\\{-\xb6\xb8-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u02cf\u02d2-\u02ff\u0346-\u035f\u0362-\u0385\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482\u0487-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u0590\u05a2\u05ba\u05be\u05c0\u05c3\u05c5-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u063f\u0653-\u065f\u066a-\u066f\u06b8-\u06b9\u06bf\u06cf\u06d4\u06e9\u06ee-\u06ef\u06fa-\u0900\u0904\u093a-\u093b\u094e-\u0950\u0955-\u0957\u0964-\u0965\u0970-\u0980\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09bb\u09bd\u09c5-\u09c6\u09c9-\u09ca\u09ce-\u09d6\u09d8-\u09db\u09de\u09e4-\u09e5\u09f2-\u0a01\u0a03-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a3b\u0a3d\u0a43-\u0a46\u0a49-\u0a4a\u0a4e-\u0a58\u0a5d\u0a5f-\u0a65\u0a75-\u0a80\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abb\u0ac6\u0aca\u0ace-\u0adf\u0ae1-\u0ae5\u0af0-\u0b00\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3b\u0b44-\u0b46\u0b49-\u0b4a\u0b4e-\u0b55\u0b58-\u0b5b\u0b5e\u0b62-\u0b65\u0b70-\u0b81\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0bbd\u0bc3-\u0bc5\u0bc9\u0bce-\u0bd6\u0bd8-\u0be6\u0bf0-\u0c00\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c3d\u0c45\u0c49\u0c4e-\u0c54\u0c57-\u0c5f\u0c62-\u0c65\u0c70-\u0c81\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cbd\u0cc5\u0cc9\u0cce-\u0cd4\u0cd7-\u0cdd\u0cdf\u0ce2-\u0ce5\u0cf0-\u0d01\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d3d\u0d44-\u0d45\u0d49\u0d4e-\u0d56\u0d58-\u0d5f\u0d62-\u0d65\u0d70-\u0e00\u0e2f\u0e3b-\u0e3f\u0e4f\u0e5a-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eba\u0ebe-\u0ebf\u0ec5\u0ec7\u0ece-\u0ecf\u0eda-\u0f17\u0f1a-\u0f1f\u0f2a-\u0f34\u0f36\u0f38\u0f3a-\u0f3d\u0f48\u0f6a-\u0f70\u0f85\u0f8c-\u0f8f\u0f96\u0f98\u0fae-\u0fb0\u0fb8\u0fba-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u20cf\u20dd-\u20e0\u20e2-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3004\u3006\u3008-\u3020\u3030\u3036-\u3040\u3095-\u3098\u309b-\u309c\u309f-\u30a0\u30fb\u30ff-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +nonXmlNameFirstBMPRegexp = re.compile('[\x00-@\\[-\\^`\\{-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u0385\u0387\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u0640\u064b-\u0670\u06b8-\u06b9\u06bf\u06cf\u06d4\u06d6-\u06e4\u06e7-\u0904\u093a-\u093c\u093e-\u0957\u0962-\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09db\u09de\u09e2-\u09ef\u09f2-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a58\u0a5d\u0a5f-\u0a71\u0a75-\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abc\u0abe-\u0adf\u0ae1-\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3c\u0b3e-\u0b5b\u0b5e\u0b62-\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c5f\u0c62-\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cdd\u0cdf\u0ce2-\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d5f\u0d62-\u0e00\u0e2f\u0e31\u0e34-\u0e3f\u0e46-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eb1\u0eb4-\u0ebc\u0ebe-\u0ebf\u0ec5-\u0f3f\u0f48\u0f6a-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3006\u3008-\u3020\u302a-\u3040\u3095-\u30a0\u30fb-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +# Simpler things +nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\\-'()+,./:=?;!*#@$_%]") + + +class InfosetFilter(object): + replacementRegexp = re.compile(r"U[\dA-F]{5,5}") + + def __init__(self, + dropXmlnsLocalName=False, + dropXmlnsAttrNs=False, + preventDoubleDashComments=False, + preventDashAtCommentEnd=False, + replaceFormFeedCharacters=True, + preventSingleQuotePubid=False): + + self.dropXmlnsLocalName = dropXmlnsLocalName + self.dropXmlnsAttrNs = dropXmlnsAttrNs + + self.preventDoubleDashComments = preventDoubleDashComments + self.preventDashAtCommentEnd = preventDashAtCommentEnd + + self.replaceFormFeedCharacters = replaceFormFeedCharacters + + self.preventSingleQuotePubid = preventSingleQuotePubid + + self.replaceCache = {} + + def coerceAttribute(self, name, namespace=None): + if self.dropXmlnsLocalName and name.startswith("xmlns:"): + warnings.warn("Attributes cannot begin with xmlns", DataLossWarning) + return None + elif (self.dropXmlnsAttrNs and + namespace == "http://www.w3.org/2000/xmlns/"): + warnings.warn("Attributes cannot be in the xml namespace", DataLossWarning) + return None + else: + return self.toXmlName(name) + + def coerceElement(self, name): + return self.toXmlName(name) + + def coerceComment(self, data): + if self.preventDoubleDashComments: + while "--" in data: + warnings.warn("Comments cannot contain adjacent dashes", DataLossWarning) + data = data.replace("--", "- -") + if data.endswith("-"): + warnings.warn("Comments cannot end in a dash", DataLossWarning) + data += " " + return data + + def coerceCharacters(self, data): + if self.replaceFormFeedCharacters: + for _ in range(data.count("\x0C")): + warnings.warn("Text cannot contain U+000C", DataLossWarning) + data = data.replace("\x0C", " ") + # Other non-xml characters + return data + + def coercePubid(self, data): + dataOutput = data + for char in nonPubidCharRegexp.findall(data): + warnings.warn("Coercing non-XML pubid", DataLossWarning) + replacement = self.getReplacementCharacter(char) + dataOutput = dataOutput.replace(char, replacement) + if self.preventSingleQuotePubid and dataOutput.find("'") >= 0: + warnings.warn("Pubid cannot contain single quote", DataLossWarning) + dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) + return dataOutput + + def toXmlName(self, name): + nameFirst = name[0] + nameRest = name[1:] + m = nonXmlNameFirstBMPRegexp.match(nameFirst) + if m: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + nameFirstOutput = self.getReplacementCharacter(nameFirst) + else: + nameFirstOutput = nameFirst + + nameRestOutput = nameRest + replaceChars = set(nonXmlNameBMPRegexp.findall(nameRest)) + for char in replaceChars: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + replacement = self.getReplacementCharacter(char) + nameRestOutput = nameRestOutput.replace(char, replacement) + return nameFirstOutput + nameRestOutput + + def getReplacementCharacter(self, char): + if char in self.replaceCache: + replacement = self.replaceCache[char] + else: + replacement = self.escapeChar(char) + return replacement + + def fromXmlName(self, name): + for item in set(self.replacementRegexp.findall(name)): + name = name.replace(item, self.unescapeChar(item)) + return name + + def escapeChar(self, char): + replacement = "U%05X" % ord(char) + self.replaceCache[char] = replacement + return replacement + + def unescapeChar(self, charcode): + return chr(int(charcode[1:], 16)) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py new file mode 100644 index 00000000..e0bb3760 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py @@ -0,0 +1,918 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type +from pip._vendor.six.moves import http_client, urllib + +import codecs +import re +from io import BytesIO, StringIO + +from pip._vendor import webencodings + +from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase +from .constants import _ReparseException +from . import _utils + +# Non-unicode versions of constants for use in the pre-parser +spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) +asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) +asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) +spacesAngleBrackets = spaceCharactersBytes | frozenset([b">", b"<"]) + + +invalid_unicode_no_surrogate = "[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]" # noqa + +if _utils.supports_lone_surrogates: + # Use one extra step of indirection and create surrogates with + # eval. Not using this indirection would introduce an illegal + # unicode literal on platforms not supporting such lone + # surrogates. + assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1 + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate[:-1] + + eval('"\\uD800-\\uDFFF"') + # pylint:disable=eval-used + "]") +else: + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate) + +non_bmp_invalid_codepoints = {0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, + 0x6FFFE, 0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, + 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF, + 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, + 0x10FFFE, 0x10FFFF} + +ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]") + +# Cache for charsUntil() +charsUntilRegEx = {} + + +class BufferedStream(object): + """Buffering for streams that do not have buffering of their own + + The buffer is implemented as a list of chunks on the assumption that + joining many strings will be slow since it is O(n**2) + """ + + def __init__(self, stream): + self.stream = stream + self.buffer = [] + self.position = [-1, 0] # chunk number, offset + + def tell(self): + pos = 0 + for chunk in self.buffer[:self.position[0]]: + pos += len(chunk) + pos += self.position[1] + return pos + + def seek(self, pos): + assert pos <= self._bufferedBytes() + offset = pos + i = 0 + while len(self.buffer[i]) < offset: + offset -= len(self.buffer[i]) + i += 1 + self.position = [i, offset] + + def read(self, bytes): + if not self.buffer: + return self._readStream(bytes) + elif (self.position[0] == len(self.buffer) and + self.position[1] == len(self.buffer[-1])): + return self._readStream(bytes) + else: + return self._readFromBuffer(bytes) + + def _bufferedBytes(self): + return sum([len(item) for item in self.buffer]) + + def _readStream(self, bytes): + data = self.stream.read(bytes) + self.buffer.append(data) + self.position[0] += 1 + self.position[1] = len(data) + return data + + def _readFromBuffer(self, bytes): + remainingBytes = bytes + rv = [] + bufferIndex = self.position[0] + bufferOffset = self.position[1] + while bufferIndex < len(self.buffer) and remainingBytes != 0: + assert remainingBytes > 0 + bufferedData = self.buffer[bufferIndex] + + if remainingBytes <= len(bufferedData) - bufferOffset: + bytesToRead = remainingBytes + self.position = [bufferIndex, bufferOffset + bytesToRead] + else: + bytesToRead = len(bufferedData) - bufferOffset + self.position = [bufferIndex, len(bufferedData)] + bufferIndex += 1 + rv.append(bufferedData[bufferOffset:bufferOffset + bytesToRead]) + remainingBytes -= bytesToRead + + bufferOffset = 0 + + if remainingBytes: + rv.append(self._readStream(remainingBytes)) + + return b"".join(rv) + + +def HTMLInputStream(source, **kwargs): + # Work around Python bug #20007: read(0) closes the connection. + # http://bugs.python.org/issue20007 + if (isinstance(source, http_client.HTTPResponse) or + # Also check for addinfourl wrapping HTTPResponse + (isinstance(source, urllib.response.addbase) and + isinstance(source.fp, http_client.HTTPResponse))): + isUnicode = False + elif hasattr(source, "read"): + isUnicode = isinstance(source.read(0), text_type) + else: + isUnicode = isinstance(source, text_type) + + if isUnicode: + encodings = [x for x in kwargs if x.endswith("_encoding")] + if encodings: + raise TypeError("Cannot set an encoding with a unicode input, set %r" % encodings) + + return HTMLUnicodeInputStream(source, **kwargs) + else: + return HTMLBinaryInputStream(source, **kwargs) + + +class HTMLUnicodeInputStream(object): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + _defaultChunkSize = 10240 + + def __init__(self, source): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + + if not _utils.supports_lone_surrogates: + # Such platforms will have already checked for such + # surrogate errors, so no need to do this checking. + self.reportCharacterErrors = None + elif len("\U0010FFFF") == 1: + self.reportCharacterErrors = self.characterErrorsUCS4 + else: + self.reportCharacterErrors = self.characterErrorsUCS2 + + # List of where new lines occur + self.newLines = [0] + + self.charEncoding = (lookupEncoding("utf-8"), "certain") + self.dataStream = self.openStream(source) + + self.reset() + + def reset(self): + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + self.errors = [] + + # number of (complete) lines in previous chunks + self.prevNumLines = 0 + # number of columns in the last line of the previous chunk + self.prevNumCols = 0 + + # Deal with CR LF and surrogates split over chunk boundaries + self._bufferedCharacter = None + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = StringIO(source) + + return stream + + def _position(self, offset): + chunk = self.chunk + nLines = chunk.count('\n', 0, offset) + positionLine = self.prevNumLines + nLines + lastLinePos = chunk.rfind('\n', 0, offset) + if lastLinePos == -1: + positionColumn = self.prevNumCols + offset + else: + positionColumn = offset - (lastLinePos + 1) + return (positionLine, positionColumn) + + def position(self): + """Returns (line, col) of the current position in the stream.""" + line, col = self._position(self.chunkOffset) + return (line + 1, col) + + def char(self): + """ Read one character from the stream or queue if available. Return + EOF when EOF is reached. + """ + # Read a new chunk from the input stream if necessary + if self.chunkOffset >= self.chunkSize: + if not self.readChunk(): + return EOF + + chunkOffset = self.chunkOffset + char = self.chunk[chunkOffset] + self.chunkOffset = chunkOffset + 1 + + return char + + def readChunk(self, chunkSize=None): + if chunkSize is None: + chunkSize = self._defaultChunkSize + + self.prevNumLines, self.prevNumCols = self._position(self.chunkSize) + + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + + data = self.dataStream.read(chunkSize) + + # Deal with CR LF and surrogates broken across chunks + if self._bufferedCharacter: + data = self._bufferedCharacter + data + self._bufferedCharacter = None + elif not data: + # We have no more data, bye-bye stream + return False + + if len(data) > 1: + lastv = ord(data[-1]) + if lastv == 0x0D or 0xD800 <= lastv <= 0xDBFF: + self._bufferedCharacter = data[-1] + data = data[:-1] + + if self.reportCharacterErrors: + self.reportCharacterErrors(data) + + # Replace invalid characters + data = data.replace("\r\n", "\n") + data = data.replace("\r", "\n") + + self.chunk = data + self.chunkSize = len(data) + + return True + + def characterErrorsUCS4(self, data): + for _ in range(len(invalid_unicode_re.findall(data))): + self.errors.append("invalid-codepoint") + + def characterErrorsUCS2(self, data): + # Someone picked the wrong compile option + # You lose + skip = False + for match in invalid_unicode_re.finditer(data): + if skip: + continue + codepoint = ord(match.group()) + pos = match.start() + # Pretty sure there should be endianness issues here + if _utils.isSurrogatePair(data[pos:pos + 2]): + # We have a surrogate pair! + char_val = _utils.surrogatePairToCodepoint(data[pos:pos + 2]) + if char_val in non_bmp_invalid_codepoints: + self.errors.append("invalid-codepoint") + skip = True + elif (codepoint >= 0xD800 and codepoint <= 0xDFFF and + pos == len(data) - 1): + self.errors.append("invalid-codepoint") + else: + skip = False + self.errors.append("invalid-codepoint") + + def charsUntil(self, characters, opposite=False): + """ Returns a string of characters from the stream up to but not + including any character in 'characters' or EOF. 'characters' must be + a container that supports the 'in' method and iteration over its + characters. + """ + + # Use a cache of regexps to find the required characters + try: + chars = charsUntilRegEx[(characters, opposite)] + except KeyError: + if __debug__: + for c in characters: + assert(ord(c) < 128) + regex = "".join(["\\x%02x" % ord(c) for c in characters]) + if not opposite: + regex = "^%s" % regex + chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex) + + rv = [] + + while True: + # Find the longest matching prefix + m = chars.match(self.chunk, self.chunkOffset) + if m is None: + # If nothing matched, and it wasn't because we ran out of chunk, + # then stop + if self.chunkOffset != self.chunkSize: + break + else: + end = m.end() + # If not the whole chunk matched, return everything + # up to the part that didn't match + if end != self.chunkSize: + rv.append(self.chunk[self.chunkOffset:end]) + self.chunkOffset = end + break + # If the whole remainder of the chunk matched, + # use it all and read the next chunk + rv.append(self.chunk[self.chunkOffset:]) + if not self.readChunk(): + # Reached EOF + break + + r = "".join(rv) + return r + + def unget(self, char): + # Only one character is allowed to be ungotten at once - it must + # be consumed again before any further call to unget + if char is not EOF: + if self.chunkOffset == 0: + # unget is called quite rarely, so it's a good idea to do + # more work here if it saves a bit of work in the frequently + # called char and charsUntil. + # So, just prepend the ungotten character onto the current + # chunk: + self.chunk = char + self.chunk + self.chunkSize += 1 + else: + self.chunkOffset -= 1 + assert self.chunk[self.chunkOffset] == char + + +class HTMLBinaryInputStream(HTMLUnicodeInputStream): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + def __init__(self, source, override_encoding=None, transport_encoding=None, + same_origin_parent_encoding=None, likely_encoding=None, + default_encoding="windows-1252", useChardet=True): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + # Raw Stream - for unicode objects this will encode to utf-8 and set + # self.charEncoding as appropriate + self.rawStream = self.openStream(source) + + HTMLUnicodeInputStream.__init__(self, self.rawStream) + + # Encoding Information + # Number of bytes to use when looking for a meta element with + # encoding information + self.numBytesMeta = 1024 + # Number of bytes to use when using detecting encoding using chardet + self.numBytesChardet = 100 + # Things from args + self.override_encoding = override_encoding + self.transport_encoding = transport_encoding + self.same_origin_parent_encoding = same_origin_parent_encoding + self.likely_encoding = likely_encoding + self.default_encoding = default_encoding + + # Determine encoding + self.charEncoding = self.determineEncoding(useChardet) + assert self.charEncoding[0] is not None + + # Call superclass + self.reset() + + def reset(self): + self.dataStream = self.charEncoding[0].codec_info.streamreader(self.rawStream, 'replace') + HTMLUnicodeInputStream.reset(self) + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = BytesIO(source) + + try: + stream.seek(stream.tell()) + except Exception: + stream = BufferedStream(stream) + + return stream + + def determineEncoding(self, chardet=True): + # BOMs take precedence over everything + # This will also read past the BOM if present + charEncoding = self.detectBOM(), "certain" + if charEncoding[0] is not None: + return charEncoding + + # If we've been overridden, we've been overridden + charEncoding = lookupEncoding(self.override_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Now check the transport layer + charEncoding = lookupEncoding(self.transport_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Look for meta elements with encoding information + charEncoding = self.detectEncodingMeta(), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Parent document encoding + charEncoding = lookupEncoding(self.same_origin_parent_encoding), "tentative" + if charEncoding[0] is not None and not charEncoding[0].name.startswith("utf-16"): + return charEncoding + + # "likely" encoding + charEncoding = lookupEncoding(self.likely_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Guess with chardet, if available + if chardet: + try: + from pip._vendor.chardet.universaldetector import UniversalDetector + except ImportError: + pass + else: + buffers = [] + detector = UniversalDetector() + while not detector.done: + buffer = self.rawStream.read(self.numBytesChardet) + assert isinstance(buffer, bytes) + if not buffer: + break + buffers.append(buffer) + detector.feed(buffer) + detector.close() + encoding = lookupEncoding(detector.result['encoding']) + self.rawStream.seek(0) + if encoding is not None: + return encoding, "tentative" + + # Try the default encoding + charEncoding = lookupEncoding(self.default_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Fallback to html5lib's default if even that hasn't worked + return lookupEncoding("windows-1252"), "tentative" + + def changeEncoding(self, newEncoding): + assert self.charEncoding[1] != "certain" + newEncoding = lookupEncoding(newEncoding) + if newEncoding is None: + return + if newEncoding.name in ("utf-16be", "utf-16le"): + newEncoding = lookupEncoding("utf-8") + assert newEncoding is not None + elif newEncoding == self.charEncoding[0]: + self.charEncoding = (self.charEncoding[0], "certain") + else: + self.rawStream.seek(0) + self.charEncoding = (newEncoding, "certain") + self.reset() + raise _ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding)) + + def detectBOM(self): + """Attempts to detect at BOM at the start of the stream. If + an encoding can be determined from the BOM return the name of the + encoding otherwise return None""" + bomDict = { + codecs.BOM_UTF8: 'utf-8', + codecs.BOM_UTF16_LE: 'utf-16le', codecs.BOM_UTF16_BE: 'utf-16be', + codecs.BOM_UTF32_LE: 'utf-32le', codecs.BOM_UTF32_BE: 'utf-32be' + } + + # Go to beginning of file and read in 4 bytes + string = self.rawStream.read(4) + assert isinstance(string, bytes) + + # Try detecting the BOM using bytes from the string + encoding = bomDict.get(string[:3]) # UTF-8 + seek = 3 + if not encoding: + # Need to detect UTF-32 before UTF-16 + encoding = bomDict.get(string) # UTF-32 + seek = 4 + if not encoding: + encoding = bomDict.get(string[:2]) # UTF-16 + seek = 2 + + # Set the read position past the BOM if one was found, otherwise + # set it to the start of the stream + if encoding: + self.rawStream.seek(seek) + return lookupEncoding(encoding) + else: + self.rawStream.seek(0) + return None + + def detectEncodingMeta(self): + """Report the encoding declared by the meta element + """ + buffer = self.rawStream.read(self.numBytesMeta) + assert isinstance(buffer, bytes) + parser = EncodingParser(buffer) + self.rawStream.seek(0) + encoding = parser.getEncoding() + + if encoding is not None and encoding.name in ("utf-16be", "utf-16le"): + encoding = lookupEncoding("utf-8") + + return encoding + + +class EncodingBytes(bytes): + """String-like object with an associated position and various extra methods + If the position is ever greater than the string length then an exception is + raised""" + def __new__(self, value): + assert isinstance(value, bytes) + return bytes.__new__(self, value.lower()) + + def __init__(self, value): + # pylint:disable=unused-argument + self._position = -1 + + def __iter__(self): + return self + + def __next__(self): + p = self._position = self._position + 1 + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + return self[p:p + 1] + + def next(self): + # Py2 compat + return self.__next__() + + def previous(self): + p = self._position + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + self._position = p = p - 1 + return self[p:p + 1] + + def setPosition(self, position): + if self._position >= len(self): + raise StopIteration + self._position = position + + def getPosition(self): + if self._position >= len(self): + raise StopIteration + if self._position >= 0: + return self._position + else: + return None + + position = property(getPosition, setPosition) + + def getCurrentByte(self): + return self[self.position:self.position + 1] + + currentByte = property(getCurrentByte) + + def skip(self, chars=spaceCharactersBytes): + """Skip past a list of characters""" + p = self.position # use property for the error-checking + while p < len(self): + c = self[p:p + 1] + if c not in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def skipUntil(self, chars): + p = self.position + while p < len(self): + c = self[p:p + 1] + if c in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def matchBytes(self, bytes): + """Look for a sequence of bytes at the start of a string. If the bytes + are found return True and advance the position to the byte after the + match. Otherwise return False and leave the position alone""" + rv = self.startswith(bytes, self.position) + if rv: + self.position += len(bytes) + return rv + + def jumpTo(self, bytes): + """Look for the next sequence of bytes matching a given sequence. If + a match is found advance the position to the last byte of the match""" + try: + self._position = self.index(bytes, self.position) + len(bytes) - 1 + except ValueError: + raise StopIteration + return True + + +class EncodingParser(object): + """Mini parser for detecting character encoding from meta elements""" + + def __init__(self, data): + """string - the data to work on for encoding detection""" + self.data = EncodingBytes(data) + self.encoding = None + + def getEncoding(self): + if b"") + + def handleMeta(self): + if self.data.currentByte not in spaceCharactersBytes: + # if we have ") + + def getAttribute(self): + """Return a name,value pair for the next attribute in the stream, + if one is found, or None""" + data = self.data + # Step 1 (skip chars) + c = data.skip(spaceCharactersBytes | frozenset([b"/"])) + assert c is None or len(c) == 1 + # Step 2 + if c in (b">", None): + return None + # Step 3 + attrName = [] + attrValue = [] + # Step 4 attribute name + while True: + if c == b"=" and attrName: + break + elif c in spaceCharactersBytes: + # Step 6! + c = data.skip() + break + elif c in (b"/", b">"): + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrName.append(c.lower()) + elif c is None: + return None + else: + attrName.append(c) + # Step 5 + c = next(data) + # Step 7 + if c != b"=": + data.previous() + return b"".join(attrName), b"" + # Step 8 + next(data) + # Step 9 + c = data.skip() + # Step 10 + if c in (b"'", b'"'): + # 10.1 + quoteChar = c + while True: + # 10.2 + c = next(data) + # 10.3 + if c == quoteChar: + next(data) + return b"".join(attrName), b"".join(attrValue) + # 10.4 + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + # 10.5 + else: + attrValue.append(c) + elif c == b">": + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + # Step 11 + while True: + c = next(data) + if c in spacesAngleBrackets: + return b"".join(attrName), b"".join(attrValue) + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + + +class ContentAttrParser(object): + def __init__(self, data): + assert isinstance(data, bytes) + self.data = data + + def parse(self): + try: + # Check if the attr name is charset + # otherwise return + self.data.jumpTo(b"charset") + self.data.position += 1 + self.data.skip() + if not self.data.currentByte == b"=": + # If there is no = sign keep looking for attrs + return None + self.data.position += 1 + self.data.skip() + # Look for an encoding between matching quote marks + if self.data.currentByte in (b'"', b"'"): + quoteMark = self.data.currentByte + self.data.position += 1 + oldPosition = self.data.position + if self.data.jumpTo(quoteMark): + return self.data[oldPosition:self.data.position] + else: + return None + else: + # Unquoted value + oldPosition = self.data.position + try: + self.data.skipUntil(spaceCharactersBytes) + return self.data[oldPosition:self.data.position] + except StopIteration: + # Return the whole remaining value + return self.data[oldPosition:] + except StopIteration: + return None + + +def lookupEncoding(encoding): + """Return the python codec name corresponding to an encoding or None if the + string doesn't correspond to a valid encoding.""" + if isinstance(encoding, bytes): + try: + encoding = encoding.decode("ascii") + except UnicodeDecodeError: + return None + + if encoding is not None: + try: + return webencodings.lookup(encoding) + except AttributeError: + return None + else: + return None diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py new file mode 100644 index 00000000..5f00253e --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py @@ -0,0 +1,1735 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import unichr as chr + +from collections import deque, OrderedDict +from sys import version_info + +from .constants import spaceCharacters +from .constants import entities +from .constants import asciiLetters, asciiUpper2Lower +from .constants import digits, hexDigits, EOF +from .constants import tokenTypes, tagTokenTypes +from .constants import replacementCharacters + +from ._inputstream import HTMLInputStream + +from ._trie import Trie + +entitiesTrie = Trie(entities) + +if version_info >= (3, 7): + attributeMap = dict +else: + attributeMap = OrderedDict + + +class HTMLTokenizer(object): + """ This class takes care of tokenizing HTML. + + * self.currentToken + Holds the token that is currently being processed. + + * self.state + Holds a reference to the method to be invoked... XXX + + * self.stream + Points to HTMLInputStream object. + """ + + def __init__(self, stream, parser=None, **kwargs): + + self.stream = HTMLInputStream(stream, **kwargs) + self.parser = parser + + # Setup the initial tokenizer state + self.escapeFlag = False + self.lastFourChars = [] + self.state = self.dataState + self.escape = False + + # The current token being created + self.currentToken = None + super(HTMLTokenizer, self).__init__() + + def __iter__(self): + """ This is where the magic happens. + + We do our usually processing through the states and when we have a token + to return we yield the token which pauses processing until the next token + is requested. + """ + self.tokenQueue = deque([]) + # Start processing. When EOF is reached self.state will return False + # instead of True and the loop will terminate. + while self.state(): + while self.stream.errors: + yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} + while self.tokenQueue: + yield self.tokenQueue.popleft() + + def consumeNumberEntity(self, isHex): + """This function returns either U+FFFD or the character based on the + decimal or hexadecimal representation. It also discards ";" if present. + If not present self.tokenQueue.append({"type": tokenTypes["ParseError"]}) is invoked. + """ + + allowed = digits + radix = 10 + if isHex: + allowed = hexDigits + radix = 16 + + charStack = [] + + # Consume all the characters that are in range while making sure we + # don't hit an EOF. + c = self.stream.char() + while c in allowed and c is not EOF: + charStack.append(c) + c = self.stream.char() + + # Convert the set of characters consumed to an int. + charAsInt = int("".join(charStack), radix) + + # Certain characters get replaced with others + if charAsInt in replacementCharacters: + char = replacementCharacters[charAsInt] + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + elif ((0xD800 <= charAsInt <= 0xDFFF) or + (charAsInt > 0x10FFFF)): + char = "\uFFFD" + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + else: + # Should speed up this check somehow (e.g. move the set to a constant) + if ((0x0001 <= charAsInt <= 0x0008) or + (0x000E <= charAsInt <= 0x001F) or + (0x007F <= charAsInt <= 0x009F) or + (0xFDD0 <= charAsInt <= 0xFDEF) or + charAsInt in frozenset([0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, + 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, + 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE, + 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, + 0x9FFFF, 0xAFFFE, 0xAFFFF, 0xBFFFE, + 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, + 0xFFFFF, 0x10FFFE, 0x10FFFF])): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + try: + # Try/except needed as UCS-2 Python builds' unichar only works + # within the BMP. + char = chr(charAsInt) + except ValueError: + v = charAsInt - 0x10000 + char = chr(0xD800 | (v >> 10)) + chr(0xDC00 | (v & 0x3FF)) + + # Discard the ; if present. Otherwise, put it back on the queue and + # invoke parseError on parser. + if c != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "numeric-entity-without-semicolon"}) + self.stream.unget(c) + + return char + + def consumeEntity(self, allowedChar=None, fromAttribute=False): + # Initialise to the default output for when no entity is matched + output = "&" + + charStack = [self.stream.char()] + if (charStack[0] in spaceCharacters or charStack[0] in (EOF, "<", "&") or + (allowedChar is not None and allowedChar == charStack[0])): + self.stream.unget(charStack[0]) + + elif charStack[0] == "#": + # Read the next character to see if it's hex or decimal + hex = False + charStack.append(self.stream.char()) + if charStack[-1] in ("x", "X"): + hex = True + charStack.append(self.stream.char()) + + # charStack[-1] should be the first digit + if (hex and charStack[-1] in hexDigits) \ + or (not hex and charStack[-1] in digits): + # At least one digit found, so consume the whole number + self.stream.unget(charStack[-1]) + output = self.consumeNumberEntity(hex) + else: + # No digits found + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "expected-numeric-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + else: + # At this point in the process might have named entity. Entities + # are stored in the global variable "entities". + # + # Consume characters and compare to these to a substring of the + # entity names in the list until the substring no longer matches. + while (charStack[-1] is not EOF): + if not entitiesTrie.has_keys_with_prefix("".join(charStack)): + break + charStack.append(self.stream.char()) + + # At this point we have a string that starts with some characters + # that may match an entity + # Try to find the longest entity the string will match to take care + # of ¬i for instance. + try: + entityName = entitiesTrie.longest_prefix("".join(charStack[:-1])) + entityLength = len(entityName) + except KeyError: + entityName = None + + if entityName is not None: + if entityName[-1] != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "named-entity-without-semicolon"}) + if (entityName[-1] != ";" and fromAttribute and + (charStack[entityLength] in asciiLetters or + charStack[entityLength] in digits or + charStack[entityLength] == "=")): + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + else: + output = entities[entityName] + self.stream.unget(charStack.pop()) + output += "".join(charStack[entityLength:]) + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-named-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + if fromAttribute: + self.currentToken["data"][-1][1] += output + else: + if output in spaceCharacters: + tokenType = "SpaceCharacters" + else: + tokenType = "Characters" + self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) + + def processEntityInAttribute(self, allowedChar): + """This method replaces the need for "entityInAttributeValueState". + """ + self.consumeEntity(allowedChar=allowedChar, fromAttribute=True) + + def emitCurrentToken(self): + """This method is a generic handler for emitting the tags. It also sets + the state to "data" because that's what's needed after a token has been + emitted. + """ + token = self.currentToken + # Add token to the queue to be yielded + if (token["type"] in tagTokenTypes): + token["name"] = token["name"].translate(asciiUpper2Lower) + if token["type"] == tokenTypes["StartTag"]: + raw = token["data"] + data = attributeMap(raw) + if len(raw) > len(data): + # we had some duplicated attribute, fix so first wins + data.update(raw[::-1]) + token["data"] = data + + if token["type"] == tokenTypes["EndTag"]: + if token["data"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "attributes-in-end-tag"}) + if token["selfClosing"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "self-closing-flag-on-end-tag"}) + self.tokenQueue.append(token) + self.state = self.dataState + + # Below are the various tokenizer states worked out. + def dataState(self): + data = self.stream.char() + if data == "&": + self.state = self.entityDataState + elif data == "<": + self.state = self.tagOpenState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\u0000"}) + elif data is EOF: + # Tokenization ends. + return False + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def entityDataState(self): + self.consumeEntity() + self.state = self.dataState + return True + + def rcdataState(self): + data = self.stream.char() + if data == "&": + self.state = self.characterReferenceInRcdata + elif data == "<": + self.state = self.rcdataLessThanSignState + elif data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def characterReferenceInRcdata(self): + self.consumeEntity() + self.state = self.rcdataState + return True + + def rawtextState(self): + data = self.stream.char() + if data == "<": + self.state = self.rawtextLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def scriptDataState(self): + data = self.stream.char() + if data == "<": + self.state = self.scriptDataLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def plaintextState(self): + data = self.stream.char() + if data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + self.stream.charsUntil("\u0000")}) + return True + + def tagOpenState(self): + data = self.stream.char() + if data == "!": + self.state = self.markupDeclarationOpenState + elif data == "/": + self.state = self.closeTagOpenState + elif data in asciiLetters: + self.currentToken = {"type": tokenTypes["StartTag"], + "name": data, "data": [], + "selfClosing": False, + "selfClosingAcknowledged": False} + self.state = self.tagNameState + elif data == ">": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-right-bracket"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<>"}) + self.state = self.dataState + elif data == "?": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-question-mark"}) + self.stream.unget(data) + self.state = self.bogusCommentState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.dataState + return True + + def closeTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.currentToken = {"type": tokenTypes["EndTag"], "name": data, + "data": [], "selfClosing": False} + self.state = self.tagNameState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-right-bracket"}) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-eof"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "": + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-tag-name"}) + self.state = self.dataState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + else: + self.currentToken["name"] += data + # (Don't use charsUntil here, because tag names are + # very short and it's faster to not do anything fancy) + return True + + def rcdataLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.rcdataEndTagOpenState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.rcdataState + return True + + def rcdataEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer += data + self.state = self.rcdataEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataEscapedState + elif data == EOF: + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.scriptDataEscapedEndTagOpenState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<" + data}) + self.temporaryBuffer = data + self.state = self.scriptDataDoubleEscapeStartState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer = data + self.state = self.scriptDataEscapedEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": ""))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataDoubleEscapedState + else: + self.state = self.scriptDataEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataDoubleEscapedState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + return True + + def scriptDataDoubleEscapedDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedDashDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "/"}) + self.temporaryBuffer = "" + self.state = self.scriptDataDoubleEscapeEndState + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapeEndState(self): + data = self.stream.char() + if data in (spaceCharacters | frozenset(("/", ">"))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataEscapedState + else: + self.state = self.scriptDataDoubleEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def beforeAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data in ("'", '"', "=", "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-name-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def attributeNameState(self): + data = self.stream.char() + leavingThisState = True + emitToken = False + if data == "=": + self.state = self.beforeAttributeValueState + elif data in asciiLetters: + self.currentToken["data"][-1][0] += data +\ + self.stream.charsUntil(asciiLetters, True) + leavingThisState = False + elif data == ">": + # XXX If we emit here the attributes are converted to a dict + # without being checked and when the code below runs we error + # because data is a dict not a list + emitToken = True + elif data in spaceCharacters: + self.state = self.afterAttributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][0] += "\uFFFD" + leavingThisState = False + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"][-1][0] += data + leavingThisState = False + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-attribute-name"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][0] += data + leavingThisState = False + + if leavingThisState: + # Attributes are not dropped at this stage. That happens when the + # start tag token is emitted so values can still be safely appended + # to attributes, but we do want to report the parse error in time. + self.currentToken["data"][-1][0] = ( + self.currentToken["data"][-1][0].translate(asciiUpper2Lower)) + for name, _ in self.currentToken["data"][:-1]: + if self.currentToken["data"][-1][0] == name: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "duplicate-attribute"}) + break + # XXX Fix for above XXX + if emitToken: + self.emitCurrentToken() + return True + + def afterAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "=": + self.state = self.beforeAttributeValueState + elif data == ">": + self.emitCurrentToken() + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-after-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-end-of-tag-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def beforeAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "\"": + self.state = self.attributeValueDoubleQuotedState + elif data == "&": + self.state = self.attributeValueUnQuotedState + self.stream.unget(data) + elif data == "'": + self.state = self.attributeValueSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-right-bracket"}) + self.emitCurrentToken() + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + self.state = self.attributeValueUnQuotedState + elif data in ("=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "equals-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + return True + + def attributeValueDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute('"') + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-double-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("\"", "&", "\u0000")) + return True + + def attributeValueSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute("'") + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-single-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("'", "&", "\u0000")) + return True + + def attributeValueUnQuotedState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == "&": + self.processEntityInAttribute(">") + elif data == ">": + self.emitCurrentToken() + elif data in ('"', "'", "=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-no-quotes"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.stream.charsUntil( + frozenset(("&", ">", '"', "'", "=", "<", "`", "\u0000")) | spaceCharacters) + return True + + def afterAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-EOF-after-attribute-value"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-attribute-value"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def selfClosingStartTagState(self): + data = self.stream.char() + if data == ">": + self.currentToken["selfClosing"] = True + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "unexpected-EOF-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def bogusCommentState(self): + # Make a new comment token and give it as value all the characters + # until the first > or EOF (charsUntil checks for EOF automatically) + # and emit it. + data = self.stream.charsUntil(">") + data = data.replace("\u0000", "\uFFFD") + self.tokenQueue.append( + {"type": tokenTypes["Comment"], "data": data}) + + # Eat the character directly after the bogus comment which is either a + # ">" or an EOF. + self.stream.char() + self.state = self.dataState + return True + + def markupDeclarationOpenState(self): + charStack = [self.stream.char()] + if charStack[-1] == "-": + charStack.append(self.stream.char()) + if charStack[-1] == "-": + self.currentToken = {"type": tokenTypes["Comment"], "data": ""} + self.state = self.commentStartState + return True + elif charStack[-1] in ('d', 'D'): + matched = True + for expected in (('o', 'O'), ('c', 'C'), ('t', 'T'), + ('y', 'Y'), ('p', 'P'), ('e', 'E')): + charStack.append(self.stream.char()) + if charStack[-1] not in expected: + matched = False + break + if matched: + self.currentToken = {"type": tokenTypes["Doctype"], + "name": "", + "publicId": None, "systemId": None, + "correct": True} + self.state = self.doctypeState + return True + elif (charStack[-1] == "[" and + self.parser is not None and + self.parser.tree.openElements and + self.parser.tree.openElements[-1].namespace != self.parser.tree.defaultNamespace): + matched = True + for expected in ["C", "D", "A", "T", "A", "["]: + charStack.append(self.stream.char()) + if charStack[-1] != expected: + matched = False + break + if matched: + self.state = self.cdataSectionState + return True + + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-dashes-or-doctype"}) + + while charStack: + self.stream.unget(charStack.pop()) + self.state = self.bogusCommentState + return True + + def commentStartState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentStartDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + self.state = self.commentState + return True + + def commentStartDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + \ + self.stream.charsUntil(("-", "\u0000")) + return True + + def commentEndDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentEndState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--\uFFFD" + self.state = self.commentState + elif data == "!": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-bang-after-double-dash-in-comment"}) + self.state = self.commentEndBangState + elif data == "-": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-dash-after-double-dash-in-comment"}) + self.currentToken["data"] += data + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-double-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-comment"}) + self.currentToken["data"] += "--" + data + self.state = self.commentState + return True + + def commentEndBangState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "-": + self.currentToken["data"] += "--!" + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--!\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-bang-state"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "--!" + data + self.state = self.commentState + return True + + def doctypeState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "need-space-after-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeNameState + return True + + def beforeDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-right-bracket"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] = "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] = data + self.state = self.doctypeNameState + return True + + def doctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.state = self.afterDoctypeNameState + elif data == ">": + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype-name"}) + self.currentToken["correct"] = False + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] += data + return True + + def afterDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.currentToken["correct"] = False + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + if data in ("p", "P"): + matched = True + for expected in (("u", "U"), ("b", "B"), ("l", "L"), + ("i", "I"), ("c", "C")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypePublicKeywordState + return True + elif data in ("s", "S"): + matched = True + for expected in (("y", "Y"), ("s", "S"), ("t", "T"), + ("e", "E"), ("m", "M")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypeSystemKeywordState + return True + + # All the characters read before the current 'data' will be + # [a-zA-Z], so they're garbage in the bogus doctype and can be + # discarded; only the latest character might be '>' or EOF + # and needs to be ungetted + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-space-or-right-bracket-in-doctype", "datavars": + {"data": data}}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + + return True + + def afterDoctypePublicKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypePublicIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + return True + + def beforeDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypePublicIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def doctypePublicIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def afterDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.betweenDoctypePublicAndSystemIdentifiersState + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def betweenDoctypePublicAndSystemIdentifiersState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def afterDoctypeSystemKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeSystemIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + return True + + def beforeDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypeSystemIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def doctypeSystemIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def afterDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.state = self.bogusDoctypeState + return True + + def bogusDoctypeState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + # XXX EMIT + self.stream.unget(data) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + pass + return True + + def cdataSectionState(self): + data = [] + while True: + data.append(self.stream.charsUntil("]")) + data.append(self.stream.charsUntil(">")) + char = self.stream.char() + if char == EOF: + break + else: + assert char == ">" + if data[-1][-2:] == "]]": + data[-1] = data[-1][:-2] + break + else: + data.append(char) + + data = "".join(data) # pylint:disable=redefined-variable-type + # Deal with null here rather than in the parser + nullCount = data.count("\u0000") + if nullCount > 0: + for _ in range(nullCount): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + data = data.replace("\u0000", "\uFFFD") + if data: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": data}) + self.state = self.dataState + return True diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py new file mode 100644 index 00000000..07bad5d3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import, division, unicode_literals + +from .py import Trie + +__all__ = ["Trie"] diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3779ce9ff795a52d0df9f1d6545faa10bde074d2 GIT binary patch literal 378 zcmZ9HJx&8L5QXjC&5t4?DCjsrkP?Fs9YQ$)4OH8VHnGWC@t?-_qSTy*E4ii06{xTy ziinZsd7kuHde6@1Gm>YGH$vz4yO{H-vRUW#w^=yhR1r;Es;jorbz4)yD_*NckJ?eb zn;mV(eDq2d<74K@qE46H##TZ^Eu|yb=!Tn6P`Kg7-WoFWPQ-;vCt55at0uc Z3;-*4NYf{6c~s)Lbn~UtHMyu})i2!1X~zHn literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7410942ad6889dec70a9671757c161ec6d363ae GIT binary patch literal 1630 zcmZ`(U2EJ%6umRj?rPWT4{SHB(}X%L6!sx2mynlYOiI(1Qfdkgv=xLw*35c^_2n69 z9WOGJ+9i4JFR&l;m*%xk`2l_DOM9<&6V^#8F(b{))yz5foU43!xd(VX(jTk89e}@R zuy}bmc!bUTf}I4(5=dFVQXcTs2^*-^bVzac&yIMa5u>#lzDIX zCUD@|mZ=J*bsM9tOJUZ*ZO}QcQOQX6abB-shkUz2G&%{PmuPzV^%?~kGWH7hxX0G{ zwEO1Nca$V2eN7*Hid_v?a1D>)Y44oZ{0arYj;tE9EU~_6G4KBnMfbtilNHvvmR?R{;%syw;GV|i~fJmKj9WNnr{NS zT_ea6p`sbt1(WPUv?Nm5L@HPwHD7{1_!d&c*v}ScIMy-JTP-o}g8j}0eE${M6O-Q3 zVRodflc>ykKd7^Bw9fSn#w>oD?@E&6H>R93y+ce_u=AM9Zt-=tj%+<=y3w$`8T$@T zDziqMTlhlakRT*YjeNFXL>0mI2Tao`H*j^5g=$z(W8>zD0&SgsjvpKHL67y>^rQCx zYr^zhI;3koA+j)4LfD=VX)ddT-uptFRADk-=?Ee72%Sk@)r7u*s6W9syF52;q>=QHg(5 yGYk(SO+OdA^nLTkZ6vfy3n9&x3n&^qjdi`<8NEHSLnGoQaK46FT0;>x-Twd}^m_mR literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4f50d6d16a93494d9401af5241f4b57878756d4 GIT binary patch literal 2293 zcmah~OK%%D5GJ_~tz_9&Qp2&EKGX+NsBI({MO&Z}MEeD3D^1wW&XpdTdPbG4I#$WwBVD7+QKL8?0p9<1vf(rJ8^gZDT zA4WK`2w@CFO++w;qAnUR)pmFxvo7b8X^$AXNbRAY$DeOHZE>wF>-S z)84SiWKWIrT&mvVLLK);<8+)QH&66vD3!d-Y5^K&W?1CC6Pcg%(qw7xm zH%IZ{I6joRH%dl54r-!My`jm{FHoBs2o~(=j?QfT)}hSh=}6sP!7Cw*?3XPvX=6aU zoF{o=IPcy{ivgs2vUN92+sE=ux3jS}?S0wSU^hS1mME7Mb?e1xYJJqP^*u?w$ku2`uhPltg{%B4b1N7t2D~5QidF8ss1Hz#NqGrdP~dzU<<7|xPbdE$JORy;ZZGgu zZ=;oWmM)w#7sD0K52b;#WSqaXbk&;QXSuX{!Ceg$v8Y`5euqg39cE1Q3XJra!3gek z%ebH-vQY9++DG0wRX1Ste_~TM^-O?z5PDX6Gv6mue;VY`LONrW1ge`%!_qe)YR|yF z`nn9kChiTk30S6J_hA`6tu18dl){=|Uy*6$W2vX_Rc)yB%fPi8A8mEKUDbknD7;xG zQW#n5X=!W&dWbUmabkw*8fv(B!0SO=nn0-u(WzBw8jh4aNKP$F3(JOy4cuN!6Ll5! zFGkqO-UYdC1KFev+GGv7Nm~pH$cM27#nk#c^c&P?le&utR_ujHU=)^-5Wp-7N!3J! zJH~(kKG$LN=D0)CJqi}MPyIZErtBm$HudL72M+0v1#?ITr4L9$3qJ>|fY#mvxHOii z>L9sdCjfvc2>~s!PtxyxK-G5l!pX+y= 0xD800 and ord(data[0]) <= 0xDBFF and + ord(data[1]) >= 0xDC00 and ord(data[1]) <= 0xDFFF) + + +def surrogatePairToCodepoint(data): + char_val = (0x10000 + (ord(data[0]) - 0xD800) * 0x400 + + (ord(data[1]) - 0xDC00)) + return char_val + +# Module Factory Factory (no, this isn't Java, I know) +# Here to stop this being duplicated all over the place. + + +def moduleFactoryFactory(factory): + moduleCache = {} + + def moduleFactory(baseModule, *args, **kwargs): + if isinstance(ModuleType.__name__, type("")): + name = "_%s_factory" % baseModule.__name__ + else: + name = b"_%s_factory" % baseModule.__name__ + + kwargs_tuple = tuple(kwargs.items()) + + try: + return moduleCache[name][args][kwargs_tuple] + except KeyError: + mod = ModuleType(name) + objs = factory(baseModule, *args, **kwargs) + mod.__dict__.update(objs) + if "name" not in moduleCache: + moduleCache[name] = {} + if "args" not in moduleCache[name]: + moduleCache[name][args] = {} + if "kwargs" not in moduleCache[name][args]: + moduleCache[name][args][kwargs_tuple] = {} + moduleCache[name][args][kwargs_tuple] = mod + return mod + + return moduleFactory + + +def memoize(func): + cache = {} + + def wrapped(*args, **kwargs): + key = (tuple(args), tuple(kwargs.items())) + if key not in cache: + cache[key] = func(*args, **kwargs) + return cache[key] + + return wrapped diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py new file mode 100644 index 00000000..fe3e237c --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py @@ -0,0 +1,2946 @@ +from __future__ import absolute_import, division, unicode_literals + +import string + +EOF = None + +E = { + "null-character": + "Null character in input stream, replaced with U+FFFD.", + "invalid-codepoint": + "Invalid codepoint in stream.", + "incorrectly-placed-solidus": + "Solidus (/) incorrectly placed in tag.", + "incorrect-cr-newline-entity": + "Incorrect CR newline entity, replaced with LF.", + "illegal-windows-1252-entity": + "Entity used with illegal number (windows-1252 reference).", + "cant-convert-numeric-entity": + "Numeric entity couldn't be converted to character " + "(codepoint U+%(charAsInt)08x).", + "illegal-codepoint-for-numeric-entity": + "Numeric entity represents an illegal codepoint: " + "U+%(charAsInt)08x.", + "numeric-entity-without-semicolon": + "Numeric entity didn't end with ';'.", + "expected-numeric-entity-but-got-eof": + "Numeric entity expected. Got end of file instead.", + "expected-numeric-entity": + "Numeric entity expected but none found.", + "named-entity-without-semicolon": + "Named entity didn't end with ';'.", + "expected-named-entity": + "Named entity expected. Got none.", + "attributes-in-end-tag": + "End tag contains unexpected attributes.", + 'self-closing-flag-on-end-tag': + "End tag contains unexpected self-closing flag.", + "expected-tag-name-but-got-right-bracket": + "Expected tag name. Got '>' instead.", + "expected-tag-name-but-got-question-mark": + "Expected tag name. Got '?' instead. (HTML doesn't " + "support processing instructions.)", + "expected-tag-name": + "Expected tag name. Got something else instead", + "expected-closing-tag-but-got-right-bracket": + "Expected closing tag. Got '>' instead. Ignoring ''.", + "expected-closing-tag-but-got-eof": + "Expected closing tag. Unexpected end of file.", + "expected-closing-tag-but-got-char": + "Expected closing tag. Unexpected character '%(data)s' found.", + "eof-in-tag-name": + "Unexpected end of file in the tag name.", + "expected-attribute-name-but-got-eof": + "Unexpected end of file. Expected attribute name instead.", + "eof-in-attribute-name": + "Unexpected end of file in attribute name.", + "invalid-character-in-attribute-name": + "Invalid character in attribute name", + "duplicate-attribute": + "Dropped duplicate attribute on tag.", + "expected-end-of-tag-name-but-got-eof": + "Unexpected end of file. Expected = or end of tag.", + "expected-attribute-value-but-got-eof": + "Unexpected end of file. Expected attribute value.", + "expected-attribute-value-but-got-right-bracket": + "Expected attribute value. Got '>' instead.", + 'equals-in-unquoted-attribute-value': + "Unexpected = in unquoted attribute", + 'unexpected-character-in-unquoted-attribute-value': + "Unexpected character in unquoted attribute", + "invalid-character-after-attribute-name": + "Unexpected character after attribute name.", + "unexpected-character-after-attribute-value": + "Unexpected character after attribute value.", + "eof-in-attribute-value-double-quote": + "Unexpected end of file in attribute value (\").", + "eof-in-attribute-value-single-quote": + "Unexpected end of file in attribute value (').", + "eof-in-attribute-value-no-quotes": + "Unexpected end of file in attribute value.", + "unexpected-EOF-after-solidus-in-tag": + "Unexpected end of file in tag. Expected >", + "unexpected-character-after-solidus-in-tag": + "Unexpected character after / in tag. Expected >", + "expected-dashes-or-doctype": + "Expected '--' or 'DOCTYPE'. Not found.", + "unexpected-bang-after-double-dash-in-comment": + "Unexpected ! after -- in comment", + "unexpected-space-after-double-dash-in-comment": + "Unexpected space after -- in comment", + "incorrect-comment": + "Incorrect comment.", + "eof-in-comment": + "Unexpected end of file in comment.", + "eof-in-comment-end-dash": + "Unexpected end of file in comment (-)", + "unexpected-dash-after-double-dash-in-comment": + "Unexpected '-' after '--' found in comment.", + "eof-in-comment-double-dash": + "Unexpected end of file in comment (--).", + "eof-in-comment-end-space-state": + "Unexpected end of file in comment.", + "eof-in-comment-end-bang-state": + "Unexpected end of file in comment.", + "unexpected-char-in-comment": + "Unexpected character in comment found.", + "need-space-after-doctype": + "No space after literal string 'DOCTYPE'.", + "expected-doctype-name-but-got-right-bracket": + "Unexpected > character. Expected DOCTYPE name.", + "expected-doctype-name-but-got-eof": + "Unexpected end of file. Expected DOCTYPE name.", + "eof-in-doctype-name": + "Unexpected end of file in DOCTYPE name.", + "eof-in-doctype": + "Unexpected end of file in DOCTYPE.", + "expected-space-or-right-bracket-in-doctype": + "Expected space or '>'. Got '%(data)s'", + "unexpected-end-of-doctype": + "Unexpected end of DOCTYPE.", + "unexpected-char-in-doctype": + "Unexpected character in DOCTYPE.", + "eof-in-innerhtml": + "XXX innerHTML EOF", + "unexpected-doctype": + "Unexpected DOCTYPE. Ignored.", + "non-html-root": + "html needs to be the first start tag.", + "expected-doctype-but-got-eof": + "Unexpected End of file. Expected DOCTYPE.", + "unknown-doctype": + "Erroneous DOCTYPE.", + "expected-doctype-but-got-chars": + "Unexpected non-space characters. Expected DOCTYPE.", + "expected-doctype-but-got-start-tag": + "Unexpected start tag (%(name)s). Expected DOCTYPE.", + "expected-doctype-but-got-end-tag": + "Unexpected end tag (%(name)s). Expected DOCTYPE.", + "end-tag-after-implied-root": + "Unexpected end tag (%(name)s) after the (implied) root element.", + "expected-named-closing-tag-but-got-eof": + "Unexpected end of file. Expected end tag (%(name)s).", + "two-heads-are-not-better-than-one": + "Unexpected start tag head in existing head. Ignored.", + "unexpected-end-tag": + "Unexpected end tag (%(name)s). Ignored.", + "unexpected-start-tag-out-of-my-head": + "Unexpected start tag (%(name)s) that can be in head. Moved.", + "unexpected-start-tag": + "Unexpected start tag (%(name)s).", + "missing-end-tag": + "Missing end tag (%(name)s).", + "missing-end-tags": + "Missing end tags (%(name)s).", + "unexpected-start-tag-implies-end-tag": + "Unexpected start tag (%(startName)s) " + "implies end tag (%(endName)s).", + "unexpected-start-tag-treated-as": + "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", + "deprecated-tag": + "Unexpected start tag %(name)s. Don't use it!", + "unexpected-start-tag-ignored": + "Unexpected start tag %(name)s. Ignored.", + "expected-one-end-tag-but-got-another": + "Unexpected end tag (%(gotName)s). " + "Missing end tag (%(expectedName)s).", + "end-tag-too-early": + "End tag (%(name)s) seen too early. Expected other end tag.", + "end-tag-too-early-named": + "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", + "end-tag-too-early-ignored": + "End tag (%(name)s) seen too early. Ignored.", + "adoption-agency-1.1": + "End tag (%(name)s) violates step 1, " + "paragraph 1 of the adoption agency algorithm.", + "adoption-agency-1.2": + "End tag (%(name)s) violates step 1, " + "paragraph 2 of the adoption agency algorithm.", + "adoption-agency-1.3": + "End tag (%(name)s) violates step 1, " + "paragraph 3 of the adoption agency algorithm.", + "adoption-agency-4.4": + "End tag (%(name)s) violates step 4, " + "paragraph 4 of the adoption agency algorithm.", + "unexpected-end-tag-treated-as": + "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", + "no-end-tag": + "This element (%(name)s) has no end tag.", + "unexpected-implied-end-tag-in-table": + "Unexpected implied end tag (%(name)s) in the table phase.", + "unexpected-implied-end-tag-in-table-body": + "Unexpected implied end tag (%(name)s) in the table body phase.", + "unexpected-char-implies-table-voodoo": + "Unexpected non-space characters in " + "table context caused voodoo mode.", + "unexpected-hidden-input-in-table": + "Unexpected input with type hidden in table context.", + "unexpected-form-in-table": + "Unexpected form in table context.", + "unexpected-start-tag-implies-table-voodoo": + "Unexpected start tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-end-tag-implies-table-voodoo": + "Unexpected end tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-cell-in-table-body": + "Unexpected table cell start tag (%(name)s) " + "in the table body phase.", + "unexpected-cell-end-tag": + "Got table cell end tag (%(name)s) " + "while required end tags are missing.", + "unexpected-end-tag-in-table-body": + "Unexpected end tag (%(name)s) in the table body phase. Ignored.", + "unexpected-implied-end-tag-in-table-row": + "Unexpected implied end tag (%(name)s) in the table row phase.", + "unexpected-end-tag-in-table-row": + "Unexpected end tag (%(name)s) in the table row phase. Ignored.", + "unexpected-select-in-select": + "Unexpected select start tag in the select phase " + "treated as select end tag.", + "unexpected-input-in-select": + "Unexpected input start tag in the select phase.", + "unexpected-start-tag-in-select": + "Unexpected start tag token (%(name)s in the select phase. " + "Ignored.", + "unexpected-end-tag-in-select": + "Unexpected end tag (%(name)s) in the select phase. Ignored.", + "unexpected-table-element-start-tag-in-select-in-table": + "Unexpected table element start tag (%(name)s) in the select in table phase.", + "unexpected-table-element-end-tag-in-select-in-table": + "Unexpected table element end tag (%(name)s) in the select in table phase.", + "unexpected-char-after-body": + "Unexpected non-space characters in the after body phase.", + "unexpected-start-tag-after-body": + "Unexpected start tag token (%(name)s)" + " in the after body phase.", + "unexpected-end-tag-after-body": + "Unexpected end tag token (%(name)s)" + " in the after body phase.", + "unexpected-char-in-frameset": + "Unexpected characters in the frameset phase. Characters ignored.", + "unexpected-start-tag-in-frameset": + "Unexpected start tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-frameset-in-frameset-innerhtml": + "Unexpected end tag token (frameset) " + "in the frameset phase (innerHTML).", + "unexpected-end-tag-in-frameset": + "Unexpected end tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-char-after-frameset": + "Unexpected non-space characters in the " + "after frameset phase. Ignored.", + "unexpected-start-tag-after-frameset": + "Unexpected start tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-frameset": + "Unexpected end tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-body-innerhtml": + "Unexpected end tag after body(innerHtml)", + "expected-eof-but-got-char": + "Unexpected non-space characters. Expected end of file.", + "expected-eof-but-got-start-tag": + "Unexpected start tag (%(name)s)" + ". Expected end of file.", + "expected-eof-but-got-end-tag": + "Unexpected end tag (%(name)s)" + ". Expected end of file.", + "eof-in-table": + "Unexpected end of file. Expected table content.", + "eof-in-select": + "Unexpected end of file. Expected select content.", + "eof-in-frameset": + "Unexpected end of file. Expected frameset content.", + "eof-in-script-in-script": + "Unexpected end of file. Expected script content.", + "eof-in-foreign-lands": + "Unexpected end of file. Expected foreign content", + "non-void-element-with-trailing-solidus": + "Trailing solidus not allowed on element %(name)s", + "unexpected-html-element-in-foreign-content": + "Element %(name)s not allowed in a non-html context", + "unexpected-end-tag-before-html": + "Unexpected end tag (%(name)s) before html.", + "unexpected-inhead-noscript-tag": + "Element %(name)s not allowed in a inhead-noscript context", + "eof-in-head-noscript": + "Unexpected end of file. Expected inhead-noscript content", + "char-in-head-noscript": + "Unexpected non-space character. Expected inhead-noscript content", + "XXX-undefined-error": + "Undefined error (this sucks and should be fixed)", +} + +namespaces = { + "html": "http://www.w3.org/1999/xhtml", + "mathml": "http://www.w3.org/1998/Math/MathML", + "svg": "http://www.w3.org/2000/svg", + "xlink": "http://www.w3.org/1999/xlink", + "xml": "http://www.w3.org/XML/1998/namespace", + "xmlns": "http://www.w3.org/2000/xmlns/" +} + +scopingElements = frozenset([ + (namespaces["html"], "applet"), + (namespaces["html"], "caption"), + (namespaces["html"], "html"), + (namespaces["html"], "marquee"), + (namespaces["html"], "object"), + (namespaces["html"], "table"), + (namespaces["html"], "td"), + (namespaces["html"], "th"), + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext"), + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title"), +]) + +formattingElements = frozenset([ + (namespaces["html"], "a"), + (namespaces["html"], "b"), + (namespaces["html"], "big"), + (namespaces["html"], "code"), + (namespaces["html"], "em"), + (namespaces["html"], "font"), + (namespaces["html"], "i"), + (namespaces["html"], "nobr"), + (namespaces["html"], "s"), + (namespaces["html"], "small"), + (namespaces["html"], "strike"), + (namespaces["html"], "strong"), + (namespaces["html"], "tt"), + (namespaces["html"], "u") +]) + +specialElements = frozenset([ + (namespaces["html"], "address"), + (namespaces["html"], "applet"), + (namespaces["html"], "area"), + (namespaces["html"], "article"), + (namespaces["html"], "aside"), + (namespaces["html"], "base"), + (namespaces["html"], "basefont"), + (namespaces["html"], "bgsound"), + (namespaces["html"], "blockquote"), + (namespaces["html"], "body"), + (namespaces["html"], "br"), + (namespaces["html"], "button"), + (namespaces["html"], "caption"), + (namespaces["html"], "center"), + (namespaces["html"], "col"), + (namespaces["html"], "colgroup"), + (namespaces["html"], "command"), + (namespaces["html"], "dd"), + (namespaces["html"], "details"), + (namespaces["html"], "dir"), + (namespaces["html"], "div"), + (namespaces["html"], "dl"), + (namespaces["html"], "dt"), + (namespaces["html"], "embed"), + (namespaces["html"], "fieldset"), + (namespaces["html"], "figure"), + (namespaces["html"], "footer"), + (namespaces["html"], "form"), + (namespaces["html"], "frame"), + (namespaces["html"], "frameset"), + (namespaces["html"], "h1"), + (namespaces["html"], "h2"), + (namespaces["html"], "h3"), + (namespaces["html"], "h4"), + (namespaces["html"], "h5"), + (namespaces["html"], "h6"), + (namespaces["html"], "head"), + (namespaces["html"], "header"), + (namespaces["html"], "hr"), + (namespaces["html"], "html"), + (namespaces["html"], "iframe"), + # Note that image is commented out in the spec as "this isn't an + # element that can end up on the stack, so it doesn't matter," + (namespaces["html"], "image"), + (namespaces["html"], "img"), + (namespaces["html"], "input"), + (namespaces["html"], "isindex"), + (namespaces["html"], "li"), + (namespaces["html"], "link"), + (namespaces["html"], "listing"), + (namespaces["html"], "marquee"), + (namespaces["html"], "menu"), + (namespaces["html"], "meta"), + (namespaces["html"], "nav"), + (namespaces["html"], "noembed"), + (namespaces["html"], "noframes"), + (namespaces["html"], "noscript"), + (namespaces["html"], "object"), + (namespaces["html"], "ol"), + (namespaces["html"], "p"), + (namespaces["html"], "param"), + (namespaces["html"], "plaintext"), + (namespaces["html"], "pre"), + (namespaces["html"], "script"), + (namespaces["html"], "section"), + (namespaces["html"], "select"), + (namespaces["html"], "style"), + (namespaces["html"], "table"), + (namespaces["html"], "tbody"), + (namespaces["html"], "td"), + (namespaces["html"], "textarea"), + (namespaces["html"], "tfoot"), + (namespaces["html"], "th"), + (namespaces["html"], "thead"), + (namespaces["html"], "title"), + (namespaces["html"], "tr"), + (namespaces["html"], "ul"), + (namespaces["html"], "wbr"), + (namespaces["html"], "xmp"), + (namespaces["svg"], "foreignObject") +]) + +htmlIntegrationPointElements = frozenset([ + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title") +]) + +mathmlTextIntegrationPointElements = frozenset([ + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext") +]) + +adjustSVGAttributes = { + "attributename": "attributeName", + "attributetype": "attributeType", + "basefrequency": "baseFrequency", + "baseprofile": "baseProfile", + "calcmode": "calcMode", + "clippathunits": "clipPathUnits", + "contentscripttype": "contentScriptType", + "contentstyletype": "contentStyleType", + "diffuseconstant": "diffuseConstant", + "edgemode": "edgeMode", + "externalresourcesrequired": "externalResourcesRequired", + "filterres": "filterRes", + "filterunits": "filterUnits", + "glyphref": "glyphRef", + "gradienttransform": "gradientTransform", + "gradientunits": "gradientUnits", + "kernelmatrix": "kernelMatrix", + "kernelunitlength": "kernelUnitLength", + "keypoints": "keyPoints", + "keysplines": "keySplines", + "keytimes": "keyTimes", + "lengthadjust": "lengthAdjust", + "limitingconeangle": "limitingConeAngle", + "markerheight": "markerHeight", + "markerunits": "markerUnits", + "markerwidth": "markerWidth", + "maskcontentunits": "maskContentUnits", + "maskunits": "maskUnits", + "numoctaves": "numOctaves", + "pathlength": "pathLength", + "patterncontentunits": "patternContentUnits", + "patterntransform": "patternTransform", + "patternunits": "patternUnits", + "pointsatx": "pointsAtX", + "pointsaty": "pointsAtY", + "pointsatz": "pointsAtZ", + "preservealpha": "preserveAlpha", + "preserveaspectratio": "preserveAspectRatio", + "primitiveunits": "primitiveUnits", + "refx": "refX", + "refy": "refY", + "repeatcount": "repeatCount", + "repeatdur": "repeatDur", + "requiredextensions": "requiredExtensions", + "requiredfeatures": "requiredFeatures", + "specularconstant": "specularConstant", + "specularexponent": "specularExponent", + "spreadmethod": "spreadMethod", + "startoffset": "startOffset", + "stddeviation": "stdDeviation", + "stitchtiles": "stitchTiles", + "surfacescale": "surfaceScale", + "systemlanguage": "systemLanguage", + "tablevalues": "tableValues", + "targetx": "targetX", + "targety": "targetY", + "textlength": "textLength", + "viewbox": "viewBox", + "viewtarget": "viewTarget", + "xchannelselector": "xChannelSelector", + "ychannelselector": "yChannelSelector", + "zoomandpan": "zoomAndPan" +} + +adjustMathMLAttributes = {"definitionurl": "definitionURL"} + +adjustForeignAttributes = { + "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), + "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), + "xlink:href": ("xlink", "href", namespaces["xlink"]), + "xlink:role": ("xlink", "role", namespaces["xlink"]), + "xlink:show": ("xlink", "show", namespaces["xlink"]), + "xlink:title": ("xlink", "title", namespaces["xlink"]), + "xlink:type": ("xlink", "type", namespaces["xlink"]), + "xml:base": ("xml", "base", namespaces["xml"]), + "xml:lang": ("xml", "lang", namespaces["xml"]), + "xml:space": ("xml", "space", namespaces["xml"]), + "xmlns": (None, "xmlns", namespaces["xmlns"]), + "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) +} + +unadjustForeignAttributes = {(ns, local): qname for qname, (prefix, local, ns) in + adjustForeignAttributes.items()} + +spaceCharacters = frozenset([ + "\t", + "\n", + "\u000C", + " ", + "\r" +]) + +tableInsertModeElements = frozenset([ + "table", + "tbody", + "tfoot", + "thead", + "tr" +]) + +asciiLowercase = frozenset(string.ascii_lowercase) +asciiUppercase = frozenset(string.ascii_uppercase) +asciiLetters = frozenset(string.ascii_letters) +digits = frozenset(string.digits) +hexDigits = frozenset(string.hexdigits) + +asciiUpper2Lower = {ord(c): ord(c.lower()) for c in string.ascii_uppercase} + +# Heading elements need to be ordered +headingElements = ( + "h1", + "h2", + "h3", + "h4", + "h5", + "h6" +) + +voidElements = frozenset([ + "base", + "command", + "event-source", + "link", + "meta", + "hr", + "br", + "img", + "embed", + "param", + "area", + "col", + "input", + "source", + "track" +]) + +cdataElements = frozenset(['title', 'textarea']) + +rcdataElements = frozenset([ + 'style', + 'script', + 'xmp', + 'iframe', + 'noembed', + 'noframes', + 'noscript' +]) + +booleanAttributes = { + "": frozenset(["irrelevant", "itemscope"]), + "style": frozenset(["scoped"]), + "img": frozenset(["ismap"]), + "audio": frozenset(["autoplay", "controls"]), + "video": frozenset(["autoplay", "controls"]), + "script": frozenset(["defer", "async"]), + "details": frozenset(["open"]), + "datagrid": frozenset(["multiple", "disabled"]), + "command": frozenset(["hidden", "disabled", "checked", "default"]), + "hr": frozenset(["noshade"]), + "menu": frozenset(["autosubmit"]), + "fieldset": frozenset(["disabled", "readonly"]), + "option": frozenset(["disabled", "readonly", "selected"]), + "optgroup": frozenset(["disabled", "readonly"]), + "button": frozenset(["disabled", "autofocus"]), + "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), + "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), + "output": frozenset(["disabled", "readonly"]), + "iframe": frozenset(["seamless"]), +} + +# entitiesWindows1252 has to be _ordered_ and needs to have an index. It +# therefore can't be a frozenset. +entitiesWindows1252 = ( + 8364, # 0x80 0x20AC EURO SIGN + 65533, # 0x81 UNDEFINED + 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK + 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK + 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK + 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS + 8224, # 0x86 0x2020 DAGGER + 8225, # 0x87 0x2021 DOUBLE DAGGER + 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT + 8240, # 0x89 0x2030 PER MILLE SIGN + 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON + 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK + 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE + 65533, # 0x8D UNDEFINED + 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON + 65533, # 0x8F UNDEFINED + 65533, # 0x90 UNDEFINED + 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK + 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK + 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK + 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK + 8226, # 0x95 0x2022 BULLET + 8211, # 0x96 0x2013 EN DASH + 8212, # 0x97 0x2014 EM DASH + 732, # 0x98 0x02DC SMALL TILDE + 8482, # 0x99 0x2122 TRADE MARK SIGN + 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON + 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE + 65533, # 0x9D UNDEFINED + 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON + 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS +) + +xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) + +entities = { + "AElig": "\xc6", + "AElig;": "\xc6", + "AMP": "&", + "AMP;": "&", + "Aacute": "\xc1", + "Aacute;": "\xc1", + "Abreve;": "\u0102", + "Acirc": "\xc2", + "Acirc;": "\xc2", + "Acy;": "\u0410", + "Afr;": "\U0001d504", + "Agrave": "\xc0", + "Agrave;": "\xc0", + "Alpha;": "\u0391", + "Amacr;": "\u0100", + "And;": "\u2a53", + "Aogon;": "\u0104", + "Aopf;": "\U0001d538", + "ApplyFunction;": "\u2061", + "Aring": "\xc5", + "Aring;": "\xc5", + "Ascr;": "\U0001d49c", + "Assign;": "\u2254", + "Atilde": "\xc3", + "Atilde;": "\xc3", + "Auml": "\xc4", + "Auml;": "\xc4", + "Backslash;": "\u2216", + "Barv;": "\u2ae7", + "Barwed;": "\u2306", + "Bcy;": "\u0411", + "Because;": "\u2235", + "Bernoullis;": "\u212c", + "Beta;": "\u0392", + "Bfr;": "\U0001d505", + "Bopf;": "\U0001d539", + "Breve;": "\u02d8", + "Bscr;": "\u212c", + "Bumpeq;": "\u224e", + "CHcy;": "\u0427", + "COPY": "\xa9", + "COPY;": "\xa9", + "Cacute;": "\u0106", + "Cap;": "\u22d2", + "CapitalDifferentialD;": "\u2145", + "Cayleys;": "\u212d", + "Ccaron;": "\u010c", + "Ccedil": "\xc7", + "Ccedil;": "\xc7", + "Ccirc;": "\u0108", + "Cconint;": "\u2230", + "Cdot;": "\u010a", + "Cedilla;": "\xb8", + "CenterDot;": "\xb7", + "Cfr;": "\u212d", + "Chi;": "\u03a7", + "CircleDot;": "\u2299", + "CircleMinus;": "\u2296", + "CirclePlus;": "\u2295", + "CircleTimes;": "\u2297", + "ClockwiseContourIntegral;": "\u2232", + "CloseCurlyDoubleQuote;": "\u201d", + "CloseCurlyQuote;": "\u2019", + "Colon;": "\u2237", + "Colone;": "\u2a74", + "Congruent;": "\u2261", + "Conint;": "\u222f", + "ContourIntegral;": "\u222e", + "Copf;": "\u2102", + "Coproduct;": "\u2210", + "CounterClockwiseContourIntegral;": "\u2233", + "Cross;": "\u2a2f", + "Cscr;": "\U0001d49e", + "Cup;": "\u22d3", + "CupCap;": "\u224d", + "DD;": "\u2145", + "DDotrahd;": "\u2911", + "DJcy;": "\u0402", + "DScy;": "\u0405", + "DZcy;": "\u040f", + "Dagger;": "\u2021", + "Darr;": "\u21a1", + "Dashv;": "\u2ae4", + "Dcaron;": "\u010e", + "Dcy;": "\u0414", + "Del;": "\u2207", + "Delta;": "\u0394", + "Dfr;": "\U0001d507", + "DiacriticalAcute;": "\xb4", + "DiacriticalDot;": "\u02d9", + "DiacriticalDoubleAcute;": "\u02dd", + "DiacriticalGrave;": "`", + "DiacriticalTilde;": "\u02dc", + "Diamond;": "\u22c4", + "DifferentialD;": "\u2146", + "Dopf;": "\U0001d53b", + "Dot;": "\xa8", + "DotDot;": "\u20dc", + "DotEqual;": "\u2250", + "DoubleContourIntegral;": "\u222f", + "DoubleDot;": "\xa8", + "DoubleDownArrow;": "\u21d3", + "DoubleLeftArrow;": "\u21d0", + "DoubleLeftRightArrow;": "\u21d4", + "DoubleLeftTee;": "\u2ae4", + "DoubleLongLeftArrow;": "\u27f8", + "DoubleLongLeftRightArrow;": "\u27fa", + "DoubleLongRightArrow;": "\u27f9", + "DoubleRightArrow;": "\u21d2", + "DoubleRightTee;": "\u22a8", + "DoubleUpArrow;": "\u21d1", + "DoubleUpDownArrow;": "\u21d5", + "DoubleVerticalBar;": "\u2225", + "DownArrow;": "\u2193", + "DownArrowBar;": "\u2913", + "DownArrowUpArrow;": "\u21f5", + "DownBreve;": "\u0311", + "DownLeftRightVector;": "\u2950", + "DownLeftTeeVector;": "\u295e", + "DownLeftVector;": "\u21bd", + "DownLeftVectorBar;": "\u2956", + "DownRightTeeVector;": "\u295f", + "DownRightVector;": "\u21c1", + "DownRightVectorBar;": "\u2957", + "DownTee;": "\u22a4", + "DownTeeArrow;": "\u21a7", + "Downarrow;": "\u21d3", + "Dscr;": "\U0001d49f", + "Dstrok;": "\u0110", + "ENG;": "\u014a", + "ETH": "\xd0", + "ETH;": "\xd0", + "Eacute": "\xc9", + "Eacute;": "\xc9", + "Ecaron;": "\u011a", + "Ecirc": "\xca", + "Ecirc;": "\xca", + "Ecy;": "\u042d", + "Edot;": "\u0116", + "Efr;": "\U0001d508", + "Egrave": "\xc8", + "Egrave;": "\xc8", + "Element;": "\u2208", + "Emacr;": "\u0112", + "EmptySmallSquare;": "\u25fb", + "EmptyVerySmallSquare;": "\u25ab", + "Eogon;": "\u0118", + "Eopf;": "\U0001d53c", + "Epsilon;": "\u0395", + "Equal;": "\u2a75", + "EqualTilde;": "\u2242", + "Equilibrium;": "\u21cc", + "Escr;": "\u2130", + "Esim;": "\u2a73", + "Eta;": "\u0397", + "Euml": "\xcb", + "Euml;": "\xcb", + "Exists;": "\u2203", + "ExponentialE;": "\u2147", + "Fcy;": "\u0424", + "Ffr;": "\U0001d509", + "FilledSmallSquare;": "\u25fc", + "FilledVerySmallSquare;": "\u25aa", + "Fopf;": "\U0001d53d", + "ForAll;": "\u2200", + "Fouriertrf;": "\u2131", + "Fscr;": "\u2131", + "GJcy;": "\u0403", + "GT": ">", + "GT;": ">", + "Gamma;": "\u0393", + "Gammad;": "\u03dc", + "Gbreve;": "\u011e", + "Gcedil;": "\u0122", + "Gcirc;": "\u011c", + "Gcy;": "\u0413", + "Gdot;": "\u0120", + "Gfr;": "\U0001d50a", + "Gg;": "\u22d9", + "Gopf;": "\U0001d53e", + "GreaterEqual;": "\u2265", + "GreaterEqualLess;": "\u22db", + "GreaterFullEqual;": "\u2267", + "GreaterGreater;": "\u2aa2", + "GreaterLess;": "\u2277", + "GreaterSlantEqual;": "\u2a7e", + "GreaterTilde;": "\u2273", + "Gscr;": "\U0001d4a2", + "Gt;": "\u226b", + "HARDcy;": "\u042a", + "Hacek;": "\u02c7", + "Hat;": "^", + "Hcirc;": "\u0124", + "Hfr;": "\u210c", + "HilbertSpace;": "\u210b", + "Hopf;": "\u210d", + "HorizontalLine;": "\u2500", + "Hscr;": "\u210b", + "Hstrok;": "\u0126", + "HumpDownHump;": "\u224e", + "HumpEqual;": "\u224f", + "IEcy;": "\u0415", + "IJlig;": "\u0132", + "IOcy;": "\u0401", + "Iacute": "\xcd", + "Iacute;": "\xcd", + "Icirc": "\xce", + "Icirc;": "\xce", + "Icy;": "\u0418", + "Idot;": "\u0130", + "Ifr;": "\u2111", + "Igrave": "\xcc", + "Igrave;": "\xcc", + "Im;": "\u2111", + "Imacr;": "\u012a", + "ImaginaryI;": "\u2148", + "Implies;": "\u21d2", + "Int;": "\u222c", + "Integral;": "\u222b", + "Intersection;": "\u22c2", + "InvisibleComma;": "\u2063", + "InvisibleTimes;": "\u2062", + "Iogon;": "\u012e", + "Iopf;": "\U0001d540", + "Iota;": "\u0399", + "Iscr;": "\u2110", + "Itilde;": "\u0128", + "Iukcy;": "\u0406", + "Iuml": "\xcf", + "Iuml;": "\xcf", + "Jcirc;": "\u0134", + "Jcy;": "\u0419", + "Jfr;": "\U0001d50d", + "Jopf;": "\U0001d541", + "Jscr;": "\U0001d4a5", + "Jsercy;": "\u0408", + "Jukcy;": "\u0404", + "KHcy;": "\u0425", + "KJcy;": "\u040c", + "Kappa;": "\u039a", + "Kcedil;": "\u0136", + "Kcy;": "\u041a", + "Kfr;": "\U0001d50e", + "Kopf;": "\U0001d542", + "Kscr;": "\U0001d4a6", + "LJcy;": "\u0409", + "LT": "<", + "LT;": "<", + "Lacute;": "\u0139", + "Lambda;": "\u039b", + "Lang;": "\u27ea", + "Laplacetrf;": "\u2112", + "Larr;": "\u219e", + "Lcaron;": "\u013d", + "Lcedil;": "\u013b", + "Lcy;": "\u041b", + "LeftAngleBracket;": "\u27e8", + "LeftArrow;": "\u2190", + "LeftArrowBar;": "\u21e4", + "LeftArrowRightArrow;": "\u21c6", + "LeftCeiling;": "\u2308", + "LeftDoubleBracket;": "\u27e6", + "LeftDownTeeVector;": "\u2961", + "LeftDownVector;": "\u21c3", + "LeftDownVectorBar;": "\u2959", + "LeftFloor;": "\u230a", + "LeftRightArrow;": "\u2194", + "LeftRightVector;": "\u294e", + "LeftTee;": "\u22a3", + "LeftTeeArrow;": "\u21a4", + "LeftTeeVector;": "\u295a", + "LeftTriangle;": "\u22b2", + "LeftTriangleBar;": "\u29cf", + "LeftTriangleEqual;": "\u22b4", + "LeftUpDownVector;": "\u2951", + "LeftUpTeeVector;": "\u2960", + "LeftUpVector;": "\u21bf", + "LeftUpVectorBar;": "\u2958", + "LeftVector;": "\u21bc", + "LeftVectorBar;": "\u2952", + "Leftarrow;": "\u21d0", + "Leftrightarrow;": "\u21d4", + "LessEqualGreater;": "\u22da", + "LessFullEqual;": "\u2266", + "LessGreater;": "\u2276", + "LessLess;": "\u2aa1", + "LessSlantEqual;": "\u2a7d", + "LessTilde;": "\u2272", + "Lfr;": "\U0001d50f", + "Ll;": "\u22d8", + "Lleftarrow;": "\u21da", + "Lmidot;": "\u013f", + "LongLeftArrow;": "\u27f5", + "LongLeftRightArrow;": "\u27f7", + "LongRightArrow;": "\u27f6", + "Longleftarrow;": "\u27f8", + "Longleftrightarrow;": "\u27fa", + "Longrightarrow;": "\u27f9", + "Lopf;": "\U0001d543", + "LowerLeftArrow;": "\u2199", + "LowerRightArrow;": "\u2198", + "Lscr;": "\u2112", + "Lsh;": "\u21b0", + "Lstrok;": "\u0141", + "Lt;": "\u226a", + "Map;": "\u2905", + "Mcy;": "\u041c", + "MediumSpace;": "\u205f", + "Mellintrf;": "\u2133", + "Mfr;": "\U0001d510", + "MinusPlus;": "\u2213", + "Mopf;": "\U0001d544", + "Mscr;": "\u2133", + "Mu;": "\u039c", + "NJcy;": "\u040a", + "Nacute;": "\u0143", + "Ncaron;": "\u0147", + "Ncedil;": "\u0145", + "Ncy;": "\u041d", + "NegativeMediumSpace;": "\u200b", + "NegativeThickSpace;": "\u200b", + "NegativeThinSpace;": "\u200b", + "NegativeVeryThinSpace;": "\u200b", + "NestedGreaterGreater;": "\u226b", + "NestedLessLess;": "\u226a", + "NewLine;": "\n", + "Nfr;": "\U0001d511", + "NoBreak;": "\u2060", + "NonBreakingSpace;": "\xa0", + "Nopf;": "\u2115", + "Not;": "\u2aec", + "NotCongruent;": "\u2262", + "NotCupCap;": "\u226d", + "NotDoubleVerticalBar;": "\u2226", + "NotElement;": "\u2209", + "NotEqual;": "\u2260", + "NotEqualTilde;": "\u2242\u0338", + "NotExists;": "\u2204", + "NotGreater;": "\u226f", + "NotGreaterEqual;": "\u2271", + "NotGreaterFullEqual;": "\u2267\u0338", + "NotGreaterGreater;": "\u226b\u0338", + "NotGreaterLess;": "\u2279", + "NotGreaterSlantEqual;": "\u2a7e\u0338", + "NotGreaterTilde;": "\u2275", + "NotHumpDownHump;": "\u224e\u0338", + "NotHumpEqual;": "\u224f\u0338", + "NotLeftTriangle;": "\u22ea", + "NotLeftTriangleBar;": "\u29cf\u0338", + "NotLeftTriangleEqual;": "\u22ec", + "NotLess;": "\u226e", + "NotLessEqual;": "\u2270", + "NotLessGreater;": "\u2278", + "NotLessLess;": "\u226a\u0338", + "NotLessSlantEqual;": "\u2a7d\u0338", + "NotLessTilde;": "\u2274", + "NotNestedGreaterGreater;": "\u2aa2\u0338", + "NotNestedLessLess;": "\u2aa1\u0338", + "NotPrecedes;": "\u2280", + "NotPrecedesEqual;": "\u2aaf\u0338", + "NotPrecedesSlantEqual;": "\u22e0", + "NotReverseElement;": "\u220c", + "NotRightTriangle;": "\u22eb", + "NotRightTriangleBar;": "\u29d0\u0338", + "NotRightTriangleEqual;": "\u22ed", + "NotSquareSubset;": "\u228f\u0338", + "NotSquareSubsetEqual;": "\u22e2", + "NotSquareSuperset;": "\u2290\u0338", + "NotSquareSupersetEqual;": "\u22e3", + "NotSubset;": "\u2282\u20d2", + "NotSubsetEqual;": "\u2288", + "NotSucceeds;": "\u2281", + "NotSucceedsEqual;": "\u2ab0\u0338", + "NotSucceedsSlantEqual;": "\u22e1", + "NotSucceedsTilde;": "\u227f\u0338", + "NotSuperset;": "\u2283\u20d2", + "NotSupersetEqual;": "\u2289", + "NotTilde;": "\u2241", + "NotTildeEqual;": "\u2244", + "NotTildeFullEqual;": "\u2247", + "NotTildeTilde;": "\u2249", + "NotVerticalBar;": "\u2224", + "Nscr;": "\U0001d4a9", + "Ntilde": "\xd1", + "Ntilde;": "\xd1", + "Nu;": "\u039d", + "OElig;": "\u0152", + "Oacute": "\xd3", + "Oacute;": "\xd3", + "Ocirc": "\xd4", + "Ocirc;": "\xd4", + "Ocy;": "\u041e", + "Odblac;": "\u0150", + "Ofr;": "\U0001d512", + "Ograve": "\xd2", + "Ograve;": "\xd2", + "Omacr;": "\u014c", + "Omega;": "\u03a9", + "Omicron;": "\u039f", + "Oopf;": "\U0001d546", + "OpenCurlyDoubleQuote;": "\u201c", + "OpenCurlyQuote;": "\u2018", + "Or;": "\u2a54", + "Oscr;": "\U0001d4aa", + "Oslash": "\xd8", + "Oslash;": "\xd8", + "Otilde": "\xd5", + "Otilde;": "\xd5", + "Otimes;": "\u2a37", + "Ouml": "\xd6", + "Ouml;": "\xd6", + "OverBar;": "\u203e", + "OverBrace;": "\u23de", + "OverBracket;": "\u23b4", + "OverParenthesis;": "\u23dc", + "PartialD;": "\u2202", + "Pcy;": "\u041f", + "Pfr;": "\U0001d513", + "Phi;": "\u03a6", + "Pi;": "\u03a0", + "PlusMinus;": "\xb1", + "Poincareplane;": "\u210c", + "Popf;": "\u2119", + "Pr;": "\u2abb", + "Precedes;": "\u227a", + "PrecedesEqual;": "\u2aaf", + "PrecedesSlantEqual;": "\u227c", + "PrecedesTilde;": "\u227e", + "Prime;": "\u2033", + "Product;": "\u220f", + "Proportion;": "\u2237", + "Proportional;": "\u221d", + "Pscr;": "\U0001d4ab", + "Psi;": "\u03a8", + "QUOT": "\"", + "QUOT;": "\"", + "Qfr;": "\U0001d514", + "Qopf;": "\u211a", + "Qscr;": "\U0001d4ac", + "RBarr;": "\u2910", + "REG": "\xae", + "REG;": "\xae", + "Racute;": "\u0154", + "Rang;": "\u27eb", + "Rarr;": "\u21a0", + "Rarrtl;": "\u2916", + "Rcaron;": "\u0158", + "Rcedil;": "\u0156", + "Rcy;": "\u0420", + "Re;": "\u211c", + "ReverseElement;": "\u220b", + "ReverseEquilibrium;": "\u21cb", + "ReverseUpEquilibrium;": "\u296f", + "Rfr;": "\u211c", + "Rho;": "\u03a1", + "RightAngleBracket;": "\u27e9", + "RightArrow;": "\u2192", + "RightArrowBar;": "\u21e5", + "RightArrowLeftArrow;": "\u21c4", + "RightCeiling;": "\u2309", + "RightDoubleBracket;": "\u27e7", + "RightDownTeeVector;": "\u295d", + "RightDownVector;": "\u21c2", + "RightDownVectorBar;": "\u2955", + "RightFloor;": "\u230b", + "RightTee;": "\u22a2", + "RightTeeArrow;": "\u21a6", + "RightTeeVector;": "\u295b", + "RightTriangle;": "\u22b3", + "RightTriangleBar;": "\u29d0", + "RightTriangleEqual;": "\u22b5", + "RightUpDownVector;": "\u294f", + "RightUpTeeVector;": "\u295c", + "RightUpVector;": "\u21be", + "RightUpVectorBar;": "\u2954", + "RightVector;": "\u21c0", + "RightVectorBar;": "\u2953", + "Rightarrow;": "\u21d2", + "Ropf;": "\u211d", + "RoundImplies;": "\u2970", + "Rrightarrow;": "\u21db", + "Rscr;": "\u211b", + "Rsh;": "\u21b1", + "RuleDelayed;": "\u29f4", + "SHCHcy;": "\u0429", + "SHcy;": "\u0428", + "SOFTcy;": "\u042c", + "Sacute;": "\u015a", + "Sc;": "\u2abc", + "Scaron;": "\u0160", + "Scedil;": "\u015e", + "Scirc;": "\u015c", + "Scy;": "\u0421", + "Sfr;": "\U0001d516", + "ShortDownArrow;": "\u2193", + "ShortLeftArrow;": "\u2190", + "ShortRightArrow;": "\u2192", + "ShortUpArrow;": "\u2191", + "Sigma;": "\u03a3", + "SmallCircle;": "\u2218", + "Sopf;": "\U0001d54a", + "Sqrt;": "\u221a", + "Square;": "\u25a1", + "SquareIntersection;": "\u2293", + "SquareSubset;": "\u228f", + "SquareSubsetEqual;": "\u2291", + "SquareSuperset;": "\u2290", + "SquareSupersetEqual;": "\u2292", + "SquareUnion;": "\u2294", + "Sscr;": "\U0001d4ae", + "Star;": "\u22c6", + "Sub;": "\u22d0", + "Subset;": "\u22d0", + "SubsetEqual;": "\u2286", + "Succeeds;": "\u227b", + "SucceedsEqual;": "\u2ab0", + "SucceedsSlantEqual;": "\u227d", + "SucceedsTilde;": "\u227f", + "SuchThat;": "\u220b", + "Sum;": "\u2211", + "Sup;": "\u22d1", + "Superset;": "\u2283", + "SupersetEqual;": "\u2287", + "Supset;": "\u22d1", + "THORN": "\xde", + "THORN;": "\xde", + "TRADE;": "\u2122", + "TSHcy;": "\u040b", + "TScy;": "\u0426", + "Tab;": "\t", + "Tau;": "\u03a4", + "Tcaron;": "\u0164", + "Tcedil;": "\u0162", + "Tcy;": "\u0422", + "Tfr;": "\U0001d517", + "Therefore;": "\u2234", + "Theta;": "\u0398", + "ThickSpace;": "\u205f\u200a", + "ThinSpace;": "\u2009", + "Tilde;": "\u223c", + "TildeEqual;": "\u2243", + "TildeFullEqual;": "\u2245", + "TildeTilde;": "\u2248", + "Topf;": "\U0001d54b", + "TripleDot;": "\u20db", + "Tscr;": "\U0001d4af", + "Tstrok;": "\u0166", + "Uacute": "\xda", + "Uacute;": "\xda", + "Uarr;": "\u219f", + "Uarrocir;": "\u2949", + "Ubrcy;": "\u040e", + "Ubreve;": "\u016c", + "Ucirc": "\xdb", + "Ucirc;": "\xdb", + "Ucy;": "\u0423", + "Udblac;": "\u0170", + "Ufr;": "\U0001d518", + "Ugrave": "\xd9", + "Ugrave;": "\xd9", + "Umacr;": "\u016a", + "UnderBar;": "_", + "UnderBrace;": "\u23df", + "UnderBracket;": "\u23b5", + "UnderParenthesis;": "\u23dd", + "Union;": "\u22c3", + "UnionPlus;": "\u228e", + "Uogon;": "\u0172", + "Uopf;": "\U0001d54c", + "UpArrow;": "\u2191", + "UpArrowBar;": "\u2912", + "UpArrowDownArrow;": "\u21c5", + "UpDownArrow;": "\u2195", + "UpEquilibrium;": "\u296e", + "UpTee;": "\u22a5", + "UpTeeArrow;": "\u21a5", + "Uparrow;": "\u21d1", + "Updownarrow;": "\u21d5", + "UpperLeftArrow;": "\u2196", + "UpperRightArrow;": "\u2197", + "Upsi;": "\u03d2", + "Upsilon;": "\u03a5", + "Uring;": "\u016e", + "Uscr;": "\U0001d4b0", + "Utilde;": "\u0168", + "Uuml": "\xdc", + "Uuml;": "\xdc", + "VDash;": "\u22ab", + "Vbar;": "\u2aeb", + "Vcy;": "\u0412", + "Vdash;": "\u22a9", + "Vdashl;": "\u2ae6", + "Vee;": "\u22c1", + "Verbar;": "\u2016", + "Vert;": "\u2016", + "VerticalBar;": "\u2223", + "VerticalLine;": "|", + "VerticalSeparator;": "\u2758", + "VerticalTilde;": "\u2240", + "VeryThinSpace;": "\u200a", + "Vfr;": "\U0001d519", + "Vopf;": "\U0001d54d", + "Vscr;": "\U0001d4b1", + "Vvdash;": "\u22aa", + "Wcirc;": "\u0174", + "Wedge;": "\u22c0", + "Wfr;": "\U0001d51a", + "Wopf;": "\U0001d54e", + "Wscr;": "\U0001d4b2", + "Xfr;": "\U0001d51b", + "Xi;": "\u039e", + "Xopf;": "\U0001d54f", + "Xscr;": "\U0001d4b3", + "YAcy;": "\u042f", + "YIcy;": "\u0407", + "YUcy;": "\u042e", + "Yacute": "\xdd", + "Yacute;": "\xdd", + "Ycirc;": "\u0176", + "Ycy;": "\u042b", + "Yfr;": "\U0001d51c", + "Yopf;": "\U0001d550", + "Yscr;": "\U0001d4b4", + "Yuml;": "\u0178", + "ZHcy;": "\u0416", + "Zacute;": "\u0179", + "Zcaron;": "\u017d", + "Zcy;": "\u0417", + "Zdot;": "\u017b", + "ZeroWidthSpace;": "\u200b", + "Zeta;": "\u0396", + "Zfr;": "\u2128", + "Zopf;": "\u2124", + "Zscr;": "\U0001d4b5", + "aacute": "\xe1", + "aacute;": "\xe1", + "abreve;": "\u0103", + "ac;": "\u223e", + "acE;": "\u223e\u0333", + "acd;": "\u223f", + "acirc": "\xe2", + "acirc;": "\xe2", + "acute": "\xb4", + "acute;": "\xb4", + "acy;": "\u0430", + "aelig": "\xe6", + "aelig;": "\xe6", + "af;": "\u2061", + "afr;": "\U0001d51e", + "agrave": "\xe0", + "agrave;": "\xe0", + "alefsym;": "\u2135", + "aleph;": "\u2135", + "alpha;": "\u03b1", + "amacr;": "\u0101", + "amalg;": "\u2a3f", + "amp": "&", + "amp;": "&", + "and;": "\u2227", + "andand;": "\u2a55", + "andd;": "\u2a5c", + "andslope;": "\u2a58", + "andv;": "\u2a5a", + "ang;": "\u2220", + "ange;": "\u29a4", + "angle;": "\u2220", + "angmsd;": "\u2221", + "angmsdaa;": "\u29a8", + "angmsdab;": "\u29a9", + "angmsdac;": "\u29aa", + "angmsdad;": "\u29ab", + "angmsdae;": "\u29ac", + "angmsdaf;": "\u29ad", + "angmsdag;": "\u29ae", + "angmsdah;": "\u29af", + "angrt;": "\u221f", + "angrtvb;": "\u22be", + "angrtvbd;": "\u299d", + "angsph;": "\u2222", + "angst;": "\xc5", + "angzarr;": "\u237c", + "aogon;": "\u0105", + "aopf;": "\U0001d552", + "ap;": "\u2248", + "apE;": "\u2a70", + "apacir;": "\u2a6f", + "ape;": "\u224a", + "apid;": "\u224b", + "apos;": "'", + "approx;": "\u2248", + "approxeq;": "\u224a", + "aring": "\xe5", + "aring;": "\xe5", + "ascr;": "\U0001d4b6", + "ast;": "*", + "asymp;": "\u2248", + "asympeq;": "\u224d", + "atilde": "\xe3", + "atilde;": "\xe3", + "auml": "\xe4", + "auml;": "\xe4", + "awconint;": "\u2233", + "awint;": "\u2a11", + "bNot;": "\u2aed", + "backcong;": "\u224c", + "backepsilon;": "\u03f6", + "backprime;": "\u2035", + "backsim;": "\u223d", + "backsimeq;": "\u22cd", + "barvee;": "\u22bd", + "barwed;": "\u2305", + "barwedge;": "\u2305", + "bbrk;": "\u23b5", + "bbrktbrk;": "\u23b6", + "bcong;": "\u224c", + "bcy;": "\u0431", + "bdquo;": "\u201e", + "becaus;": "\u2235", + "because;": "\u2235", + "bemptyv;": "\u29b0", + "bepsi;": "\u03f6", + "bernou;": "\u212c", + "beta;": "\u03b2", + "beth;": "\u2136", + "between;": "\u226c", + "bfr;": "\U0001d51f", + "bigcap;": "\u22c2", + "bigcirc;": "\u25ef", + "bigcup;": "\u22c3", + "bigodot;": "\u2a00", + "bigoplus;": "\u2a01", + "bigotimes;": "\u2a02", + "bigsqcup;": "\u2a06", + "bigstar;": "\u2605", + "bigtriangledown;": "\u25bd", + "bigtriangleup;": "\u25b3", + "biguplus;": "\u2a04", + "bigvee;": "\u22c1", + "bigwedge;": "\u22c0", + "bkarow;": "\u290d", + "blacklozenge;": "\u29eb", + "blacksquare;": "\u25aa", + "blacktriangle;": "\u25b4", + "blacktriangledown;": "\u25be", + "blacktriangleleft;": "\u25c2", + "blacktriangleright;": "\u25b8", + "blank;": "\u2423", + "blk12;": "\u2592", + "blk14;": "\u2591", + "blk34;": "\u2593", + "block;": "\u2588", + "bne;": "=\u20e5", + "bnequiv;": "\u2261\u20e5", + "bnot;": "\u2310", + "bopf;": "\U0001d553", + "bot;": "\u22a5", + "bottom;": "\u22a5", + "bowtie;": "\u22c8", + "boxDL;": "\u2557", + "boxDR;": "\u2554", + "boxDl;": "\u2556", + "boxDr;": "\u2553", + "boxH;": "\u2550", + "boxHD;": "\u2566", + "boxHU;": "\u2569", + "boxHd;": "\u2564", + "boxHu;": "\u2567", + "boxUL;": "\u255d", + "boxUR;": "\u255a", + "boxUl;": "\u255c", + "boxUr;": "\u2559", + "boxV;": "\u2551", + "boxVH;": "\u256c", + "boxVL;": "\u2563", + "boxVR;": "\u2560", + "boxVh;": "\u256b", + "boxVl;": "\u2562", + "boxVr;": "\u255f", + "boxbox;": "\u29c9", + "boxdL;": "\u2555", + "boxdR;": "\u2552", + "boxdl;": "\u2510", + "boxdr;": "\u250c", + "boxh;": "\u2500", + "boxhD;": "\u2565", + "boxhU;": "\u2568", + "boxhd;": "\u252c", + "boxhu;": "\u2534", + "boxminus;": "\u229f", + "boxplus;": "\u229e", + "boxtimes;": "\u22a0", + "boxuL;": "\u255b", + "boxuR;": "\u2558", + "boxul;": "\u2518", + "boxur;": "\u2514", + "boxv;": "\u2502", + "boxvH;": "\u256a", + "boxvL;": "\u2561", + "boxvR;": "\u255e", + "boxvh;": "\u253c", + "boxvl;": "\u2524", + "boxvr;": "\u251c", + "bprime;": "\u2035", + "breve;": "\u02d8", + "brvbar": "\xa6", + "brvbar;": "\xa6", + "bscr;": "\U0001d4b7", + "bsemi;": "\u204f", + "bsim;": "\u223d", + "bsime;": "\u22cd", + "bsol;": "\\", + "bsolb;": "\u29c5", + "bsolhsub;": "\u27c8", + "bull;": "\u2022", + "bullet;": "\u2022", + "bump;": "\u224e", + "bumpE;": "\u2aae", + "bumpe;": "\u224f", + "bumpeq;": "\u224f", + "cacute;": "\u0107", + "cap;": "\u2229", + "capand;": "\u2a44", + "capbrcup;": "\u2a49", + "capcap;": "\u2a4b", + "capcup;": "\u2a47", + "capdot;": "\u2a40", + "caps;": "\u2229\ufe00", + "caret;": "\u2041", + "caron;": "\u02c7", + "ccaps;": "\u2a4d", + "ccaron;": "\u010d", + "ccedil": "\xe7", + "ccedil;": "\xe7", + "ccirc;": "\u0109", + "ccups;": "\u2a4c", + "ccupssm;": "\u2a50", + "cdot;": "\u010b", + "cedil": "\xb8", + "cedil;": "\xb8", + "cemptyv;": "\u29b2", + "cent": "\xa2", + "cent;": "\xa2", + "centerdot;": "\xb7", + "cfr;": "\U0001d520", + "chcy;": "\u0447", + "check;": "\u2713", + "checkmark;": "\u2713", + "chi;": "\u03c7", + "cir;": "\u25cb", + "cirE;": "\u29c3", + "circ;": "\u02c6", + "circeq;": "\u2257", + "circlearrowleft;": "\u21ba", + "circlearrowright;": "\u21bb", + "circledR;": "\xae", + "circledS;": "\u24c8", + "circledast;": "\u229b", + "circledcirc;": "\u229a", + "circleddash;": "\u229d", + "cire;": "\u2257", + "cirfnint;": "\u2a10", + "cirmid;": "\u2aef", + "cirscir;": "\u29c2", + "clubs;": "\u2663", + "clubsuit;": "\u2663", + "colon;": ":", + "colone;": "\u2254", + "coloneq;": "\u2254", + "comma;": ",", + "commat;": "@", + "comp;": "\u2201", + "compfn;": "\u2218", + "complement;": "\u2201", + "complexes;": "\u2102", + "cong;": "\u2245", + "congdot;": "\u2a6d", + "conint;": "\u222e", + "copf;": "\U0001d554", + "coprod;": "\u2210", + "copy": "\xa9", + "copy;": "\xa9", + "copysr;": "\u2117", + "crarr;": "\u21b5", + "cross;": "\u2717", + "cscr;": "\U0001d4b8", + "csub;": "\u2acf", + "csube;": "\u2ad1", + "csup;": "\u2ad0", + "csupe;": "\u2ad2", + "ctdot;": "\u22ef", + "cudarrl;": "\u2938", + "cudarrr;": "\u2935", + "cuepr;": "\u22de", + "cuesc;": "\u22df", + "cularr;": "\u21b6", + "cularrp;": "\u293d", + "cup;": "\u222a", + "cupbrcap;": "\u2a48", + "cupcap;": "\u2a46", + "cupcup;": "\u2a4a", + "cupdot;": "\u228d", + "cupor;": "\u2a45", + "cups;": "\u222a\ufe00", + "curarr;": "\u21b7", + "curarrm;": "\u293c", + "curlyeqprec;": "\u22de", + "curlyeqsucc;": "\u22df", + "curlyvee;": "\u22ce", + "curlywedge;": "\u22cf", + "curren": "\xa4", + "curren;": "\xa4", + "curvearrowleft;": "\u21b6", + "curvearrowright;": "\u21b7", + "cuvee;": "\u22ce", + "cuwed;": "\u22cf", + "cwconint;": "\u2232", + "cwint;": "\u2231", + "cylcty;": "\u232d", + "dArr;": "\u21d3", + "dHar;": "\u2965", + "dagger;": "\u2020", + "daleth;": "\u2138", + "darr;": "\u2193", + "dash;": "\u2010", + "dashv;": "\u22a3", + "dbkarow;": "\u290f", + "dblac;": "\u02dd", + "dcaron;": "\u010f", + "dcy;": "\u0434", + "dd;": "\u2146", + "ddagger;": "\u2021", + "ddarr;": "\u21ca", + "ddotseq;": "\u2a77", + "deg": "\xb0", + "deg;": "\xb0", + "delta;": "\u03b4", + "demptyv;": "\u29b1", + "dfisht;": "\u297f", + "dfr;": "\U0001d521", + "dharl;": "\u21c3", + "dharr;": "\u21c2", + "diam;": "\u22c4", + "diamond;": "\u22c4", + "diamondsuit;": "\u2666", + "diams;": "\u2666", + "die;": "\xa8", + "digamma;": "\u03dd", + "disin;": "\u22f2", + "div;": "\xf7", + "divide": "\xf7", + "divide;": "\xf7", + "divideontimes;": "\u22c7", + "divonx;": "\u22c7", + "djcy;": "\u0452", + "dlcorn;": "\u231e", + "dlcrop;": "\u230d", + "dollar;": "$", + "dopf;": "\U0001d555", + "dot;": "\u02d9", + "doteq;": "\u2250", + "doteqdot;": "\u2251", + "dotminus;": "\u2238", + "dotplus;": "\u2214", + "dotsquare;": "\u22a1", + "doublebarwedge;": "\u2306", + "downarrow;": "\u2193", + "downdownarrows;": "\u21ca", + "downharpoonleft;": "\u21c3", + "downharpoonright;": "\u21c2", + "drbkarow;": "\u2910", + "drcorn;": "\u231f", + "drcrop;": "\u230c", + "dscr;": "\U0001d4b9", + "dscy;": "\u0455", + "dsol;": "\u29f6", + "dstrok;": "\u0111", + "dtdot;": "\u22f1", + "dtri;": "\u25bf", + "dtrif;": "\u25be", + "duarr;": "\u21f5", + "duhar;": "\u296f", + "dwangle;": "\u29a6", + "dzcy;": "\u045f", + "dzigrarr;": "\u27ff", + "eDDot;": "\u2a77", + "eDot;": "\u2251", + "eacute": "\xe9", + "eacute;": "\xe9", + "easter;": "\u2a6e", + "ecaron;": "\u011b", + "ecir;": "\u2256", + "ecirc": "\xea", + "ecirc;": "\xea", + "ecolon;": "\u2255", + "ecy;": "\u044d", + "edot;": "\u0117", + "ee;": "\u2147", + "efDot;": "\u2252", + "efr;": "\U0001d522", + "eg;": "\u2a9a", + "egrave": "\xe8", + "egrave;": "\xe8", + "egs;": "\u2a96", + "egsdot;": "\u2a98", + "el;": "\u2a99", + "elinters;": "\u23e7", + "ell;": "\u2113", + "els;": "\u2a95", + "elsdot;": "\u2a97", + "emacr;": "\u0113", + "empty;": "\u2205", + "emptyset;": "\u2205", + "emptyv;": "\u2205", + "emsp13;": "\u2004", + "emsp14;": "\u2005", + "emsp;": "\u2003", + "eng;": "\u014b", + "ensp;": "\u2002", + "eogon;": "\u0119", + "eopf;": "\U0001d556", + "epar;": "\u22d5", + "eparsl;": "\u29e3", + "eplus;": "\u2a71", + "epsi;": "\u03b5", + "epsilon;": "\u03b5", + "epsiv;": "\u03f5", + "eqcirc;": "\u2256", + "eqcolon;": "\u2255", + "eqsim;": "\u2242", + "eqslantgtr;": "\u2a96", + "eqslantless;": "\u2a95", + "equals;": "=", + "equest;": "\u225f", + "equiv;": "\u2261", + "equivDD;": "\u2a78", + "eqvparsl;": "\u29e5", + "erDot;": "\u2253", + "erarr;": "\u2971", + "escr;": "\u212f", + "esdot;": "\u2250", + "esim;": "\u2242", + "eta;": "\u03b7", + "eth": "\xf0", + "eth;": "\xf0", + "euml": "\xeb", + "euml;": "\xeb", + "euro;": "\u20ac", + "excl;": "!", + "exist;": "\u2203", + "expectation;": "\u2130", + "exponentiale;": "\u2147", + "fallingdotseq;": "\u2252", + "fcy;": "\u0444", + "female;": "\u2640", + "ffilig;": "\ufb03", + "fflig;": "\ufb00", + "ffllig;": "\ufb04", + "ffr;": "\U0001d523", + "filig;": "\ufb01", + "fjlig;": "fj", + "flat;": "\u266d", + "fllig;": "\ufb02", + "fltns;": "\u25b1", + "fnof;": "\u0192", + "fopf;": "\U0001d557", + "forall;": "\u2200", + "fork;": "\u22d4", + "forkv;": "\u2ad9", + "fpartint;": "\u2a0d", + "frac12": "\xbd", + "frac12;": "\xbd", + "frac13;": "\u2153", + "frac14": "\xbc", + "frac14;": "\xbc", + "frac15;": "\u2155", + "frac16;": "\u2159", + "frac18;": "\u215b", + "frac23;": "\u2154", + "frac25;": "\u2156", + "frac34": "\xbe", + "frac34;": "\xbe", + "frac35;": "\u2157", + "frac38;": "\u215c", + "frac45;": "\u2158", + "frac56;": "\u215a", + "frac58;": "\u215d", + "frac78;": "\u215e", + "frasl;": "\u2044", + "frown;": "\u2322", + "fscr;": "\U0001d4bb", + "gE;": "\u2267", + "gEl;": "\u2a8c", + "gacute;": "\u01f5", + "gamma;": "\u03b3", + "gammad;": "\u03dd", + "gap;": "\u2a86", + "gbreve;": "\u011f", + "gcirc;": "\u011d", + "gcy;": "\u0433", + "gdot;": "\u0121", + "ge;": "\u2265", + "gel;": "\u22db", + "geq;": "\u2265", + "geqq;": "\u2267", + "geqslant;": "\u2a7e", + "ges;": "\u2a7e", + "gescc;": "\u2aa9", + "gesdot;": "\u2a80", + "gesdoto;": "\u2a82", + "gesdotol;": "\u2a84", + "gesl;": "\u22db\ufe00", + "gesles;": "\u2a94", + "gfr;": "\U0001d524", + "gg;": "\u226b", + "ggg;": "\u22d9", + "gimel;": "\u2137", + "gjcy;": "\u0453", + "gl;": "\u2277", + "glE;": "\u2a92", + "gla;": "\u2aa5", + "glj;": "\u2aa4", + "gnE;": "\u2269", + "gnap;": "\u2a8a", + "gnapprox;": "\u2a8a", + "gne;": "\u2a88", + "gneq;": "\u2a88", + "gneqq;": "\u2269", + "gnsim;": "\u22e7", + "gopf;": "\U0001d558", + "grave;": "`", + "gscr;": "\u210a", + "gsim;": "\u2273", + "gsime;": "\u2a8e", + "gsiml;": "\u2a90", + "gt": ">", + "gt;": ">", + "gtcc;": "\u2aa7", + "gtcir;": "\u2a7a", + "gtdot;": "\u22d7", + "gtlPar;": "\u2995", + "gtquest;": "\u2a7c", + "gtrapprox;": "\u2a86", + "gtrarr;": "\u2978", + "gtrdot;": "\u22d7", + "gtreqless;": "\u22db", + "gtreqqless;": "\u2a8c", + "gtrless;": "\u2277", + "gtrsim;": "\u2273", + "gvertneqq;": "\u2269\ufe00", + "gvnE;": "\u2269\ufe00", + "hArr;": "\u21d4", + "hairsp;": "\u200a", + "half;": "\xbd", + "hamilt;": "\u210b", + "hardcy;": "\u044a", + "harr;": "\u2194", + "harrcir;": "\u2948", + "harrw;": "\u21ad", + "hbar;": "\u210f", + "hcirc;": "\u0125", + "hearts;": "\u2665", + "heartsuit;": "\u2665", + "hellip;": "\u2026", + "hercon;": "\u22b9", + "hfr;": "\U0001d525", + "hksearow;": "\u2925", + "hkswarow;": "\u2926", + "hoarr;": "\u21ff", + "homtht;": "\u223b", + "hookleftarrow;": "\u21a9", + "hookrightarrow;": "\u21aa", + "hopf;": "\U0001d559", + "horbar;": "\u2015", + "hscr;": "\U0001d4bd", + "hslash;": "\u210f", + "hstrok;": "\u0127", + "hybull;": "\u2043", + "hyphen;": "\u2010", + "iacute": "\xed", + "iacute;": "\xed", + "ic;": "\u2063", + "icirc": "\xee", + "icirc;": "\xee", + "icy;": "\u0438", + "iecy;": "\u0435", + "iexcl": "\xa1", + "iexcl;": "\xa1", + "iff;": "\u21d4", + "ifr;": "\U0001d526", + "igrave": "\xec", + "igrave;": "\xec", + "ii;": "\u2148", + "iiiint;": "\u2a0c", + "iiint;": "\u222d", + "iinfin;": "\u29dc", + "iiota;": "\u2129", + "ijlig;": "\u0133", + "imacr;": "\u012b", + "image;": "\u2111", + "imagline;": "\u2110", + "imagpart;": "\u2111", + "imath;": "\u0131", + "imof;": "\u22b7", + "imped;": "\u01b5", + "in;": "\u2208", + "incare;": "\u2105", + "infin;": "\u221e", + "infintie;": "\u29dd", + "inodot;": "\u0131", + "int;": "\u222b", + "intcal;": "\u22ba", + "integers;": "\u2124", + "intercal;": "\u22ba", + "intlarhk;": "\u2a17", + "intprod;": "\u2a3c", + "iocy;": "\u0451", + "iogon;": "\u012f", + "iopf;": "\U0001d55a", + "iota;": "\u03b9", + "iprod;": "\u2a3c", + "iquest": "\xbf", + "iquest;": "\xbf", + "iscr;": "\U0001d4be", + "isin;": "\u2208", + "isinE;": "\u22f9", + "isindot;": "\u22f5", + "isins;": "\u22f4", + "isinsv;": "\u22f3", + "isinv;": "\u2208", + "it;": "\u2062", + "itilde;": "\u0129", + "iukcy;": "\u0456", + "iuml": "\xef", + "iuml;": "\xef", + "jcirc;": "\u0135", + "jcy;": "\u0439", + "jfr;": "\U0001d527", + "jmath;": "\u0237", + "jopf;": "\U0001d55b", + "jscr;": "\U0001d4bf", + "jsercy;": "\u0458", + "jukcy;": "\u0454", + "kappa;": "\u03ba", + "kappav;": "\u03f0", + "kcedil;": "\u0137", + "kcy;": "\u043a", + "kfr;": "\U0001d528", + "kgreen;": "\u0138", + "khcy;": "\u0445", + "kjcy;": "\u045c", + "kopf;": "\U0001d55c", + "kscr;": "\U0001d4c0", + "lAarr;": "\u21da", + "lArr;": "\u21d0", + "lAtail;": "\u291b", + "lBarr;": "\u290e", + "lE;": "\u2266", + "lEg;": "\u2a8b", + "lHar;": "\u2962", + "lacute;": "\u013a", + "laemptyv;": "\u29b4", + "lagran;": "\u2112", + "lambda;": "\u03bb", + "lang;": "\u27e8", + "langd;": "\u2991", + "langle;": "\u27e8", + "lap;": "\u2a85", + "laquo": "\xab", + "laquo;": "\xab", + "larr;": "\u2190", + "larrb;": "\u21e4", + "larrbfs;": "\u291f", + "larrfs;": "\u291d", + "larrhk;": "\u21a9", + "larrlp;": "\u21ab", + "larrpl;": "\u2939", + "larrsim;": "\u2973", + "larrtl;": "\u21a2", + "lat;": "\u2aab", + "latail;": "\u2919", + "late;": "\u2aad", + "lates;": "\u2aad\ufe00", + "lbarr;": "\u290c", + "lbbrk;": "\u2772", + "lbrace;": "{", + "lbrack;": "[", + "lbrke;": "\u298b", + "lbrksld;": "\u298f", + "lbrkslu;": "\u298d", + "lcaron;": "\u013e", + "lcedil;": "\u013c", + "lceil;": "\u2308", + "lcub;": "{", + "lcy;": "\u043b", + "ldca;": "\u2936", + "ldquo;": "\u201c", + "ldquor;": "\u201e", + "ldrdhar;": "\u2967", + "ldrushar;": "\u294b", + "ldsh;": "\u21b2", + "le;": "\u2264", + "leftarrow;": "\u2190", + "leftarrowtail;": "\u21a2", + "leftharpoondown;": "\u21bd", + "leftharpoonup;": "\u21bc", + "leftleftarrows;": "\u21c7", + "leftrightarrow;": "\u2194", + "leftrightarrows;": "\u21c6", + "leftrightharpoons;": "\u21cb", + "leftrightsquigarrow;": "\u21ad", + "leftthreetimes;": "\u22cb", + "leg;": "\u22da", + "leq;": "\u2264", + "leqq;": "\u2266", + "leqslant;": "\u2a7d", + "les;": "\u2a7d", + "lescc;": "\u2aa8", + "lesdot;": "\u2a7f", + "lesdoto;": "\u2a81", + "lesdotor;": "\u2a83", + "lesg;": "\u22da\ufe00", + "lesges;": "\u2a93", + "lessapprox;": "\u2a85", + "lessdot;": "\u22d6", + "lesseqgtr;": "\u22da", + "lesseqqgtr;": "\u2a8b", + "lessgtr;": "\u2276", + "lesssim;": "\u2272", + "lfisht;": "\u297c", + "lfloor;": "\u230a", + "lfr;": "\U0001d529", + "lg;": "\u2276", + "lgE;": "\u2a91", + "lhard;": "\u21bd", + "lharu;": "\u21bc", + "lharul;": "\u296a", + "lhblk;": "\u2584", + "ljcy;": "\u0459", + "ll;": "\u226a", + "llarr;": "\u21c7", + "llcorner;": "\u231e", + "llhard;": "\u296b", + "lltri;": "\u25fa", + "lmidot;": "\u0140", + "lmoust;": "\u23b0", + "lmoustache;": "\u23b0", + "lnE;": "\u2268", + "lnap;": "\u2a89", + "lnapprox;": "\u2a89", + "lne;": "\u2a87", + "lneq;": "\u2a87", + "lneqq;": "\u2268", + "lnsim;": "\u22e6", + "loang;": "\u27ec", + "loarr;": "\u21fd", + "lobrk;": "\u27e6", + "longleftarrow;": "\u27f5", + "longleftrightarrow;": "\u27f7", + "longmapsto;": "\u27fc", + "longrightarrow;": "\u27f6", + "looparrowleft;": "\u21ab", + "looparrowright;": "\u21ac", + "lopar;": "\u2985", + "lopf;": "\U0001d55d", + "loplus;": "\u2a2d", + "lotimes;": "\u2a34", + "lowast;": "\u2217", + "lowbar;": "_", + "loz;": "\u25ca", + "lozenge;": "\u25ca", + "lozf;": "\u29eb", + "lpar;": "(", + "lparlt;": "\u2993", + "lrarr;": "\u21c6", + "lrcorner;": "\u231f", + "lrhar;": "\u21cb", + "lrhard;": "\u296d", + "lrm;": "\u200e", + "lrtri;": "\u22bf", + "lsaquo;": "\u2039", + "lscr;": "\U0001d4c1", + "lsh;": "\u21b0", + "lsim;": "\u2272", + "lsime;": "\u2a8d", + "lsimg;": "\u2a8f", + "lsqb;": "[", + "lsquo;": "\u2018", + "lsquor;": "\u201a", + "lstrok;": "\u0142", + "lt": "<", + "lt;": "<", + "ltcc;": "\u2aa6", + "ltcir;": "\u2a79", + "ltdot;": "\u22d6", + "lthree;": "\u22cb", + "ltimes;": "\u22c9", + "ltlarr;": "\u2976", + "ltquest;": "\u2a7b", + "ltrPar;": "\u2996", + "ltri;": "\u25c3", + "ltrie;": "\u22b4", + "ltrif;": "\u25c2", + "lurdshar;": "\u294a", + "luruhar;": "\u2966", + "lvertneqq;": "\u2268\ufe00", + "lvnE;": "\u2268\ufe00", + "mDDot;": "\u223a", + "macr": "\xaf", + "macr;": "\xaf", + "male;": "\u2642", + "malt;": "\u2720", + "maltese;": "\u2720", + "map;": "\u21a6", + "mapsto;": "\u21a6", + "mapstodown;": "\u21a7", + "mapstoleft;": "\u21a4", + "mapstoup;": "\u21a5", + "marker;": "\u25ae", + "mcomma;": "\u2a29", + "mcy;": "\u043c", + "mdash;": "\u2014", + "measuredangle;": "\u2221", + "mfr;": "\U0001d52a", + "mho;": "\u2127", + "micro": "\xb5", + "micro;": "\xb5", + "mid;": "\u2223", + "midast;": "*", + "midcir;": "\u2af0", + "middot": "\xb7", + "middot;": "\xb7", + "minus;": "\u2212", + "minusb;": "\u229f", + "minusd;": "\u2238", + "minusdu;": "\u2a2a", + "mlcp;": "\u2adb", + "mldr;": "\u2026", + "mnplus;": "\u2213", + "models;": "\u22a7", + "mopf;": "\U0001d55e", + "mp;": "\u2213", + "mscr;": "\U0001d4c2", + "mstpos;": "\u223e", + "mu;": "\u03bc", + "multimap;": "\u22b8", + "mumap;": "\u22b8", + "nGg;": "\u22d9\u0338", + "nGt;": "\u226b\u20d2", + "nGtv;": "\u226b\u0338", + "nLeftarrow;": "\u21cd", + "nLeftrightarrow;": "\u21ce", + "nLl;": "\u22d8\u0338", + "nLt;": "\u226a\u20d2", + "nLtv;": "\u226a\u0338", + "nRightarrow;": "\u21cf", + "nVDash;": "\u22af", + "nVdash;": "\u22ae", + "nabla;": "\u2207", + "nacute;": "\u0144", + "nang;": "\u2220\u20d2", + "nap;": "\u2249", + "napE;": "\u2a70\u0338", + "napid;": "\u224b\u0338", + "napos;": "\u0149", + "napprox;": "\u2249", + "natur;": "\u266e", + "natural;": "\u266e", + "naturals;": "\u2115", + "nbsp": "\xa0", + "nbsp;": "\xa0", + "nbump;": "\u224e\u0338", + "nbumpe;": "\u224f\u0338", + "ncap;": "\u2a43", + "ncaron;": "\u0148", + "ncedil;": "\u0146", + "ncong;": "\u2247", + "ncongdot;": "\u2a6d\u0338", + "ncup;": "\u2a42", + "ncy;": "\u043d", + "ndash;": "\u2013", + "ne;": "\u2260", + "neArr;": "\u21d7", + "nearhk;": "\u2924", + "nearr;": "\u2197", + "nearrow;": "\u2197", + "nedot;": "\u2250\u0338", + "nequiv;": "\u2262", + "nesear;": "\u2928", + "nesim;": "\u2242\u0338", + "nexist;": "\u2204", + "nexists;": "\u2204", + "nfr;": "\U0001d52b", + "ngE;": "\u2267\u0338", + "nge;": "\u2271", + "ngeq;": "\u2271", + "ngeqq;": "\u2267\u0338", + "ngeqslant;": "\u2a7e\u0338", + "nges;": "\u2a7e\u0338", + "ngsim;": "\u2275", + "ngt;": "\u226f", + "ngtr;": "\u226f", + "nhArr;": "\u21ce", + "nharr;": "\u21ae", + "nhpar;": "\u2af2", + "ni;": "\u220b", + "nis;": "\u22fc", + "nisd;": "\u22fa", + "niv;": "\u220b", + "njcy;": "\u045a", + "nlArr;": "\u21cd", + "nlE;": "\u2266\u0338", + "nlarr;": "\u219a", + "nldr;": "\u2025", + "nle;": "\u2270", + "nleftarrow;": "\u219a", + "nleftrightarrow;": "\u21ae", + "nleq;": "\u2270", + "nleqq;": "\u2266\u0338", + "nleqslant;": "\u2a7d\u0338", + "nles;": "\u2a7d\u0338", + "nless;": "\u226e", + "nlsim;": "\u2274", + "nlt;": "\u226e", + "nltri;": "\u22ea", + "nltrie;": "\u22ec", + "nmid;": "\u2224", + "nopf;": "\U0001d55f", + "not": "\xac", + "not;": "\xac", + "notin;": "\u2209", + "notinE;": "\u22f9\u0338", + "notindot;": "\u22f5\u0338", + "notinva;": "\u2209", + "notinvb;": "\u22f7", + "notinvc;": "\u22f6", + "notni;": "\u220c", + "notniva;": "\u220c", + "notnivb;": "\u22fe", + "notnivc;": "\u22fd", + "npar;": "\u2226", + "nparallel;": "\u2226", + "nparsl;": "\u2afd\u20e5", + "npart;": "\u2202\u0338", + "npolint;": "\u2a14", + "npr;": "\u2280", + "nprcue;": "\u22e0", + "npre;": "\u2aaf\u0338", + "nprec;": "\u2280", + "npreceq;": "\u2aaf\u0338", + "nrArr;": "\u21cf", + "nrarr;": "\u219b", + "nrarrc;": "\u2933\u0338", + "nrarrw;": "\u219d\u0338", + "nrightarrow;": "\u219b", + "nrtri;": "\u22eb", + "nrtrie;": "\u22ed", + "nsc;": "\u2281", + "nsccue;": "\u22e1", + "nsce;": "\u2ab0\u0338", + "nscr;": "\U0001d4c3", + "nshortmid;": "\u2224", + "nshortparallel;": "\u2226", + "nsim;": "\u2241", + "nsime;": "\u2244", + "nsimeq;": "\u2244", + "nsmid;": "\u2224", + "nspar;": "\u2226", + "nsqsube;": "\u22e2", + "nsqsupe;": "\u22e3", + "nsub;": "\u2284", + "nsubE;": "\u2ac5\u0338", + "nsube;": "\u2288", + "nsubset;": "\u2282\u20d2", + "nsubseteq;": "\u2288", + "nsubseteqq;": "\u2ac5\u0338", + "nsucc;": "\u2281", + "nsucceq;": "\u2ab0\u0338", + "nsup;": "\u2285", + "nsupE;": "\u2ac6\u0338", + "nsupe;": "\u2289", + "nsupset;": "\u2283\u20d2", + "nsupseteq;": "\u2289", + "nsupseteqq;": "\u2ac6\u0338", + "ntgl;": "\u2279", + "ntilde": "\xf1", + "ntilde;": "\xf1", + "ntlg;": "\u2278", + "ntriangleleft;": "\u22ea", + "ntrianglelefteq;": "\u22ec", + "ntriangleright;": "\u22eb", + "ntrianglerighteq;": "\u22ed", + "nu;": "\u03bd", + "num;": "#", + "numero;": "\u2116", + "numsp;": "\u2007", + "nvDash;": "\u22ad", + "nvHarr;": "\u2904", + "nvap;": "\u224d\u20d2", + "nvdash;": "\u22ac", + "nvge;": "\u2265\u20d2", + "nvgt;": ">\u20d2", + "nvinfin;": "\u29de", + "nvlArr;": "\u2902", + "nvle;": "\u2264\u20d2", + "nvlt;": "<\u20d2", + "nvltrie;": "\u22b4\u20d2", + "nvrArr;": "\u2903", + "nvrtrie;": "\u22b5\u20d2", + "nvsim;": "\u223c\u20d2", + "nwArr;": "\u21d6", + "nwarhk;": "\u2923", + "nwarr;": "\u2196", + "nwarrow;": "\u2196", + "nwnear;": "\u2927", + "oS;": "\u24c8", + "oacute": "\xf3", + "oacute;": "\xf3", + "oast;": "\u229b", + "ocir;": "\u229a", + "ocirc": "\xf4", + "ocirc;": "\xf4", + "ocy;": "\u043e", + "odash;": "\u229d", + "odblac;": "\u0151", + "odiv;": "\u2a38", + "odot;": "\u2299", + "odsold;": "\u29bc", + "oelig;": "\u0153", + "ofcir;": "\u29bf", + "ofr;": "\U0001d52c", + "ogon;": "\u02db", + "ograve": "\xf2", + "ograve;": "\xf2", + "ogt;": "\u29c1", + "ohbar;": "\u29b5", + "ohm;": "\u03a9", + "oint;": "\u222e", + "olarr;": "\u21ba", + "olcir;": "\u29be", + "olcross;": "\u29bb", + "oline;": "\u203e", + "olt;": "\u29c0", + "omacr;": "\u014d", + "omega;": "\u03c9", + "omicron;": "\u03bf", + "omid;": "\u29b6", + "ominus;": "\u2296", + "oopf;": "\U0001d560", + "opar;": "\u29b7", + "operp;": "\u29b9", + "oplus;": "\u2295", + "or;": "\u2228", + "orarr;": "\u21bb", + "ord;": "\u2a5d", + "order;": "\u2134", + "orderof;": "\u2134", + "ordf": "\xaa", + "ordf;": "\xaa", + "ordm": "\xba", + "ordm;": "\xba", + "origof;": "\u22b6", + "oror;": "\u2a56", + "orslope;": "\u2a57", + "orv;": "\u2a5b", + "oscr;": "\u2134", + "oslash": "\xf8", + "oslash;": "\xf8", + "osol;": "\u2298", + "otilde": "\xf5", + "otilde;": "\xf5", + "otimes;": "\u2297", + "otimesas;": "\u2a36", + "ouml": "\xf6", + "ouml;": "\xf6", + "ovbar;": "\u233d", + "par;": "\u2225", + "para": "\xb6", + "para;": "\xb6", + "parallel;": "\u2225", + "parsim;": "\u2af3", + "parsl;": "\u2afd", + "part;": "\u2202", + "pcy;": "\u043f", + "percnt;": "%", + "period;": ".", + "permil;": "\u2030", + "perp;": "\u22a5", + "pertenk;": "\u2031", + "pfr;": "\U0001d52d", + "phi;": "\u03c6", + "phiv;": "\u03d5", + "phmmat;": "\u2133", + "phone;": "\u260e", + "pi;": "\u03c0", + "pitchfork;": "\u22d4", + "piv;": "\u03d6", + "planck;": "\u210f", + "planckh;": "\u210e", + "plankv;": "\u210f", + "plus;": "+", + "plusacir;": "\u2a23", + "plusb;": "\u229e", + "pluscir;": "\u2a22", + "plusdo;": "\u2214", + "plusdu;": "\u2a25", + "pluse;": "\u2a72", + "plusmn": "\xb1", + "plusmn;": "\xb1", + "plussim;": "\u2a26", + "plustwo;": "\u2a27", + "pm;": "\xb1", + "pointint;": "\u2a15", + "popf;": "\U0001d561", + "pound": "\xa3", + "pound;": "\xa3", + "pr;": "\u227a", + "prE;": "\u2ab3", + "prap;": "\u2ab7", + "prcue;": "\u227c", + "pre;": "\u2aaf", + "prec;": "\u227a", + "precapprox;": "\u2ab7", + "preccurlyeq;": "\u227c", + "preceq;": "\u2aaf", + "precnapprox;": "\u2ab9", + "precneqq;": "\u2ab5", + "precnsim;": "\u22e8", + "precsim;": "\u227e", + "prime;": "\u2032", + "primes;": "\u2119", + "prnE;": "\u2ab5", + "prnap;": "\u2ab9", + "prnsim;": "\u22e8", + "prod;": "\u220f", + "profalar;": "\u232e", + "profline;": "\u2312", + "profsurf;": "\u2313", + "prop;": "\u221d", + "propto;": "\u221d", + "prsim;": "\u227e", + "prurel;": "\u22b0", + "pscr;": "\U0001d4c5", + "psi;": "\u03c8", + "puncsp;": "\u2008", + "qfr;": "\U0001d52e", + "qint;": "\u2a0c", + "qopf;": "\U0001d562", + "qprime;": "\u2057", + "qscr;": "\U0001d4c6", + "quaternions;": "\u210d", + "quatint;": "\u2a16", + "quest;": "?", + "questeq;": "\u225f", + "quot": "\"", + "quot;": "\"", + "rAarr;": "\u21db", + "rArr;": "\u21d2", + "rAtail;": "\u291c", + "rBarr;": "\u290f", + "rHar;": "\u2964", + "race;": "\u223d\u0331", + "racute;": "\u0155", + "radic;": "\u221a", + "raemptyv;": "\u29b3", + "rang;": "\u27e9", + "rangd;": "\u2992", + "range;": "\u29a5", + "rangle;": "\u27e9", + "raquo": "\xbb", + "raquo;": "\xbb", + "rarr;": "\u2192", + "rarrap;": "\u2975", + "rarrb;": "\u21e5", + "rarrbfs;": "\u2920", + "rarrc;": "\u2933", + "rarrfs;": "\u291e", + "rarrhk;": "\u21aa", + "rarrlp;": "\u21ac", + "rarrpl;": "\u2945", + "rarrsim;": "\u2974", + "rarrtl;": "\u21a3", + "rarrw;": "\u219d", + "ratail;": "\u291a", + "ratio;": "\u2236", + "rationals;": "\u211a", + "rbarr;": "\u290d", + "rbbrk;": "\u2773", + "rbrace;": "}", + "rbrack;": "]", + "rbrke;": "\u298c", + "rbrksld;": "\u298e", + "rbrkslu;": "\u2990", + "rcaron;": "\u0159", + "rcedil;": "\u0157", + "rceil;": "\u2309", + "rcub;": "}", + "rcy;": "\u0440", + "rdca;": "\u2937", + "rdldhar;": "\u2969", + "rdquo;": "\u201d", + "rdquor;": "\u201d", + "rdsh;": "\u21b3", + "real;": "\u211c", + "realine;": "\u211b", + "realpart;": "\u211c", + "reals;": "\u211d", + "rect;": "\u25ad", + "reg": "\xae", + "reg;": "\xae", + "rfisht;": "\u297d", + "rfloor;": "\u230b", + "rfr;": "\U0001d52f", + "rhard;": "\u21c1", + "rharu;": "\u21c0", + "rharul;": "\u296c", + "rho;": "\u03c1", + "rhov;": "\u03f1", + "rightarrow;": "\u2192", + "rightarrowtail;": "\u21a3", + "rightharpoondown;": "\u21c1", + "rightharpoonup;": "\u21c0", + "rightleftarrows;": "\u21c4", + "rightleftharpoons;": "\u21cc", + "rightrightarrows;": "\u21c9", + "rightsquigarrow;": "\u219d", + "rightthreetimes;": "\u22cc", + "ring;": "\u02da", + "risingdotseq;": "\u2253", + "rlarr;": "\u21c4", + "rlhar;": "\u21cc", + "rlm;": "\u200f", + "rmoust;": "\u23b1", + "rmoustache;": "\u23b1", + "rnmid;": "\u2aee", + "roang;": "\u27ed", + "roarr;": "\u21fe", + "robrk;": "\u27e7", + "ropar;": "\u2986", + "ropf;": "\U0001d563", + "roplus;": "\u2a2e", + "rotimes;": "\u2a35", + "rpar;": ")", + "rpargt;": "\u2994", + "rppolint;": "\u2a12", + "rrarr;": "\u21c9", + "rsaquo;": "\u203a", + "rscr;": "\U0001d4c7", + "rsh;": "\u21b1", + "rsqb;": "]", + "rsquo;": "\u2019", + "rsquor;": "\u2019", + "rthree;": "\u22cc", + "rtimes;": "\u22ca", + "rtri;": "\u25b9", + "rtrie;": "\u22b5", + "rtrif;": "\u25b8", + "rtriltri;": "\u29ce", + "ruluhar;": "\u2968", + "rx;": "\u211e", + "sacute;": "\u015b", + "sbquo;": "\u201a", + "sc;": "\u227b", + "scE;": "\u2ab4", + "scap;": "\u2ab8", + "scaron;": "\u0161", + "sccue;": "\u227d", + "sce;": "\u2ab0", + "scedil;": "\u015f", + "scirc;": "\u015d", + "scnE;": "\u2ab6", + "scnap;": "\u2aba", + "scnsim;": "\u22e9", + "scpolint;": "\u2a13", + "scsim;": "\u227f", + "scy;": "\u0441", + "sdot;": "\u22c5", + "sdotb;": "\u22a1", + "sdote;": "\u2a66", + "seArr;": "\u21d8", + "searhk;": "\u2925", + "searr;": "\u2198", + "searrow;": "\u2198", + "sect": "\xa7", + "sect;": "\xa7", + "semi;": ";", + "seswar;": "\u2929", + "setminus;": "\u2216", + "setmn;": "\u2216", + "sext;": "\u2736", + "sfr;": "\U0001d530", + "sfrown;": "\u2322", + "sharp;": "\u266f", + "shchcy;": "\u0449", + "shcy;": "\u0448", + "shortmid;": "\u2223", + "shortparallel;": "\u2225", + "shy": "\xad", + "shy;": "\xad", + "sigma;": "\u03c3", + "sigmaf;": "\u03c2", + "sigmav;": "\u03c2", + "sim;": "\u223c", + "simdot;": "\u2a6a", + "sime;": "\u2243", + "simeq;": "\u2243", + "simg;": "\u2a9e", + "simgE;": "\u2aa0", + "siml;": "\u2a9d", + "simlE;": "\u2a9f", + "simne;": "\u2246", + "simplus;": "\u2a24", + "simrarr;": "\u2972", + "slarr;": "\u2190", + "smallsetminus;": "\u2216", + "smashp;": "\u2a33", + "smeparsl;": "\u29e4", + "smid;": "\u2223", + "smile;": "\u2323", + "smt;": "\u2aaa", + "smte;": "\u2aac", + "smtes;": "\u2aac\ufe00", + "softcy;": "\u044c", + "sol;": "/", + "solb;": "\u29c4", + "solbar;": "\u233f", + "sopf;": "\U0001d564", + "spades;": "\u2660", + "spadesuit;": "\u2660", + "spar;": "\u2225", + "sqcap;": "\u2293", + "sqcaps;": "\u2293\ufe00", + "sqcup;": "\u2294", + "sqcups;": "\u2294\ufe00", + "sqsub;": "\u228f", + "sqsube;": "\u2291", + "sqsubset;": "\u228f", + "sqsubseteq;": "\u2291", + "sqsup;": "\u2290", + "sqsupe;": "\u2292", + "sqsupset;": "\u2290", + "sqsupseteq;": "\u2292", + "squ;": "\u25a1", + "square;": "\u25a1", + "squarf;": "\u25aa", + "squf;": "\u25aa", + "srarr;": "\u2192", + "sscr;": "\U0001d4c8", + "ssetmn;": "\u2216", + "ssmile;": "\u2323", + "sstarf;": "\u22c6", + "star;": "\u2606", + "starf;": "\u2605", + "straightepsilon;": "\u03f5", + "straightphi;": "\u03d5", + "strns;": "\xaf", + "sub;": "\u2282", + "subE;": "\u2ac5", + "subdot;": "\u2abd", + "sube;": "\u2286", + "subedot;": "\u2ac3", + "submult;": "\u2ac1", + "subnE;": "\u2acb", + "subne;": "\u228a", + "subplus;": "\u2abf", + "subrarr;": "\u2979", + "subset;": "\u2282", + "subseteq;": "\u2286", + "subseteqq;": "\u2ac5", + "subsetneq;": "\u228a", + "subsetneqq;": "\u2acb", + "subsim;": "\u2ac7", + "subsub;": "\u2ad5", + "subsup;": "\u2ad3", + "succ;": "\u227b", + "succapprox;": "\u2ab8", + "succcurlyeq;": "\u227d", + "succeq;": "\u2ab0", + "succnapprox;": "\u2aba", + "succneqq;": "\u2ab6", + "succnsim;": "\u22e9", + "succsim;": "\u227f", + "sum;": "\u2211", + "sung;": "\u266a", + "sup1": "\xb9", + "sup1;": "\xb9", + "sup2": "\xb2", + "sup2;": "\xb2", + "sup3": "\xb3", + "sup3;": "\xb3", + "sup;": "\u2283", + "supE;": "\u2ac6", + "supdot;": "\u2abe", + "supdsub;": "\u2ad8", + "supe;": "\u2287", + "supedot;": "\u2ac4", + "suphsol;": "\u27c9", + "suphsub;": "\u2ad7", + "suplarr;": "\u297b", + "supmult;": "\u2ac2", + "supnE;": "\u2acc", + "supne;": "\u228b", + "supplus;": "\u2ac0", + "supset;": "\u2283", + "supseteq;": "\u2287", + "supseteqq;": "\u2ac6", + "supsetneq;": "\u228b", + "supsetneqq;": "\u2acc", + "supsim;": "\u2ac8", + "supsub;": "\u2ad4", + "supsup;": "\u2ad6", + "swArr;": "\u21d9", + "swarhk;": "\u2926", + "swarr;": "\u2199", + "swarrow;": "\u2199", + "swnwar;": "\u292a", + "szlig": "\xdf", + "szlig;": "\xdf", + "target;": "\u2316", + "tau;": "\u03c4", + "tbrk;": "\u23b4", + "tcaron;": "\u0165", + "tcedil;": "\u0163", + "tcy;": "\u0442", + "tdot;": "\u20db", + "telrec;": "\u2315", + "tfr;": "\U0001d531", + "there4;": "\u2234", + "therefore;": "\u2234", + "theta;": "\u03b8", + "thetasym;": "\u03d1", + "thetav;": "\u03d1", + "thickapprox;": "\u2248", + "thicksim;": "\u223c", + "thinsp;": "\u2009", + "thkap;": "\u2248", + "thksim;": "\u223c", + "thorn": "\xfe", + "thorn;": "\xfe", + "tilde;": "\u02dc", + "times": "\xd7", + "times;": "\xd7", + "timesb;": "\u22a0", + "timesbar;": "\u2a31", + "timesd;": "\u2a30", + "tint;": "\u222d", + "toea;": "\u2928", + "top;": "\u22a4", + "topbot;": "\u2336", + "topcir;": "\u2af1", + "topf;": "\U0001d565", + "topfork;": "\u2ada", + "tosa;": "\u2929", + "tprime;": "\u2034", + "trade;": "\u2122", + "triangle;": "\u25b5", + "triangledown;": "\u25bf", + "triangleleft;": "\u25c3", + "trianglelefteq;": "\u22b4", + "triangleq;": "\u225c", + "triangleright;": "\u25b9", + "trianglerighteq;": "\u22b5", + "tridot;": "\u25ec", + "trie;": "\u225c", + "triminus;": "\u2a3a", + "triplus;": "\u2a39", + "trisb;": "\u29cd", + "tritime;": "\u2a3b", + "trpezium;": "\u23e2", + "tscr;": "\U0001d4c9", + "tscy;": "\u0446", + "tshcy;": "\u045b", + "tstrok;": "\u0167", + "twixt;": "\u226c", + "twoheadleftarrow;": "\u219e", + "twoheadrightarrow;": "\u21a0", + "uArr;": "\u21d1", + "uHar;": "\u2963", + "uacute": "\xfa", + "uacute;": "\xfa", + "uarr;": "\u2191", + "ubrcy;": "\u045e", + "ubreve;": "\u016d", + "ucirc": "\xfb", + "ucirc;": "\xfb", + "ucy;": "\u0443", + "udarr;": "\u21c5", + "udblac;": "\u0171", + "udhar;": "\u296e", + "ufisht;": "\u297e", + "ufr;": "\U0001d532", + "ugrave": "\xf9", + "ugrave;": "\xf9", + "uharl;": "\u21bf", + "uharr;": "\u21be", + "uhblk;": "\u2580", + "ulcorn;": "\u231c", + "ulcorner;": "\u231c", + "ulcrop;": "\u230f", + "ultri;": "\u25f8", + "umacr;": "\u016b", + "uml": "\xa8", + "uml;": "\xa8", + "uogon;": "\u0173", + "uopf;": "\U0001d566", + "uparrow;": "\u2191", + "updownarrow;": "\u2195", + "upharpoonleft;": "\u21bf", + "upharpoonright;": "\u21be", + "uplus;": "\u228e", + "upsi;": "\u03c5", + "upsih;": "\u03d2", + "upsilon;": "\u03c5", + "upuparrows;": "\u21c8", + "urcorn;": "\u231d", + "urcorner;": "\u231d", + "urcrop;": "\u230e", + "uring;": "\u016f", + "urtri;": "\u25f9", + "uscr;": "\U0001d4ca", + "utdot;": "\u22f0", + "utilde;": "\u0169", + "utri;": "\u25b5", + "utrif;": "\u25b4", + "uuarr;": "\u21c8", + "uuml": "\xfc", + "uuml;": "\xfc", + "uwangle;": "\u29a7", + "vArr;": "\u21d5", + "vBar;": "\u2ae8", + "vBarv;": "\u2ae9", + "vDash;": "\u22a8", + "vangrt;": "\u299c", + "varepsilon;": "\u03f5", + "varkappa;": "\u03f0", + "varnothing;": "\u2205", + "varphi;": "\u03d5", + "varpi;": "\u03d6", + "varpropto;": "\u221d", + "varr;": "\u2195", + "varrho;": "\u03f1", + "varsigma;": "\u03c2", + "varsubsetneq;": "\u228a\ufe00", + "varsubsetneqq;": "\u2acb\ufe00", + "varsupsetneq;": "\u228b\ufe00", + "varsupsetneqq;": "\u2acc\ufe00", + "vartheta;": "\u03d1", + "vartriangleleft;": "\u22b2", + "vartriangleright;": "\u22b3", + "vcy;": "\u0432", + "vdash;": "\u22a2", + "vee;": "\u2228", + "veebar;": "\u22bb", + "veeeq;": "\u225a", + "vellip;": "\u22ee", + "verbar;": "|", + "vert;": "|", + "vfr;": "\U0001d533", + "vltri;": "\u22b2", + "vnsub;": "\u2282\u20d2", + "vnsup;": "\u2283\u20d2", + "vopf;": "\U0001d567", + "vprop;": "\u221d", + "vrtri;": "\u22b3", + "vscr;": "\U0001d4cb", + "vsubnE;": "\u2acb\ufe00", + "vsubne;": "\u228a\ufe00", + "vsupnE;": "\u2acc\ufe00", + "vsupne;": "\u228b\ufe00", + "vzigzag;": "\u299a", + "wcirc;": "\u0175", + "wedbar;": "\u2a5f", + "wedge;": "\u2227", + "wedgeq;": "\u2259", + "weierp;": "\u2118", + "wfr;": "\U0001d534", + "wopf;": "\U0001d568", + "wp;": "\u2118", + "wr;": "\u2240", + "wreath;": "\u2240", + "wscr;": "\U0001d4cc", + "xcap;": "\u22c2", + "xcirc;": "\u25ef", + "xcup;": "\u22c3", + "xdtri;": "\u25bd", + "xfr;": "\U0001d535", + "xhArr;": "\u27fa", + "xharr;": "\u27f7", + "xi;": "\u03be", + "xlArr;": "\u27f8", + "xlarr;": "\u27f5", + "xmap;": "\u27fc", + "xnis;": "\u22fb", + "xodot;": "\u2a00", + "xopf;": "\U0001d569", + "xoplus;": "\u2a01", + "xotime;": "\u2a02", + "xrArr;": "\u27f9", + "xrarr;": "\u27f6", + "xscr;": "\U0001d4cd", + "xsqcup;": "\u2a06", + "xuplus;": "\u2a04", + "xutri;": "\u25b3", + "xvee;": "\u22c1", + "xwedge;": "\u22c0", + "yacute": "\xfd", + "yacute;": "\xfd", + "yacy;": "\u044f", + "ycirc;": "\u0177", + "ycy;": "\u044b", + "yen": "\xa5", + "yen;": "\xa5", + "yfr;": "\U0001d536", + "yicy;": "\u0457", + "yopf;": "\U0001d56a", + "yscr;": "\U0001d4ce", + "yucy;": "\u044e", + "yuml": "\xff", + "yuml;": "\xff", + "zacute;": "\u017a", + "zcaron;": "\u017e", + "zcy;": "\u0437", + "zdot;": "\u017c", + "zeetrf;": "\u2128", + "zeta;": "\u03b6", + "zfr;": "\U0001d537", + "zhcy;": "\u0436", + "zigrarr;": "\u21dd", + "zopf;": "\U0001d56b", + "zscr;": "\U0001d4cf", + "zwj;": "\u200d", + "zwnj;": "\u200c", +} + +replacementCharacters = { + 0x0: "\uFFFD", + 0x0d: "\u000D", + 0x80: "\u20AC", + 0x81: "\u0081", + 0x82: "\u201A", + 0x83: "\u0192", + 0x84: "\u201E", + 0x85: "\u2026", + 0x86: "\u2020", + 0x87: "\u2021", + 0x88: "\u02C6", + 0x89: "\u2030", + 0x8A: "\u0160", + 0x8B: "\u2039", + 0x8C: "\u0152", + 0x8D: "\u008D", + 0x8E: "\u017D", + 0x8F: "\u008F", + 0x90: "\u0090", + 0x91: "\u2018", + 0x92: "\u2019", + 0x93: "\u201C", + 0x94: "\u201D", + 0x95: "\u2022", + 0x96: "\u2013", + 0x97: "\u2014", + 0x98: "\u02DC", + 0x99: "\u2122", + 0x9A: "\u0161", + 0x9B: "\u203A", + 0x9C: "\u0153", + 0x9D: "\u009D", + 0x9E: "\u017E", + 0x9F: "\u0178", +} + +tokenTypes = { + "Doctype": 0, + "Characters": 1, + "SpaceCharacters": 2, + "StartTag": 3, + "EndTag": 4, + "EmptyTag": 5, + "Comment": 6, + "ParseError": 7 +} + +tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], + tokenTypes["EmptyTag"]]) + + +prefixes = {v: k for k, v in namespaces.items()} +prefixes["http://www.w3.org/1998/Math/MathML"] = "math" + + +class DataLossWarning(UserWarning): + """Raised when the current tree is unable to represent the input data""" + pass + + +class _ReparseException(Exception): + pass diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fa08524b6c3130b8ee1a756a372996f5ab2bef8 GIT binary patch literal 226 zcmZ9GOA5j;5QbCfLWG{c6S!zc5qBazfg2AHsu@jaUgS~f0X&RXa_cQznSh}9!+gU( ze2XzvH6tmln`7S3jNcTgv}t^qz{r6tiv69qeE#Bf18x+8i&~?Dt8qQpD5Dbf;4Mdo z|JAc(jDZ^s1L^^!IDY!NSuMeffVJ&TeRn|*R#>1(W5xjwN^Y`!7BZmoK&j9oP} RG2JS|qQqT(&rcFc@&<>{KIH%a literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2e60ad3280200c2329ca2d1a9865179222aa1d0 GIT binary patch literal 1356 zcmZuxOOG5i5O%+2dS+)yq(DT(9(({rBavxP#BGH(B7nqUkq8251oV2^H9MVkw|i~( ztY$SUfs!jH4qTHXf5}%)`3d0yRo-2aAgr#k%a5wB%AZ^B?v5F@1M?pIo-p<&8Lzh# zjRO?>6)MSOq*xQpqb8omO)^g+CS#eXw8`cfj+so=pc&4GIL_qYDVyhCGC7p_QzmoB z9*>?R^N}1qV$<;p^v9-&zabV@tKLCbH=Q=l=dxbcw$`n`*|&A2C6uamV1%+SB03ZK zbRjHYzw@<`U_d^sD_7Clb)zw6!#+c?d#JXE{7#T=DB~+Dxx+ z7;MqiT~XpTsZFtRjrxRkFKdPOZ405gl~{nQE1?KgsK1?c8$T+^F7bYH1Zrbcd%2ll zSE0PoXzc*SzKaUjJd$i4%V?euagm^@OpyYaAAAv_p1=R#I_f!C{wi#^cTmt^+3g!- zqtcO3X!{eYUzlT$qi0C7=g~v<;|CYfHVX8M*UU^^@`PQ)F2y+{;Ir&Ga|4QEcPwJ3L&*s1p-<`Fr?Jl;Ibqzl;@Ib((+$%omBI;p z90^uuIy3_WWOh;cye#P*m8BVyIUo{)^chYzHWUxbkXlenpE-R3tr>*h&(=cq z@QN8`hdkdx^$v=?jVk{6W;BTgC~@@G-{Uxs@+f_Ie&e#Vv+MYW7ze?S*Ru5EvTU^M z6^$oldD;tgwK6PAsVl@wL0$_S$QhzjUbJW_%bcYcIplgc9h2W>kFOg28X|#7NYVey u5NSeT{7$8ng396V#)h(lIs_m87trVXmsmfgXJhHt`8J!xlQ>Uq@B9M+w_|<) literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53e77e5e88f0d1457e32a71f13342a889075b9a0 GIT binary patch literal 896 zcmZWnv2NQi5G6%fRvo8li);ltb*P4zEsAbMVW2>}W$~tkkVQIXB8e(VIY{88aDFDg zq_tD$Zk>83Ij))>z$1_Mc#rQ$b9_7@U~~IYy`qHtz+h-01albf4LC_8El5dIS_WxQ zvXoKsmB>J{J0h71cPt&ra6yvMPe7A|wI|uqnWFJZ=(0A}x3Sb4?X;=dXHBJZBb6w$ zS2inLj%S7zKrn~lUV~F4rIMt9q%yc8DU(cwFo$v^BbY~W47_n0ebEJ!%kk`k;Tp$h z7!Kub>6Qpkvmp2MJfUsmOk;DE1a0V4v9e>p+!Ol*rr+QB+LVghrmB?X*T!D)x+$7c zpKV;dR#rU@odm>_=RJGxSUhd=fvv+T~1GQ&$mS1HT%JEv)TmVcO%h$dvJ|KG4 zNpO6bIW?2+<{{ur=iDGXHg%0jldV!h6mw-35PH#}~?H-tUQnj<^l0tW=Nb zkA&D`g*bw04)sjw?Tdr%L;5_4@U~b*h;|}GX=GF2dMd=XCM)`k#WMCOy65Qdc?S+f zTkJ4?d55B764RJXS+|QMP1o#gAR&z9DO@K_P6?kZ{zUH IDLG|-005}TqW}N^ literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbf0d8fbb349455eb42856ab4dcc7b3f1592ac55 GIT binary patch literal 1894 zcmZt{%WfMtkmPb7lI2*59VbC9duR?SV5>#Z0!^L3fb9gisE4F2Af#BYMao)xUnaS7 zEUW+r%?I=Yg4DjXztBt3V+#a57T~p~{6a73a92)LBLp}*!+CIq^Vn>0v58=9irf78 z0z&^7Vt!E|Het&z05HUGj1t_(3F(u>>RT8w!mOAkcHhS6A!3x-FA%f2ec=3H^&RFs zMjiJJ=%S9Lm%=@n#f9QQl;oLE+GEi;l2MlGc9BMdjPW3j6c=GE-(aJIHQfs(9~cAk zivY0+TlxSv>SKobgyFtr+h`Z3op zLK~Qxxmc#IP51-Y@>k$Ihw7c;5*+1S`#-0&q>S7`Q@ga8 zbx6b=py@4iM$e(9f&Pd&Q=I+`To~jPbKYmJ{lBqlOrj62t zTd~+a`m*#YdkdiPo$;pDDBaQdQQFFm#h5`(f)NnbHI@Ep*0#4%f{wZ;hW zwz0B0v%{8Z8|gQ5-WlItl|;T`7PD(jcJ-z8ErR}ana8df3lV;Iw#;m{@{&}1@aL$V zu0zbrVCD5CtFKE7&a5+sT|dW09&Y*VLpDL~kN?S8@^=#}TZNop=78gma(IZ`TL<3~j_p0oy8s-VBujO7mLfmnSoxvuy#RaNL$??%NP*|EeDRF$}D zz$yUH5jWtgot>1yr5!RSV2V;V@=U7AwT@Ty*`?Nm;RLN|$JsF#+J;_9q_*-b*G`z{ z&?lXyFa@n`sbG-kX4M?StVo%54IjpVwyT*@-K=kqLK&D4gDS*e7En;VUBkSXgl6Pb z2-+Tpalxy;ufZZ*C2j*)hAm?NN9bSkeOdm#*NlOH6?o;*O(s`s(@+>g!#<~ fGw6kxIU2oB+J_8lZ=-hXzDc<>SFE5GS+)KHVg2M` literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7b7323e75b7553b616625b8e657a21a33fe7718 GIT binary patch literal 2602 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 Ds2-3h literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..238e66b3b416371e1844393fec23d39902000e56 GIT binary patch literal 20050 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 literal 0 HcmV?d00001 diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py new file mode 100644 index 00000000..5ba926e3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py @@ -0,0 +1,29 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + +from collections import OrderedDict + + +def _attr_key(attr): + """Return an appropriate key for an attribute for sorting + + Attributes have a namespace that can be either ``None`` or a string. We + can't compare the two because they're different types, so we convert + ``None`` to an empty string first. + + """ + return (attr[0][0] or ''), attr[0][1] + + +class Filter(base.Filter): + """Alphabetizes attributes for elements""" + def __iter__(self): + for token in base.Filter.__iter__(self): + if token["type"] in ("StartTag", "EmptyTag"): + attrs = OrderedDict() + for name, value in sorted(token["data"].items(), + key=_attr_key): + attrs[name] = value + token["data"] = attrs + yield token diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py new file mode 100644 index 00000000..c7dbaed0 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py @@ -0,0 +1,12 @@ +from __future__ import absolute_import, division, unicode_literals + + +class Filter(object): + def __init__(self, source): + self.source = source + + def __iter__(self): + return iter(self.source) + + def __getattr__(self, name): + return getattr(self.source, name) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py new file mode 100644 index 00000000..aefb5c84 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py @@ -0,0 +1,73 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Injects ```` tag into head of document""" + def __init__(self, source, encoding): + """Creates a Filter + + :arg source: the source token stream + + :arg encoding: the encoding to set + + """ + base.Filter.__init__(self, source) + self.encoding = encoding + + def __iter__(self): + state = "pre_head" + meta_found = (self.encoding is None) + pending = [] + + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag": + if token["name"].lower() == "head": + state = "in_head" + + elif type == "EmptyTag": + if token["name"].lower() == "meta": + # replace charset with actual encoding + has_http_equiv_content_type = False + for (namespace, name), value in token["data"].items(): + if namespace is not None: + continue + elif name.lower() == 'charset': + token["data"][(namespace, name)] = self.encoding + meta_found = True + break + elif name == 'http-equiv' and value.lower() == 'content-type': + has_http_equiv_content_type = True + else: + if has_http_equiv_content_type and (None, "content") in token["data"]: + token["data"][(None, "content")] = 'text/html; charset=%s' % self.encoding + meta_found = True + + elif token["name"].lower() == "head" and not meta_found: + # insert meta into empty head + yield {"type": "StartTag", "name": "head", + "data": token["data"]} + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + yield {"type": "EndTag", "name": "head"} + meta_found = True + continue + + elif type == "EndTag": + if token["name"].lower() == "head" and pending: + # insert meta into head (if necessary) and flush pending queue + yield pending.pop(0) + if not meta_found: + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + while pending: + yield pending.pop(0) + meta_found = True + state = "post_head" + + if state == "in_head": + pending.append(token) + else: + yield token diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py new file mode 100644 index 00000000..fcc07eec --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py @@ -0,0 +1,93 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type + +from . import base +from ..constants import namespaces, voidElements + +from ..constants import spaceCharacters +spaceCharacters = "".join(spaceCharacters) + + +class Filter(base.Filter): + """Lints the token stream for errors + + If it finds any errors, it'll raise an ``AssertionError``. + + """ + def __init__(self, source, require_matching_tags=True): + """Creates a Filter + + :arg source: the source token stream + + :arg require_matching_tags: whether or not to require matching tags + + """ + super(Filter, self).__init__(source) + self.require_matching_tags = require_matching_tags + + def __iter__(self): + open_elements = [] + for token in base.Filter.__iter__(self): + type = token["type"] + if type in ("StartTag", "EmptyTag"): + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(token["data"], dict) + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert type == "EmptyTag" + else: + assert type == "StartTag" + if type == "StartTag" and self.require_matching_tags: + open_elements.append((namespace, name)) + for (namespace, name), value in token["data"].items(): + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(value, text_type) + + elif type == "EndTag": + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert False, "Void element reported as EndTag token: %(tag)s" % {"tag": name} + elif self.require_matching_tags: + start = open_elements.pop() + assert start == (namespace, name) + + elif type == "Comment": + data = token["data"] + assert isinstance(data, text_type) + + elif type in ("Characters", "SpaceCharacters"): + data = token["data"] + assert isinstance(data, text_type) + assert data != "" + if type == "SpaceCharacters": + assert data.strip(spaceCharacters) == "" + + elif type == "Doctype": + name = token["name"] + assert name is None or isinstance(name, text_type) + assert token["publicId"] is None or isinstance(name, text_type) + assert token["systemId"] is None or isinstance(name, text_type) + + elif type == "Entity": + assert isinstance(token["name"], text_type) + + elif type == "SerializerError": + assert isinstance(token["data"], text_type) + + else: + assert False, "Unknown token type: %(type)s" % {"type": type} + + yield token diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py new file mode 100644 index 00000000..4a865012 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py @@ -0,0 +1,207 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Removes optional tags from the token stream""" + def slider(self): + previous1 = previous2 = None + for token in self.source: + if previous1 is not None: + yield previous2, previous1, token + previous2 = previous1 + previous1 = token + if previous1 is not None: + yield previous2, previous1, None + + def __iter__(self): + for previous, token, next in self.slider(): + type = token["type"] + if type == "StartTag": + if (token["data"] or + not self.is_optional_start(token["name"], previous, next)): + yield token + elif type == "EndTag": + if not self.is_optional_end(token["name"], next): + yield token + else: + yield token + + def is_optional_start(self, tagname, previous, next): + type = next and next["type"] or None + if tagname in 'html': + # An html element's start tag may be omitted if the first thing + # inside the html element is not a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname == 'head': + # A head element's start tag may be omitted if the first thing + # inside the head element is an element. + # XXX: we also omit the start tag if the head element is empty + if type in ("StartTag", "EmptyTag"): + return True + elif type == "EndTag": + return next["name"] == "head" + elif tagname == 'body': + # A body element's start tag may be omitted if the first thing + # inside the body element is not a space character or a comment, + # except if the first thing inside the body element is a script + # or style element and the node immediately preceding the body + # element is a head element whose end tag has been omitted. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we do not look at the preceding event, so we never omit + # the body element's start tag if it's followed by a script or + # a style element. + return next["name"] not in ('script', 'style') + else: + return True + elif tagname == 'colgroup': + # A colgroup element's start tag may be omitted if the first thing + # inside the colgroup element is a col element, and if the element + # is not immediately preceded by another colgroup element whose + # end tag has been omitted. + if type in ("StartTag", "EmptyTag"): + # XXX: we do not look at the preceding event, so instead we never + # omit the colgroup element's end tag when it is immediately + # followed by another colgroup element. See is_optional_end. + return next["name"] == "col" + else: + return False + elif tagname == 'tbody': + # A tbody element's start tag may be omitted if the first thing + # inside the tbody element is a tr element, and if the element is + # not immediately preceded by a tbody, thead, or tfoot element + # whose end tag has been omitted. + if type == "StartTag": + # omit the thead and tfoot elements' end tag when they are + # immediately followed by a tbody element. See is_optional_end. + if previous and previous['type'] == 'EndTag' and \ + previous['name'] in ('tbody', 'thead', 'tfoot'): + return False + return next["name"] == 'tr' + else: + return False + return False + + def is_optional_end(self, tagname, next): + type = next and next["type"] or None + if tagname in ('html', 'head', 'body'): + # An html element's end tag may be omitted if the html element + # is not immediately followed by a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname in ('li', 'optgroup', 'tr'): + # A li element's end tag may be omitted if the li element is + # immediately followed by another li element or if there is + # no more content in the parent element. + # An optgroup element's end tag may be omitted if the optgroup + # element is immediately followed by another optgroup element, + # or if there is no more content in the parent element. + # A tr element's end tag may be omitted if the tr element is + # immediately followed by another tr element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] == tagname + else: + return type == "EndTag" or type is None + elif tagname in ('dt', 'dd'): + # A dt element's end tag may be omitted if the dt element is + # immediately followed by another dt element or a dd element. + # A dd element's end tag may be omitted if the dd element is + # immediately followed by another dd element or a dt element, + # or if there is no more content in the parent element. + if type == "StartTag": + return next["name"] in ('dt', 'dd') + elif tagname == 'dd': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'p': + # A p element's end tag may be omitted if the p element is + # immediately followed by an address, article, aside, + # blockquote, datagrid, dialog, dir, div, dl, fieldset, + # footer, form, h1, h2, h3, h4, h5, h6, header, hr, menu, + # nav, ol, p, pre, section, table, or ul, element, or if + # there is no more content in the parent element. + if type in ("StartTag", "EmptyTag"): + return next["name"] in ('address', 'article', 'aside', + 'blockquote', 'datagrid', 'dialog', + 'dir', 'div', 'dl', 'fieldset', 'footer', + 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', + 'header', 'hr', 'menu', 'nav', 'ol', + 'p', 'pre', 'section', 'table', 'ul') + else: + return type == "EndTag" or type is None + elif tagname == 'option': + # An option element's end tag may be omitted if the option + # element is immediately followed by another option element, + # or if it is immediately followed by an optgroup + # element, or if there is no more content in the parent + # element. + if type == "StartTag": + return next["name"] in ('option', 'optgroup') + else: + return type == "EndTag" or type is None + elif tagname in ('rt', 'rp'): + # An rt element's end tag may be omitted if the rt element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + # An rp element's end tag may be omitted if the rp element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('rt', 'rp') + else: + return type == "EndTag" or type is None + elif tagname == 'colgroup': + # A colgroup element's end tag may be omitted if the colgroup + # element is not immediately followed by a space character or + # a comment. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we also look for an immediately following colgroup + # element. See is_optional_start. + return next["name"] != 'colgroup' + else: + return True + elif tagname in ('thead', 'tbody'): + # A thead element's end tag may be omitted if the thead element + # is immediately followed by a tbody or tfoot element. + # A tbody element's end tag may be omitted if the tbody element + # is immediately followed by a tbody or tfoot element, or if + # there is no more content in the parent element. + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] in ['tbody', 'tfoot'] + elif tagname == 'tbody': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'tfoot': + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] == 'tbody' + else: + return type == "EndTag" or type is None + elif tagname in ('td', 'th'): + # A td element's end tag may be omitted if the td element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + # A th element's end tag may be omitted if the th element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('td', 'th') + else: + return type == "EndTag" or type is None + return False diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py new file mode 100644 index 00000000..aa7431d1 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py @@ -0,0 +1,916 @@ +"""Deprecated from html5lib 1.1. + +See `here `_ for +information about its deprecation; `Bleach `_ +is recommended as a replacement. Please let us know in the aforementioned issue +if Bleach is unsuitable for your needs. + +""" +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings +from xml.sax.saxutils import escape, unescape + +from pip._vendor.six.moves import urllib_parse as urlparse + +from . import base +from ..constants import namespaces, prefixes + +__all__ = ["Filter"] + + +_deprecation_msg = ( + "html5lib's sanitizer is deprecated; see " + + "https://github.com/html5lib/html5lib-python/issues/443 and please let " + + "us know if Bleach is unsuitable for your needs" +) + +warnings.warn(_deprecation_msg, DeprecationWarning) + +allowed_elements = frozenset(( + (namespaces['html'], 'a'), + (namespaces['html'], 'abbr'), + (namespaces['html'], 'acronym'), + (namespaces['html'], 'address'), + (namespaces['html'], 'area'), + (namespaces['html'], 'article'), + (namespaces['html'], 'aside'), + (namespaces['html'], 'audio'), + (namespaces['html'], 'b'), + (namespaces['html'], 'big'), + (namespaces['html'], 'blockquote'), + (namespaces['html'], 'br'), + (namespaces['html'], 'button'), + (namespaces['html'], 'canvas'), + (namespaces['html'], 'caption'), + (namespaces['html'], 'center'), + (namespaces['html'], 'cite'), + (namespaces['html'], 'code'), + (namespaces['html'], 'col'), + (namespaces['html'], 'colgroup'), + (namespaces['html'], 'command'), + (namespaces['html'], 'datagrid'), + (namespaces['html'], 'datalist'), + (namespaces['html'], 'dd'), + (namespaces['html'], 'del'), + (namespaces['html'], 'details'), + (namespaces['html'], 'dfn'), + (namespaces['html'], 'dialog'), + (namespaces['html'], 'dir'), + (namespaces['html'], 'div'), + (namespaces['html'], 'dl'), + (namespaces['html'], 'dt'), + (namespaces['html'], 'em'), + (namespaces['html'], 'event-source'), + (namespaces['html'], 'fieldset'), + (namespaces['html'], 'figcaption'), + (namespaces['html'], 'figure'), + (namespaces['html'], 'footer'), + (namespaces['html'], 'font'), + (namespaces['html'], 'form'), + (namespaces['html'], 'header'), + (namespaces['html'], 'h1'), + (namespaces['html'], 'h2'), + (namespaces['html'], 'h3'), + (namespaces['html'], 'h4'), + (namespaces['html'], 'h5'), + (namespaces['html'], 'h6'), + (namespaces['html'], 'hr'), + (namespaces['html'], 'i'), + (namespaces['html'], 'img'), + (namespaces['html'], 'input'), + (namespaces['html'], 'ins'), + (namespaces['html'], 'keygen'), + (namespaces['html'], 'kbd'), + (namespaces['html'], 'label'), + (namespaces['html'], 'legend'), + (namespaces['html'], 'li'), + (namespaces['html'], 'm'), + (namespaces['html'], 'map'), + (namespaces['html'], 'menu'), + (namespaces['html'], 'meter'), + (namespaces['html'], 'multicol'), + (namespaces['html'], 'nav'), + (namespaces['html'], 'nextid'), + (namespaces['html'], 'ol'), + (namespaces['html'], 'output'), + (namespaces['html'], 'optgroup'), + (namespaces['html'], 'option'), + (namespaces['html'], 'p'), + (namespaces['html'], 'pre'), + (namespaces['html'], 'progress'), + (namespaces['html'], 'q'), + (namespaces['html'], 's'), + (namespaces['html'], 'samp'), + (namespaces['html'], 'section'), + (namespaces['html'], 'select'), + (namespaces['html'], 'small'), + (namespaces['html'], 'sound'), + (namespaces['html'], 'source'), + (namespaces['html'], 'spacer'), + (namespaces['html'], 'span'), + (namespaces['html'], 'strike'), + (namespaces['html'], 'strong'), + (namespaces['html'], 'sub'), + (namespaces['html'], 'sup'), + (namespaces['html'], 'table'), + (namespaces['html'], 'tbody'), + (namespaces['html'], 'td'), + (namespaces['html'], 'textarea'), + (namespaces['html'], 'time'), + (namespaces['html'], 'tfoot'), + (namespaces['html'], 'th'), + (namespaces['html'], 'thead'), + (namespaces['html'], 'tr'), + (namespaces['html'], 'tt'), + (namespaces['html'], 'u'), + (namespaces['html'], 'ul'), + (namespaces['html'], 'var'), + (namespaces['html'], 'video'), + (namespaces['mathml'], 'maction'), + (namespaces['mathml'], 'math'), + (namespaces['mathml'], 'merror'), + (namespaces['mathml'], 'mfrac'), + (namespaces['mathml'], 'mi'), + (namespaces['mathml'], 'mmultiscripts'), + (namespaces['mathml'], 'mn'), + (namespaces['mathml'], 'mo'), + (namespaces['mathml'], 'mover'), + (namespaces['mathml'], 'mpadded'), + (namespaces['mathml'], 'mphantom'), + (namespaces['mathml'], 'mprescripts'), + (namespaces['mathml'], 'mroot'), + (namespaces['mathml'], 'mrow'), + (namespaces['mathml'], 'mspace'), + (namespaces['mathml'], 'msqrt'), + (namespaces['mathml'], 'mstyle'), + (namespaces['mathml'], 'msub'), + (namespaces['mathml'], 'msubsup'), + (namespaces['mathml'], 'msup'), + (namespaces['mathml'], 'mtable'), + (namespaces['mathml'], 'mtd'), + (namespaces['mathml'], 'mtext'), + (namespaces['mathml'], 'mtr'), + (namespaces['mathml'], 'munder'), + (namespaces['mathml'], 'munderover'), + (namespaces['mathml'], 'none'), + (namespaces['svg'], 'a'), + (namespaces['svg'], 'animate'), + (namespaces['svg'], 'animateColor'), + (namespaces['svg'], 'animateMotion'), + (namespaces['svg'], 'animateTransform'), + (namespaces['svg'], 'clipPath'), + (namespaces['svg'], 'circle'), + (namespaces['svg'], 'defs'), + (namespaces['svg'], 'desc'), + (namespaces['svg'], 'ellipse'), + (namespaces['svg'], 'font-face'), + (namespaces['svg'], 'font-face-name'), + (namespaces['svg'], 'font-face-src'), + (namespaces['svg'], 'g'), + (namespaces['svg'], 'glyph'), + (namespaces['svg'], 'hkern'), + (namespaces['svg'], 'linearGradient'), + (namespaces['svg'], 'line'), + (namespaces['svg'], 'marker'), + (namespaces['svg'], 'metadata'), + (namespaces['svg'], 'missing-glyph'), + (namespaces['svg'], 'mpath'), + (namespaces['svg'], 'path'), + (namespaces['svg'], 'polygon'), + (namespaces['svg'], 'polyline'), + (namespaces['svg'], 'radialGradient'), + (namespaces['svg'], 'rect'), + (namespaces['svg'], 'set'), + (namespaces['svg'], 'stop'), + (namespaces['svg'], 'svg'), + (namespaces['svg'], 'switch'), + (namespaces['svg'], 'text'), + (namespaces['svg'], 'title'), + (namespaces['svg'], 'tspan'), + (namespaces['svg'], 'use'), +)) + +allowed_attributes = frozenset(( + # HTML attributes + (None, 'abbr'), + (None, 'accept'), + (None, 'accept-charset'), + (None, 'accesskey'), + (None, 'action'), + (None, 'align'), + (None, 'alt'), + (None, 'autocomplete'), + (None, 'autofocus'), + (None, 'axis'), + (None, 'background'), + (None, 'balance'), + (None, 'bgcolor'), + (None, 'bgproperties'), + (None, 'border'), + (None, 'bordercolor'), + (None, 'bordercolordark'), + (None, 'bordercolorlight'), + (None, 'bottompadding'), + (None, 'cellpadding'), + (None, 'cellspacing'), + (None, 'ch'), + (None, 'challenge'), + (None, 'char'), + (None, 'charoff'), + (None, 'choff'), + (None, 'charset'), + (None, 'checked'), + (None, 'cite'), + (None, 'class'), + (None, 'clear'), + (None, 'color'), + (None, 'cols'), + (None, 'colspan'), + (None, 'compact'), + (None, 'contenteditable'), + (None, 'controls'), + (None, 'coords'), + (None, 'data'), + (None, 'datafld'), + (None, 'datapagesize'), + (None, 'datasrc'), + (None, 'datetime'), + (None, 'default'), + (None, 'delay'), + (None, 'dir'), + (None, 'disabled'), + (None, 'draggable'), + (None, 'dynsrc'), + (None, 'enctype'), + (None, 'end'), + (None, 'face'), + (None, 'for'), + (None, 'form'), + (None, 'frame'), + (None, 'galleryimg'), + (None, 'gutter'), + (None, 'headers'), + (None, 'height'), + (None, 'hidefocus'), + (None, 'hidden'), + (None, 'high'), + (None, 'href'), + (None, 'hreflang'), + (None, 'hspace'), + (None, 'icon'), + (None, 'id'), + (None, 'inputmode'), + (None, 'ismap'), + (None, 'keytype'), + (None, 'label'), + (None, 'leftspacing'), + (None, 'lang'), + (None, 'list'), + (None, 'longdesc'), + (None, 'loop'), + (None, 'loopcount'), + (None, 'loopend'), + (None, 'loopstart'), + (None, 'low'), + (None, 'lowsrc'), + (None, 'max'), + (None, 'maxlength'), + (None, 'media'), + (None, 'method'), + (None, 'min'), + (None, 'multiple'), + (None, 'name'), + (None, 'nohref'), + (None, 'noshade'), + (None, 'nowrap'), + (None, 'open'), + (None, 'optimum'), + (None, 'pattern'), + (None, 'ping'), + (None, 'point-size'), + (None, 'poster'), + (None, 'pqg'), + (None, 'preload'), + (None, 'prompt'), + (None, 'radiogroup'), + (None, 'readonly'), + (None, 'rel'), + (None, 'repeat-max'), + (None, 'repeat-min'), + (None, 'replace'), + (None, 'required'), + (None, 'rev'), + (None, 'rightspacing'), + (None, 'rows'), + (None, 'rowspan'), + (None, 'rules'), + (None, 'scope'), + (None, 'selected'), + (None, 'shape'), + (None, 'size'), + (None, 'span'), + (None, 'src'), + (None, 'start'), + (None, 'step'), + (None, 'style'), + (None, 'summary'), + (None, 'suppress'), + (None, 'tabindex'), + (None, 'target'), + (None, 'template'), + (None, 'title'), + (None, 'toppadding'), + (None, 'type'), + (None, 'unselectable'), + (None, 'usemap'), + (None, 'urn'), + (None, 'valign'), + (None, 'value'), + (None, 'variable'), + (None, 'volume'), + (None, 'vspace'), + (None, 'vrml'), + (None, 'width'), + (None, 'wrap'), + (namespaces['xml'], 'lang'), + # MathML attributes + (None, 'actiontype'), + (None, 'align'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnlines'), + (None, 'columnspacing'), + (None, 'columnspan'), + (None, 'depth'), + (None, 'display'), + (None, 'displaystyle'), + (None, 'equalcolumns'), + (None, 'equalrows'), + (None, 'fence'), + (None, 'fontstyle'), + (None, 'fontweight'), + (None, 'frame'), + (None, 'height'), + (None, 'linethickness'), + (None, 'lspace'), + (None, 'mathbackground'), + (None, 'mathcolor'), + (None, 'mathvariant'), + (None, 'mathvariant'), + (None, 'maxsize'), + (None, 'minsize'), + (None, 'other'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowlines'), + (None, 'rowspacing'), + (None, 'rowspan'), + (None, 'rspace'), + (None, 'scriptlevel'), + (None, 'selection'), + (None, 'separator'), + (None, 'stretchy'), + (None, 'width'), + (None, 'width'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'type'), + # SVG attributes + (None, 'accent-height'), + (None, 'accumulate'), + (None, 'additive'), + (None, 'alphabetic'), + (None, 'arabic-form'), + (None, 'ascent'), + (None, 'attributeName'), + (None, 'attributeType'), + (None, 'baseProfile'), + (None, 'bbox'), + (None, 'begin'), + (None, 'by'), + (None, 'calcMode'), + (None, 'cap-height'), + (None, 'class'), + (None, 'clip-path'), + (None, 'color'), + (None, 'color-rendering'), + (None, 'content'), + (None, 'cx'), + (None, 'cy'), + (None, 'd'), + (None, 'dx'), + (None, 'dy'), + (None, 'descent'), + (None, 'display'), + (None, 'dur'), + (None, 'end'), + (None, 'fill'), + (None, 'fill-opacity'), + (None, 'fill-rule'), + (None, 'font-family'), + (None, 'font-size'), + (None, 'font-stretch'), + (None, 'font-style'), + (None, 'font-variant'), + (None, 'font-weight'), + (None, 'from'), + (None, 'fx'), + (None, 'fy'), + (None, 'g1'), + (None, 'g2'), + (None, 'glyph-name'), + (None, 'gradientUnits'), + (None, 'hanging'), + (None, 'height'), + (None, 'horiz-adv-x'), + (None, 'horiz-origin-x'), + (None, 'id'), + (None, 'ideographic'), + (None, 'k'), + (None, 'keyPoints'), + (None, 'keySplines'), + (None, 'keyTimes'), + (None, 'lang'), + (None, 'marker-end'), + (None, 'marker-mid'), + (None, 'marker-start'), + (None, 'markerHeight'), + (None, 'markerUnits'), + (None, 'markerWidth'), + (None, 'mathematical'), + (None, 'max'), + (None, 'min'), + (None, 'name'), + (None, 'offset'), + (None, 'opacity'), + (None, 'orient'), + (None, 'origin'), + (None, 'overline-position'), + (None, 'overline-thickness'), + (None, 'panose-1'), + (None, 'path'), + (None, 'pathLength'), + (None, 'points'), + (None, 'preserveAspectRatio'), + (None, 'r'), + (None, 'refX'), + (None, 'refY'), + (None, 'repeatCount'), + (None, 'repeatDur'), + (None, 'requiredExtensions'), + (None, 'requiredFeatures'), + (None, 'restart'), + (None, 'rotate'), + (None, 'rx'), + (None, 'ry'), + (None, 'slope'), + (None, 'stemh'), + (None, 'stemv'), + (None, 'stop-color'), + (None, 'stop-opacity'), + (None, 'strikethrough-position'), + (None, 'strikethrough-thickness'), + (None, 'stroke'), + (None, 'stroke-dasharray'), + (None, 'stroke-dashoffset'), + (None, 'stroke-linecap'), + (None, 'stroke-linejoin'), + (None, 'stroke-miterlimit'), + (None, 'stroke-opacity'), + (None, 'stroke-width'), + (None, 'systemLanguage'), + (None, 'target'), + (None, 'text-anchor'), + (None, 'to'), + (None, 'transform'), + (None, 'type'), + (None, 'u1'), + (None, 'u2'), + (None, 'underline-position'), + (None, 'underline-thickness'), + (None, 'unicode'), + (None, 'unicode-range'), + (None, 'units-per-em'), + (None, 'values'), + (None, 'version'), + (None, 'viewBox'), + (None, 'visibility'), + (None, 'width'), + (None, 'widths'), + (None, 'x'), + (None, 'x-height'), + (None, 'x1'), + (None, 'x2'), + (namespaces['xlink'], 'actuate'), + (namespaces['xlink'], 'arcrole'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'role'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'title'), + (namespaces['xlink'], 'type'), + (namespaces['xml'], 'base'), + (namespaces['xml'], 'lang'), + (namespaces['xml'], 'space'), + (None, 'y'), + (None, 'y1'), + (None, 'y2'), + (None, 'zoomAndPan'), +)) + +attr_val_is_uri = frozenset(( + (None, 'href'), + (None, 'src'), + (None, 'cite'), + (None, 'action'), + (None, 'longdesc'), + (None, 'poster'), + (None, 'background'), + (None, 'datasrc'), + (None, 'dynsrc'), + (None, 'lowsrc'), + (None, 'ping'), + (namespaces['xlink'], 'href'), + (namespaces['xml'], 'base'), +)) + +svg_attr_val_allows_ref = frozenset(( + (None, 'clip-path'), + (None, 'color-profile'), + (None, 'cursor'), + (None, 'fill'), + (None, 'filter'), + (None, 'marker'), + (None, 'marker-start'), + (None, 'marker-mid'), + (None, 'marker-end'), + (None, 'mask'), + (None, 'stroke'), +)) + +svg_allow_local_href = frozenset(( + (None, 'altGlyph'), + (None, 'animate'), + (None, 'animateColor'), + (None, 'animateMotion'), + (None, 'animateTransform'), + (None, 'cursor'), + (None, 'feImage'), + (None, 'filter'), + (None, 'linearGradient'), + (None, 'pattern'), + (None, 'radialGradient'), + (None, 'textpath'), + (None, 'tref'), + (None, 'set'), + (None, 'use') +)) + +allowed_css_properties = frozenset(( + 'azimuth', + 'background-color', + 'border-bottom-color', + 'border-collapse', + 'border-color', + 'border-left-color', + 'border-right-color', + 'border-top-color', + 'clear', + 'color', + 'cursor', + 'direction', + 'display', + 'elevation', + 'float', + 'font', + 'font-family', + 'font-size', + 'font-style', + 'font-variant', + 'font-weight', + 'height', + 'letter-spacing', + 'line-height', + 'overflow', + 'pause', + 'pause-after', + 'pause-before', + 'pitch', + 'pitch-range', + 'richness', + 'speak', + 'speak-header', + 'speak-numeral', + 'speak-punctuation', + 'speech-rate', + 'stress', + 'text-align', + 'text-decoration', + 'text-indent', + 'unicode-bidi', + 'vertical-align', + 'voice-family', + 'volume', + 'white-space', + 'width', +)) + +allowed_css_keywords = frozenset(( + 'auto', + 'aqua', + 'black', + 'block', + 'blue', + 'bold', + 'both', + 'bottom', + 'brown', + 'center', + 'collapse', + 'dashed', + 'dotted', + 'fuchsia', + 'gray', + 'green', + '!important', + 'italic', + 'left', + 'lime', + 'maroon', + 'medium', + 'none', + 'navy', + 'normal', + 'nowrap', + 'olive', + 'pointer', + 'purple', + 'red', + 'right', + 'solid', + 'silver', + 'teal', + 'top', + 'transparent', + 'underline', + 'white', + 'yellow', +)) + +allowed_svg_properties = frozenset(( + 'fill', + 'fill-opacity', + 'fill-rule', + 'stroke', + 'stroke-width', + 'stroke-linecap', + 'stroke-linejoin', + 'stroke-opacity', +)) + +allowed_protocols = frozenset(( + 'ed2k', + 'ftp', + 'http', + 'https', + 'irc', + 'mailto', + 'news', + 'gopher', + 'nntp', + 'telnet', + 'webcal', + 'xmpp', + 'callto', + 'feed', + 'urn', + 'aim', + 'rsync', + 'tag', + 'ssh', + 'sftp', + 'rtsp', + 'afs', + 'data', +)) + +allowed_content_types = frozenset(( + 'image/png', + 'image/jpeg', + 'image/gif', + 'image/webp', + 'image/bmp', + 'text/plain', +)) + + +data_content_type = re.compile(r''' + ^ + # Match a content type / + (?P[-a-zA-Z0-9.]+/[-a-zA-Z0-9.]+) + # Match any character set and encoding + (?:(?:;charset=(?:[-a-zA-Z0-9]+)(?:;(?:base64))?) + |(?:;(?:base64))?(?:;charset=(?:[-a-zA-Z0-9]+))?) + # Assume the rest is data + ,.* + $ + ''', + re.VERBOSE) + + +class Filter(base.Filter): + """Sanitizes token stream of XHTML+MathML+SVG and of inline style attributes""" + def __init__(self, + source, + allowed_elements=allowed_elements, + allowed_attributes=allowed_attributes, + allowed_css_properties=allowed_css_properties, + allowed_css_keywords=allowed_css_keywords, + allowed_svg_properties=allowed_svg_properties, + allowed_protocols=allowed_protocols, + allowed_content_types=allowed_content_types, + attr_val_is_uri=attr_val_is_uri, + svg_attr_val_allows_ref=svg_attr_val_allows_ref, + svg_allow_local_href=svg_allow_local_href): + """Creates a Filter + + :arg allowed_elements: set of elements to allow--everything else will + be escaped + + :arg allowed_attributes: set of attributes to allow in + elements--everything else will be stripped + + :arg allowed_css_properties: set of CSS properties to allow--everything + else will be stripped + + :arg allowed_css_keywords: set of CSS keywords to allow--everything + else will be stripped + + :arg allowed_svg_properties: set of SVG properties to allow--everything + else will be removed + + :arg allowed_protocols: set of allowed protocols for URIs + + :arg allowed_content_types: set of allowed content types for ``data`` URIs. + + :arg attr_val_is_uri: set of attributes that have URI values--values + that have a scheme not listed in ``allowed_protocols`` are removed + + :arg svg_attr_val_allows_ref: set of SVG attributes that can have + references + + :arg svg_allow_local_href: set of SVG elements that can have local + hrefs--these are removed + + """ + super(Filter, self).__init__(source) + + warnings.warn(_deprecation_msg, DeprecationWarning) + + self.allowed_elements = allowed_elements + self.allowed_attributes = allowed_attributes + self.allowed_css_properties = allowed_css_properties + self.allowed_css_keywords = allowed_css_keywords + self.allowed_svg_properties = allowed_svg_properties + self.allowed_protocols = allowed_protocols + self.allowed_content_types = allowed_content_types + self.attr_val_is_uri = attr_val_is_uri + self.svg_attr_val_allows_ref = svg_attr_val_allows_ref + self.svg_allow_local_href = svg_allow_local_href + + def __iter__(self): + for token in base.Filter.__iter__(self): + token = self.sanitize_token(token) + if token: + yield token + + # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and + # stripping out all attributes not in ALLOWED_ATTRIBUTES. Style attributes + # are parsed, and a restricted set, specified by ALLOWED_CSS_PROPERTIES and + # ALLOWED_CSS_KEYWORDS, are allowed through. attributes in ATTR_VAL_IS_URI + # are scanned, and only URI schemes specified in ALLOWED_PROTOCOLS are + # allowed. + # + # sanitize_html('') + # => <script> do_nasty_stuff() </script> + # sanitize_html('Click here for $100') + # => Click here for $100 + def sanitize_token(self, token): + + # accommodate filters which use token_type differently + token_type = token["type"] + if token_type in ("StartTag", "EndTag", "EmptyTag"): + name = token["name"] + namespace = token["namespace"] + if ((namespace, name) in self.allowed_elements or + (namespace is None and + (namespaces["html"], name) in self.allowed_elements)): + return self.allowed_token(token) + else: + return self.disallowed_token(token) + elif token_type == "Comment": + pass + else: + return token + + def allowed_token(self, token): + if "data" in token: + attrs = token["data"] + attr_names = set(attrs.keys()) + + # Remove forbidden attributes + for to_remove in (attr_names - self.allowed_attributes): + del token["data"][to_remove] + attr_names.remove(to_remove) + + # Remove attributes with disallowed URL values + for attr in (attr_names & self.attr_val_is_uri): + assert attr in attrs + # I don't have a clue where this regexp comes from or why it matches those + # characters, nor why we call unescape. I just know it's always been here. + # Should you be worried by this comment in a sanitizer? Yes. On the other hand, all + # this will do is remove *more* than it otherwise would. + val_unescaped = re.sub("[`\x00-\x20\x7f-\xa0\\s]+", '', + unescape(attrs[attr])).lower() + # remove replacement characters from unescaped characters + val_unescaped = val_unescaped.replace("\ufffd", "") + try: + uri = urlparse.urlparse(val_unescaped) + except ValueError: + uri = None + del attrs[attr] + if uri and uri.scheme: + if uri.scheme not in self.allowed_protocols: + del attrs[attr] + if uri.scheme == 'data': + m = data_content_type.match(uri.path) + if not m: + del attrs[attr] + elif m.group('content_type') not in self.allowed_content_types: + del attrs[attr] + + for attr in self.svg_attr_val_allows_ref: + if attr in attrs: + attrs[attr] = re.sub(r'url\s*\(\s*[^#\s][^)]+?\)', + ' ', + unescape(attrs[attr])) + if (token["name"] in self.svg_allow_local_href and + (namespaces['xlink'], 'href') in attrs and re.search(r'^\s*[^#\s].*', + attrs[(namespaces['xlink'], 'href')])): + del attrs[(namespaces['xlink'], 'href')] + if (None, 'style') in attrs: + attrs[(None, 'style')] = self.sanitize_css(attrs[(None, 'style')]) + token["data"] = attrs + return token + + def disallowed_token(self, token): + token_type = token["type"] + if token_type == "EndTag": + token["data"] = "" % token["name"] + elif token["data"]: + assert token_type in ("StartTag", "EmptyTag") + attrs = [] + for (ns, name), v in token["data"].items(): + attrs.append(' %s="%s"' % (name if ns is None else "%s:%s" % (prefixes[ns], name), escape(v))) + token["data"] = "<%s%s>" % (token["name"], ''.join(attrs)) + else: + token["data"] = "<%s>" % token["name"] + if token.get("selfClosing"): + token["data"] = token["data"][:-1] + "/>" + + token["type"] = "Characters" + + del token["name"] + return token + + def sanitize_css(self, style): + # disallow urls + style = re.compile(r'url\s*\(\s*[^\s)]+?\s*\)\s*').sub(' ', style) + + # gauntlet + if not re.match(r"""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style): + return '' + if not re.match(r"^\s*([-\w]+\s*:[^:;]*(;\s*|$))*$", style): + return '' + + clean = [] + for prop, value in re.findall(r"([-\w]+)\s*:\s*([^:;]*)", style): + if not value: + continue + if prop.lower() in self.allowed_css_properties: + clean.append(prop + ': ' + value + ';') + elif prop.split('-')[0].lower() in ['background', 'border', 'margin', + 'padding']: + for keyword in value.split(): + if keyword not in self.allowed_css_keywords and \ + not re.match(r"^(#[0-9a-fA-F]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$", keyword): # noqa + break + else: + clean.append(prop + ': ' + value + ';') + elif prop.lower() in self.allowed_svg_properties: + clean.append(prop + ': ' + value + ';') + + return ' '.join(clean) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py new file mode 100644 index 00000000..0d12584b --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py @@ -0,0 +1,38 @@ +from __future__ import absolute_import, division, unicode_literals + +import re + +from . import base +from ..constants import rcdataElements, spaceCharacters +spaceCharacters = "".join(spaceCharacters) + +SPACES_REGEX = re.compile("[%s]+" % spaceCharacters) + + +class Filter(base.Filter): + """Collapses whitespace except in pre, textarea, and script elements""" + spacePreserveElements = frozenset(["pre", "textarea"] + list(rcdataElements)) + + def __iter__(self): + preserve = 0 + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag" \ + and (preserve or token["name"] in self.spacePreserveElements): + preserve += 1 + + elif type == "EndTag" and preserve: + preserve -= 1 + + elif not preserve and type == "SpaceCharacters" and token["data"]: + # Test on token["data"] above to not introduce spaces where there were not + token["data"] = " " + + elif not preserve and type == "Characters": + token["data"] = collapse_spaces(token["data"]) + + yield token + + +def collapse_spaces(text): + return SPACES_REGEX.sub(' ', text) diff --git a/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py new file mode 100644 index 00000000..d06784f3 --- /dev/null +++ b/sdk/python/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py @@ -0,0 +1,2795 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import with_metaclass, viewkeys + +import types + +from . import _inputstream +from . import _tokenizer + +from . import treebuilders +from .treebuilders.base import Marker + +from . import _utils +from .constants import ( + spaceCharacters, asciiUpper2Lower, + specialElements, headingElements, cdataElements, rcdataElements, + tokenTypes, tagTokenTypes, + namespaces, + htmlIntegrationPointElements, mathmlTextIntegrationPointElements, + adjustForeignAttributes as adjustForeignAttributesMap, + adjustMathMLAttributes, adjustSVGAttributes, + E, + _ReparseException +) + + +def parse(doc, treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML document as a string or file-like object into a tree + + :arg doc: the document to parse as a string or file-like object + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import parse + >>> parse('

    This is a doc

    ') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parse(doc, **kwargs) + + +def parseFragment(doc, container="div", treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML fragment as a string or file-like object into a tree + + :arg doc: the fragment to parse as a string or file-like object + + :arg container: the container context to parse the fragment in + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import parseFragment + >>> parseFragment('this is a fragment') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parseFragment(doc, container=container, **kwargs) + + +def method_decorator_metaclass(function): + class Decorated(type): + def __new__(meta, classname, bases, classDict): + for attributeName, attribute in classDict.items(): + if isinstance(attribute, types.FunctionType): + attribute = function(attribute) + + classDict[attributeName] = attribute + return type.__new__(meta, classname, bases, classDict) + return Decorated + + +class HTMLParser(object): + """HTML parser + + Generates a tree structure from a stream of (possibly malformed) HTML. + + """ + + def __init__(self, tree=None, strict=False, namespaceHTMLElements=True, debug=False): + """ + :arg tree: a treebuilder class controlling the type of tree that will be + returned. Built in treebuilders can be accessed through + html5lib.treebuilders.getTreeBuilder(treeType) + + :arg strict: raise an exception when a parse error is encountered + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :arg debug: whether or not to enable debug mode which logs things + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() # generates parser with etree builder + >>> parser = HTMLParser('lxml', strict=True) # generates parser with lxml builder which is strict + + """ + + # Raise an exception on the first error encountered + self.strict = strict + + if tree is None: + tree = treebuilders.getTreeBuilder("etree") + self.tree = tree(namespaceHTMLElements) + self.errors = [] + + self.phases = {name: cls(self, self.tree) for name, cls in + getPhases(debug).items()} + + def _parse(self, stream, innerHTML=False, container="div", scripting=False, **kwargs): + + self.innerHTMLMode = innerHTML + self.container = container + self.scripting = scripting + self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs) + self.reset() + + try: + self.mainLoop() + except _ReparseException: + self.reset() + self.mainLoop() + + def reset(self): + self.tree.reset() + self.firstStartTag = False + self.errors = [] + self.log = [] # only used with debug mode + # "quirks" / "limited quirks" / "no quirks" + self.compatMode = "no quirks" + + if self.innerHTMLMode: + self.innerHTML = self.container.lower() + + if self.innerHTML in cdataElements: + self.tokenizer.state = self.tokenizer.rcdataState + elif self.innerHTML in rcdataElements: + self.tokenizer.state = self.tokenizer.rawtextState + elif self.innerHTML == 'plaintext': + self.tokenizer.state = self.tokenizer.plaintextState + else: + # state already is data state + # self.tokenizer.state = self.tokenizer.dataState + pass + self.phase = self.phases["beforeHtml"] + self.phase.insertHtmlElement() + self.resetInsertionMode() + else: + self.innerHTML = False # pylint:disable=redefined-variable-type + self.phase = self.phases["initial"] + + self.lastPhase = None + + self.beforeRCDataPhase = None + + self.framesetOK = True + + @property + def documentEncoding(self): + """Name of the character encoding that was used to decode the input stream, or + :obj:`None` if that is not determined yet + + """ + if not hasattr(self, 'tokenizer'): + return None + return self.tokenizer.stream.charEncoding[0].name + + def isHTMLIntegrationPoint(self, element): + if (element.name == "annotation-xml" and + element.namespace == namespaces["mathml"]): + return ("encoding" in element.attributes and + element.attributes["encoding"].translate( + asciiUpper2Lower) in + ("text/html", "application/xhtml+xml")) + else: + return (element.namespace, element.name) in htmlIntegrationPointElements + + def isMathMLTextIntegrationPoint(self, element): + return (element.namespace, element.name) in mathmlTextIntegrationPointElements + + def mainLoop(self): + CharactersToken = tokenTypes["Characters"] + SpaceCharactersToken = tokenTypes["SpaceCharacters"] + StartTagToken = tokenTypes["StartTag"] + EndTagToken = tokenTypes["EndTag"] + CommentToken = tokenTypes["Comment"] + DoctypeToken = tokenTypes["Doctype"] + ParseErrorToken = tokenTypes["ParseError"] + + for token in self.tokenizer: + prev_token = None + new_token = token + while new_token is not None: + prev_token = new_token + currentNode = self.tree.openElements[-1] if self.tree.openElements else None + currentNodeNamespace = currentNode.namespace if currentNode else None + currentNodeName = currentNode.name if currentNode else None + + type = new_token["type"] + + if type == ParseErrorToken: + self.parseError(new_token["data"], new_token.get("datavars", {})) + new_token = None + else: + if (len(self.tree.openElements) == 0 or + currentNodeNamespace == self.tree.defaultNamespace or + (self.isMathMLTextIntegrationPoint(currentNode) and + ((type == StartTagToken and + token["name"] not in frozenset(["mglyph", "malignmark"])) or + type in (CharactersToken, SpaceCharactersToken))) or + (currentNodeNamespace == namespaces["mathml"] and + currentNodeName == "annotation-xml" and + type == StartTagToken and + token["name"] == "svg") or + (self.isHTMLIntegrationPoint(currentNode) and + type in (StartTagToken, CharactersToken, SpaceCharactersToken))): + phase = self.phase + else: + phase = self.phases["inForeignContent"] + + if type == CharactersToken: + new_token = phase.processCharacters(new_token) + elif type == SpaceCharactersToken: + new_token = phase.processSpaceCharacters(new_token) + elif type == StartTagToken: + new_token = phase.processStartTag(new_token) + elif type == EndTagToken: + new_token = phase.processEndTag(new_token) + elif type == CommentToken: + new_token = phase.processComment(new_token) + elif type == DoctypeToken: + new_token = phase.processDoctype(new_token) + + if (type == StartTagToken and prev_token["selfClosing"] and + not prev_token["selfClosingAcknowledged"]): + self.parseError("non-void-element-with-trailing-solidus", + {"name": prev_token["name"]}) + + # When the loop finishes it's EOF + reprocess = True + phases = [] + while reprocess: + phases.append(self.phase) + reprocess = self.phase.processEOF() + if reprocess: + assert self.phase not in phases + + def parse(self, stream, *args, **kwargs): + """Parse a HTML document into a well-formed tree + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element). + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parse('

    This is a doc

    ') + + + """ + self._parse(stream, False, None, *args, **kwargs) + return self.tree.getDocument() + + def parseFragment(self, stream, *args, **kwargs): + """Parse a HTML fragment into a well-formed tree fragment + + :arg container: name of the element we're setting the innerHTML + property if set to None, default to 'div' + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parseFragment('this is a fragment') + + + """ + self._parse(stream, True, *args, **kwargs) + return self.tree.getFragment() + + def parseError(self, errorcode="XXX-undefined-error", datavars=None): + # XXX The idea is to make errorcode mandatory. + if datavars is None: + datavars = {} + self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) + if self.strict: + raise ParseError(E[errorcode] % datavars) + + def adjustMathMLAttributes(self, token): + adjust_attributes(token, adjustMathMLAttributes) + + def adjustSVGAttributes(self, token): + adjust_attributes(token, adjustSVGAttributes) + + def adjustForeignAttributes(self, token): + adjust_attributes(token, adjustForeignAttributesMap) + + def reparseTokenNormal(self, token): + # pylint:disable=unused-argument + self.parser.phase() + + def resetInsertionMode(self): + # The name of this method is mostly historical. (It's also used in the + # specification.) + last = False + newModes = { + "select": "inSelect", + "td": "inCell", + "th": "inCell", + "tr": "inRow", + "tbody": "inTableBody", + "thead": "inTableBody", + "tfoot": "inTableBody", + "caption": "inCaption", + "colgroup": "inColumnGroup", + "table": "inTable", + "head": "inBody", + "body": "inBody", + "frameset": "inFrameset", + "html": "beforeHead" + } + for node in self.tree.openElements[::-1]: + nodeName = node.name + new_phase = None + if node == self.tree.openElements[0]: + assert self.innerHTML + last = True + nodeName = self.innerHTML + # Check for conditions that should only happen in the innerHTML + # case + if nodeName in ("select", "colgroup", "head", "html"): + assert self.innerHTML + + if not last and node.namespace != self.tree.defaultNamespace: + continue + + if nodeName in newModes: + new_phase = self.phases[newModes[nodeName]] + break + elif last: + new_phase = self.phases["inBody"] + break + + self.phase = new_phase + + def parseRCDataRawtext(self, token, contentType): + # Generic RCDATA/RAWTEXT Parsing algorithm + assert contentType in ("RAWTEXT", "RCDATA") + + self.tree.insertElement(token) + + if contentType == "RAWTEXT": + self.tokenizer.state = self.tokenizer.rawtextState + else: + self.tokenizer.state = self.tokenizer.rcdataState + + self.originalPhase = self.phase + + self.phase = self.phases["text"] + + +@_utils.memoize +def getPhases(debug): + def log(function): + """Logger that records which phase processes each token""" + type_names = {value: key for key, value in tokenTypes.items()} + + def wrapped(self, *args, **kwargs): + if function.__name__.startswith("process") and len(args) > 0: + token = args[0] + info = {"type": type_names[token['type']]} + if token['type'] in tagTokenTypes: + info["name"] = token['name'] + + self.parser.log.append((self.parser.tokenizer.state.__name__, + self.parser.phase.__class__.__name__, + self.__class__.__name__, + function.__name__, + info)) + return function(self, *args, **kwargs) + else: + return function(self, *args, **kwargs) + return wrapped + + def getMetaclass(use_metaclass, metaclass_func): + if use_metaclass: + return method_decorator_metaclass(metaclass_func) + else: + return type + + # pylint:disable=unused-argument + class Phase(with_metaclass(getMetaclass(debug, log))): + """Base class for helper object that implements each phase of processing + """ + __slots__ = ("parser", "tree", "__startTagCache", "__endTagCache") + + def __init__(self, parser, tree): + self.parser = parser + self.tree = tree + self.__startTagCache = {} + self.__endTagCache = {} + + def processEOF(self): + raise NotImplementedError + + def processComment(self, token): + # For most phases the following is correct. Where it's not it will be + # overridden. + self.tree.insertComment(token, self.tree.openElements[-1]) + + def processDoctype(self, token): + self.parser.parseError("unexpected-doctype") + + def processCharacters(self, token): + self.tree.insertText(token["data"]) + + def processSpaceCharacters(self, token): + self.tree.insertText(token["data"]) + + def processStartTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__startTagCache: + func = self.__startTagCache[name] + else: + func = self.__startTagCache[name] = self.startTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__startTagCache) > len(self.startTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__startTagCache.pop(next(iter(self.__startTagCache))) + return func(token) + + def startTagHtml(self, token): + if not self.parser.firstStartTag and token["name"] == "html": + self.parser.parseError("non-html-root") + # XXX Need a check here to see if the first start tag token emitted is + # this token... If it's not, invoke self.parser.parseError(). + for attr, value in token["data"].items(): + if attr not in self.tree.openElements[0].attributes: + self.tree.openElements[0].attributes[attr] = value + self.parser.firstStartTag = False + + def processEndTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__endTagCache: + func = self.__endTagCache[name] + else: + func = self.__endTagCache[name] = self.endTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__endTagCache) > len(self.endTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__endTagCache.pop(next(iter(self.__endTagCache))) + return func(token) + + class InitialPhase(Phase): + __slots__ = tuple() + + def processSpaceCharacters(self, token): + pass + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processDoctype(self, token): + name = token["name"] + publicId = token["publicId"] + systemId = token["systemId"] + correct = token["correct"] + + if (name != "html" or publicId is not None or + systemId is not None and systemId != "about:legacy-compat"): + self.parser.parseError("unknown-doctype") + + if publicId is None: + publicId = "" + + self.tree.insertDoctype(token) + + if publicId != "": + publicId = publicId.translate(asciiUpper2Lower) + + if (not correct or token["name"] != "html" or + publicId.startswith( + ("+//silmaril//dtd html pro v0r11 19970101//", + "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", + "-//as//dtd html 3.0 aswedit + extensions//", + "-//ietf//dtd html 2.0 level 1//", + "-//ietf//dtd html 2.0 level 2//", + "-//ietf//dtd html 2.0 strict level 1//", + "-//ietf//dtd html 2.0 strict level 2//", + "-//ietf//dtd html 2.0 strict//", + "-//ietf//dtd html 2.0//", + "-//ietf//dtd html 2.1e//", + "-//ietf//dtd html 3.0//", + "-//ietf//dtd html 3.2 final//", + "-//ietf//dtd html 3.2//", + "-//ietf//dtd html 3//", + "-//ietf//dtd html level 0//", + "-//ietf//dtd html level 1//", + "-//ietf//dtd html level 2//", + "-//ietf//dtd html level 3//", + "-//ietf//dtd html strict level 0//", + "-//ietf//dtd html strict level 1//", + "-//ietf//dtd html strict level 2//", + "-//ietf//dtd html strict level 3//", + "-//ietf//dtd html strict//", + "-//ietf//dtd html//", + "-//metrius//dtd metrius presentational//", + "-//microsoft//dtd internet explorer 2.0 html strict//", + "-//microsoft//dtd internet explorer 2.0 html//", + "-//microsoft//dtd internet explorer 2.0 tables//", + "-//microsoft//dtd internet explorer 3.0 html strict//", + "-//microsoft//dtd internet explorer 3.0 html//", + "-//microsoft//dtd internet explorer 3.0 tables//", + "-//netscape comm. corp.//dtd html//", + "-//netscape comm. corp.//dtd strict html//", + "-//o'reilly and associates//dtd html 2.0//", + "-//o'reilly and associates//dtd html extended 1.0//", + "-//o'reilly and associates//dtd html extended relaxed 1.0//", + "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", + "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", + "-//spyglass//dtd html 2.0 extended//", + "-//sq//dtd html 2.0 hotmetal + extensions//", + "-//sun microsystems corp.//dtd hotjava html//", + "-//sun microsystems corp.//dtd hotjava strict html//", + "-//w3c//dtd html 3 1995-03-24//", + "-//w3c//dtd html 3.2 draft//", + "-//w3c//dtd html 3.2 final//", + "-//w3c//dtd html 3.2//", + "-//w3c//dtd html 3.2s draft//", + "-//w3c//dtd html 4.0 frameset//", + "-//w3c//dtd html 4.0 transitional//", + "-//w3c//dtd html experimental 19960712//", + "-//w3c//dtd html experimental 970421//", + "-//w3c//dtd w3 html//", + "-//w3o//dtd w3 html 3.0//", + "-//webtechs//dtd mozilla html 2.0//", + "-//webtechs//dtd mozilla html//")) or + publicId in ("-//w3o//dtd w3 html strict 3.0//en//", + "-/w3c/dtd html 4.0 transitional/en", + "html") or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is None or + systemId and systemId.lower() == "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"): + self.parser.compatMode = "quirks" + elif (publicId.startswith( + ("-//w3c//dtd xhtml 1.0 frameset//", + "-//w3c//dtd xhtml 1.0 transitional//")) or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is not None): + self.parser.compatMode = "limited quirks" + + self.parser.phase = self.parser.phases["beforeHtml"] + + def anythingElse(self): + self.parser.compatMode = "quirks" + self.parser.phase = self.parser.phases["beforeHtml"] + + def processCharacters(self, token): + self.parser.parseError("expected-doctype-but-got-chars") + self.anythingElse() + return token + + def processStartTag(self, token): + self.parser.parseError("expected-doctype-but-got-start-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEndTag(self, token): + self.parser.parseError("expected-doctype-but-got-end-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEOF(self): + self.parser.parseError("expected-doctype-but-got-eof") + self.anythingElse() + return True + + class BeforeHtmlPhase(Phase): + __slots__ = tuple() + + # helper methods + def insertHtmlElement(self): + self.tree.insertRoot(impliedTagToken("html", "StartTag")) + self.parser.phase = self.parser.phases["beforeHead"] + + # other + def processEOF(self): + self.insertHtmlElement() + return True + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.insertHtmlElement() + return token + + def processStartTag(self, token): + if token["name"] == "html": + self.parser.firstStartTag = True + self.insertHtmlElement() + return token + + def processEndTag(self, token): + if token["name"] not in ("head", "body", "html", "br"): + self.parser.parseError("unexpected-end-tag-before-html", + {"name": token["name"]}) + else: + self.insertHtmlElement() + return token + + class BeforeHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.startTagHead(impliedTagToken("head", "StartTag")) + return True + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.tree.insertElement(token) + self.tree.headPointer = self.tree.openElements[-1] + self.parser.phase = self.parser.phases["inHead"] + + def startTagOther(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagImplyHead(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagOther(self, token): + self.parser.parseError("end-tag-after-implied-root", + {"name": token["name"]}) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + (("head", "body", "html", "br"), endTagImplyHead) + ]) + endTagHandler.default = endTagOther + + class InHeadPhase(Phase): + __slots__ = tuple() + + # the real thing + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.parser.parseError("two-heads-are-not-better-than-one") + + def startTagBaseLinkCommand(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + def startTagMeta(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + attributes = token["data"] + if self.parser.tokenizer.stream.charEncoding[1] == "tentative": + if "charset" in attributes: + self.parser.tokenizer.stream.changeEncoding(attributes["charset"]) + elif ("content" in attributes and + "http-equiv" in attributes and + attributes["http-equiv"].lower() == "content-type"): + # Encoding it as UTF-8 here is a hack, as really we should pass + # the abstract Unicode string, and just use the + # ContentAttrParser on that, but using UTF-8 allows all chars + # to be encoded and as a ASCII-superset works. + data = _inputstream.EncodingBytes(attributes["content"].encode("utf-8")) + parser = _inputstream.ContentAttrParser(data) + codec = parser.parse() + self.parser.tokenizer.stream.changeEncoding(codec) + + def startTagTitle(self, token): + self.parser.parseRCDataRawtext(token, "RCDATA") + + def startTagNoFramesStyle(self, token): + # Need to decide whether to implement the scripting-disabled case + self.parser.parseRCDataRawtext(token, "RAWTEXT") + + def startTagNoscript(self, token): + if self.parser.scripting: + self.parser.parseRCDataRawtext(token, "RAWTEXT") + else: + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inHeadNoscript"] + + def startTagScript(self, token): + self.tree.insertElement(token) + self.parser.tokenizer.state = self.parser.tokenizer.scriptDataState + self.parser.originalPhase = self.parser.phase + self.parser.phase = self.parser.phases["text"] + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHead(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "head", "Expected head got %s" % node.name + self.parser.phase = self.parser.phases["afterHead"] + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.endTagHead(impliedTagToken("head")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("title", startTagTitle), + (("noframes", "style"), startTagNoFramesStyle), + ("noscript", startTagNoscript), + ("script", startTagScript), + (("base", "basefont", "bgsound", "command", "link"), + startTagBaseLinkCommand), + ("meta", startTagMeta), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("head", endTagHead), + (("br", "html", "body"), endTagHtmlBodyBr) + ]) + endTagHandler.default = endTagOther + + class InHeadNoscriptPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.parser.parseError("eof-in-head-noscript") + self.anythingElse() + return True + + def processComment(self, token): + return self.parser.phases["inHead"].processComment(token) + + def processCharacters(self, token): + self.parser.parseError("char-in-head-noscript") + self.anythingElse() + return token + + def processSpaceCharacters(self, token): + return self.parser.phases["inHead"].processSpaceCharacters(token) + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBaseLinkCommand(self, token): + return self.parser.phases["inHead"].processStartTag(token) + + def startTagHeadNoscript(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagNoscript(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "noscript", "Expected noscript got %s" % node.name + self.parser.phase = self.parser.phases["inHead"] + + def endTagBr(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + # Caller must raise parse error first! + self.endTagNoscript(impliedTagToken("noscript")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + (("basefont", "bgsound", "link", "meta", "noframes", "style"), startTagBaseLinkCommand), + (("head", "noscript"), startTagHeadNoscript), + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("noscript", endTagNoscript), + ("br", endTagBr), + ]) + endTagHandler.default = endTagOther + + class AfterHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBody(self, token): + self.parser.framesetOK = False + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inBody"] + + def startTagFrameset(self, token): + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inFrameset"] + + def startTagFromHead(self, token): + self.parser.parseError("unexpected-start-tag-out-of-my-head", + {"name": token["name"]}) + self.tree.openElements.append(self.tree.headPointer) + self.parser.phases["inHead"].processStartTag(token) + for node in self.tree.openElements[::-1]: + if node.name == "head": + self.tree.openElements.remove(node) + break + + def startTagHead(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.tree.insertElement(impliedTagToken("body", "StartTag")) + self.parser.phase = self.parser.phases["inBody"] + self.parser.framesetOK = True + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("body", startTagBody), + ("frameset", startTagFrameset), + (("base", "basefont", "bgsound", "link", "meta", "noframes", "script", + "style", "title"), + startTagFromHead), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + endTagHandler = _utils.MethodDispatcher([(("body", "html", "br"), + endTagHtmlBodyBr)]) + endTagHandler.default = endTagOther + + class InBodyPhase(Phase): + # http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inbody + # the really-really-really-very crazy mode + __slots__ = ("processSpaceCharacters",) + + def __init__(self, *args, **kwargs): + super(InBodyPhase, self).__init__(*args, **kwargs) + # Set this to the default handler + self.processSpaceCharacters = self.processSpaceCharactersNonPre + + def isMatchingFormattingElement(self, node1, node2): + return (node1.name == node2.name and + node1.namespace == node2.namespace and + node1.attributes == node2.attributes) + + # helper + def addFormattingElement(self, token): + self.tree.insertElement(token) + element = self.tree.openElements[-1] + + matchingElements = [] + for node in self.tree.activeFormattingElements[::-1]: + if node is Marker: + break + elif self.isMatchingFormattingElement(node, element): + matchingElements.append(node) + + assert len(matchingElements) <= 3 + if len(matchingElements) == 3: + self.tree.activeFormattingElements.remove(matchingElements[-1]) + self.tree.activeFormattingElements.append(element) + + # the real deal + def processEOF(self): + allowed_elements = frozenset(("dd", "dt", "li", "p", "tbody", "td", + "tfoot", "th", "thead", "tr", "body", + "html")) + for node in self.tree.openElements[::-1]: + if node.name not in allowed_elements: + self.parser.parseError("expected-closing-tag-but-got-eof") + break + # Stop parsing + + def processSpaceCharactersDropNewline(self, token): + # Sometimes (start of
    , , and